Using Crystal 9 with Oracle. I am using variables to capture names that are associated with a gift record. The string result can have multiple values or the same value repeated. What I need is for the value to show once in the string result.
In the group header I have the reset formula, the details section the accumulate and the footer the show. The result (show) could look like this:
name1, name1, name1, name2, name3
I need it to look like this:
name1, name2, name3
Is there a way to test each record for equal value? I haven't discovered yet a way to test using next or previous without making all the name1 values part of the string be blank.
Hopefully I have given enough information so that my question makes sense.
JT
In the group header I have the reset formula, the details section the accumulate and the footer the show. The result (show) could look like this:
name1, name1, name1, name2, name3
I need it to look like this:
name1, name2, name3
Is there a way to test each record for equal value? I haven't discovered yet a way to test using next or previous without making all the name1 values part of the string be blank.
Hopefully I have given enough information so that my question makes sense.
JT