I'm trying to run the formula detailed below, but an error message of "A number, currency amount, boolean, or string is expected here." appears, with the cursor placed after "else" in the formula.
IF {CLM_PAYMENT.PAYCATEGORY} = '03' then
"Weekly Compensation"
else
GetDispValue ("PAYTYPE",{CLM_PAYMENT.PAYTYPE})
Could this be related to the version of cystal I am using?
IF {CLM_PAYMENT.PAYCATEGORY} = '03' then
"Weekly Compensation"
else
GetDispValue ("PAYTYPE",{CLM_PAYMENT.PAYTYPE})
Could this be related to the version of cystal I am using?