Using CR 8.5
In a report I need to print the selected parameter. which is a
'*' for all values, mutliple or single value.
How can I print the parameter on the page header as the user selected.
For example I need it to print as
IF user select ?state = '*' then print 'All Values'
if user select ?state = 'D' and 'F' then print 'Multiple selection'
if the user select single value ?state = 'D' then print 'Draft'
Please help I tried to do a simple if then else formula
but I get a array error
TIA,
Sweetie
In a report I need to print the selected parameter. which is a
'*' for all values, mutliple or single value.
How can I print the parameter on the page header as the user selected.
For example I need it to print as
IF user select ?state = '*' then print 'All Values'
if user select ?state = 'D' and 'F' then print 'Multiple selection'
if the user select single value ?state = 'D' then print 'Draft'
Please help I tried to do a simple if then else formula
but I get a array error
TIA,
Sweetie