I am using Crystal XI R2 against an Oracle DB.
The string in a DB field contains an ID that looks like "uswknp09". I parse the field to get just that ID. Now I need to convert that ID to a full name based on the DB table fields FIRST NAME and LAST NAME.
How do I create a formula that ties the ID string I parsed to the FIRST NAME and LAST NAME fields so I get the analyst's name instead of their ID? I think I need to do this as a string var, but am not clear on how to accomplish it.
I realize I will need to run this as a "while printing records" formula so that the ID string is parsed before the names get pulled.
Thanks
The string in a DB field contains an ID that looks like "uswknp09". I parse the field to get just that ID. Now I need to convert that ID to a full name based on the DB table fields FIRST NAME and LAST NAME.
How do I create a formula that ties the ID string I parsed to the FIRST NAME and LAST NAME fields so I get the analyst's name instead of their ID? I think I need to do this as a string var, but am not clear on how to accomplish it.
I realize I will need to run this as a "while printing records" formula so that the ID string is parsed before the names get pulled.
Thanks