Hellow,
I am using Crystal XI with SQL database.
There is a field {CONTACT.NAME} that may contain 2 names:
Jones/Smith
Smith
Jones
Evans/Jones
I want the name to appear each time it qualifies. Many would be double-counted.
Using If/then/else doesn't work becaue it only evaluates in order.
If {CONTACT.LAST} like "*Jones*" then "Tom Jones" else
If {CONTACT.LAST} like "*Smith*" then "Sue Smith" else
If {CONTACT.LAST} like "*Evans*" then "Lee Evams" else
""
What way would I do this?
Thanks,
I am using Crystal XI with SQL database.
There is a field {CONTACT.NAME} that may contain 2 names:
Jones/Smith
Smith
Jones
Evans/Jones
I want the name to appear each time it qualifies. Many would be double-counted.
Using If/then/else doesn't work becaue it only evaluates in order.
If {CONTACT.LAST} like "*Jones*" then "Tom Jones" else
If {CONTACT.LAST} like "*Smith*" then "Sue Smith" else
If {CONTACT.LAST} like "*Evans*" then "Lee Evams" else
""
What way would I do this?
Thanks,