In Crystal 8.5 I have a parameter from a Stored Procedure called @Check_Number.
It is a number from 1 to 13.
In Crystal, I have assigned descriptions to each of these values and set the parameter to only show the Description when prompting the user.
For example, value 1 has the description "Initial Check"
However, when I display the value of the parameter on the report, it shows the numeric value only.
Is there any way that I can display the description instead other than by hardcoding the available descriptions into a formula that uses a Select statement ?
Thanks.
It is a number from 1 to 13.
In Crystal, I have assigned descriptions to each of these values and set the parameter to only show the Description when prompting the user.
For example, value 1 has the description "Initial Check"
However, when I display the value of the parameter on the report, it shows the numeric value only.
Is there any way that I can display the description instead other than by hardcoding the available descriptions into a formula that uses a Select statement ?
Thanks.