Hello,
I am new to crystal reports.
I am trying to merge 2 records with same data except for order amount field.
For e.g, the data looks like this in the current report.
01/2014 name location test 1500
01/2014 name location test 500
This is the data returned from the xml.
I have been trying to merge the data such that there would be 1 record with the order amount totaled for that date.
It should look like:
01/2014 name location test 2000
I am doing a sum on the amount and it gives me correct value, but in the group footer.But it also displays 2 records.
I want the details section to display merged data in the format above.
how should I go about it?
Thanks in advance.