IF the Records in the Database are in the below format.
Name Value
A 10
A 20
A 30
B 40
B 50
C 60
C 70
C 80
C 90
But I need the Output in the Report as
Name Value
A 10,20,30
B 40,50
C 60,70,80,90
Please any suggestions on this would be greatful.
A simple approach will be using the Repeater or Repeater table.
but i'm not sure that you will get exactly like your desired output, but you have to format your repeater table to show it somewhat like your requirement..
Let us wait for other replies also.
Regards,
Nag