I'm using Crystal Reports 9.2 with an Oracle database. I need help to display unique values for a first name field of diffent name types. (For expample, Preferred Name, recognition Name, Spouse name, etc.) I'm creating a subreport that lists first names only but I don't want the names to repeat. I just need unique values only. These names all belong to one record (in this case, a couple - Husband and Wife) with multiple name types:
Name Type First Name
NT1 Jon
NT2 Mary
NT3 Mary
NT4 Jon and Mary
NT5 Jon
I can use a string array function to list them on one line like so: Jon|Mary|Mary|Jon and Mary|Jon
Or as a vertical list but either way, I just need Jon and Mary listed once. How do I test for duplicate values in this instance?
Thanks. - JT
Name Type First Name
NT1 Jon
NT2 Mary
NT3 Mary
NT4 Jon and Mary
NT5 Jon
I can use a string array function to list them on one line like so: Jon|Mary|Mary|Jon and Mary|Jon
Or as a vertical list but either way, I just need Jon and Mary listed once. How do I test for duplicate values in this instance?
Thanks. - JT