Hi,
i got the following example:
ID - Value
1 - 1.1
1 - 1.2
2 - 2.1
2 - 2.2
This happens while creating a crystal report because ID one has two values. I just wanted to have the output like this:
ID - Value
1 - 1.1, 1.2
2 - 2.1, 2.2
What is the easiest way to get this in the report?
Thanks a lot