ridhirao22
Programmer
Hello All,
I have a string Parameter with custom list in the drop down with description. Is there a way I could display the parameter description in the report header instead of the input value entered.
That will omit any changes to the formula for descriptions to added new values in case.
Currently I do is {@OrderType}
If {?OrderType} = ‘C’ then ‘Calls Order’
Else if {?OrderType} = ‘W’ then ‘Web Orders’ etc.
For ex: {?OrderType}
Value Description
C Calls Orders
W Web Orders
R Store Orders
A All Orders
TIA,
RR
I have a string Parameter with custom list in the drop down with description. Is there a way I could display the parameter description in the report header instead of the input value entered.
That will omit any changes to the formula for descriptions to added new values in case.
Currently I do is {@OrderType}
If {?OrderType} = ‘C’ then ‘Calls Order’
Else if {?OrderType} = ‘W’ then ‘Web Orders’ etc.
For ex: {?OrderType}
Value Description
C Calls Orders
W Web Orders
R Store Orders
A All Orders
TIA,
RR