How to display comma separated value of a single column at group footer section

438 Views Asked by At

I have a table Like bellow:

Column1 Column2 Column2 
1        A       B
1        A       V
1        E       F
1        E       D

In Crystal Report I need a formula which will return A,E.

No Detail section.

enter image description here

0

There are 0 best solutions below