I am pretty new to crystal reports and I am writing a report which is working partially. Now what I am trying to do is as follows.
I have the records grouped by a file number. however there is one field in each record in the group that i want to concatenate into one field divided by commas.
What would be the best way to accomplish this?
what i tried was I created a function that gets called in each group that concatenates the records. However how do i clear the variable so that it changes for each group????
any help would be greatly appreciated.

Thanks.