jcrawford08
Technical User
CR XI R1, SQL environment:
I have a number parameter for values, 1,2,or 3, set to display only the description, allowing no custom values, and allowing multiple selections.
Essentially, I want to display the parameters on the report, however, the end user will not know what 1, 2, and 3 mean, so I need to set up a mask to display based on the parameter(s) selected.
Ideally:
1="Active"
2="Applicant"
3="Inactive"
However, with the potential for multiple selections, it makes generating a cohesive string, at least the way I'm approaching it, a nightmare.... someone PLEASE tell me there's an easier way then a select case statement for each possible outcome???
As always, your input is greatly valued
Thanks,
Not in word only, but in deed also... 1Jn3:18
I have a number parameter for values, 1,2,or 3, set to display only the description, allowing no custom values, and allowing multiple selections.
Essentially, I want to display the parameters on the report, however, the end user will not know what 1, 2, and 3 mean, so I need to set up a mask to display based on the parameter(s) selected.
Ideally:
1="Active"
2="Applicant"
3="Inactive"
However, with the potential for multiple selections, it makes generating a cohesive string, at least the way I'm approaching it, a nightmare.... someone PLEASE tell me there's an easier way then a select case statement for each possible outcome???
As always, your input is greatly valued
Thanks,
Not in word only, but in deed also... 1Jn3:18