Hi,
I am using Crystal 8.5 and I need help with a formula.
I have a report which uses only one table the table is called 'Results'. I have put some parameters on the report so the users will be prompted to enter criteria based on e.g Lunch Meeting, Proposal Date. Excluding these two options mentioned there are also 4 other options, however I would like the 4 remaining choices to appear as 'Other'. So basically from the parameter prompt the user will see the options Lunch Meeting, Proposal date, Other.
Can you please help with the formula syntax as I keep on getting a message saying that the array must be subscripted. Here is the formula I have created:
(if {?Outcome} in ["F", "T", "O", "D"] then 'Other' else {Results.Ref})
Thanks
I am using Crystal 8.5 and I need help with a formula.
I have a report which uses only one table the table is called 'Results'. I have put some parameters on the report so the users will be prompted to enter criteria based on e.g Lunch Meeting, Proposal Date. Excluding these two options mentioned there are also 4 other options, however I would like the 4 remaining choices to appear as 'Other'. So basically from the parameter prompt the user will see the options Lunch Meeting, Proposal date, Other.
Can you please help with the formula syntax as I keep on getting a message saying that the array must be subscripted. Here is the formula I have created:
(if {?Outcome} in ["F", "T", "O", "D"] then 'Other' else {Results.Ref})
Thanks