I am using Crystal XI2. I have the following sample of how the data is structured.
Column A Column B
1 A
1 B
1 C
2 B
2 C
2 D
2 E
3 F
and I need Column B to either column with one row for Column A, or concatenated would work. I can have up to 22 columns.
Column A Column 1 Column 2 Column 3 Column 4
1 A B C
2 B C D E
3 F
Thanks in advance for any help
Column A Column B
1 A
1 B
1 C
2 B
2 C
2 D
2 E
3 F
and I need Column B to either column with one row for Column A, or concatenated would work. I can have up to 22 columns.
Column A Column 1 Column 2 Column 3 Column 4
1 A B C
2 B C D E
3 F
Thanks in advance for any help