I want to join the unique data in a field into a string for each group...
lets say my data set is
1 Red
2 Blue
3 Green
4 Red
5 Yellow
6 Blue
i want to show a formula in the group for these rows that indicates the distinct colors separated by commas:
so for this example
Red, Blue, Green, Yellow
i don't care what order they are in...as long as it is the distinct set ...
I've tried using whileprinting recrods with a createCategory, calculateCategory and displayCategory fields...but I can't get it right... thanks!
lets say my data set is
1 Red
2 Blue
3 Green
4 Red
5 Yellow
6 Blue
i want to show a formula in the group for these rows that indicates the distinct colors separated by commas:
so for this example
Red, Blue, Green, Yellow
i don't care what order they are in...as long as it is the distinct set ...
I've tried using whileprinting recrods with a createCategory, calculateCategory and displayCategory fields...but I can't get it right... thanks!