I am working on a If Else where I check if the value is X I show X-Text
Here is what I have
If {VW_GMAC_CCASHFR_CHECK_STATUS.PMTNUM} = 0 then "0-Shared"
This produces an error that a tell me a string is needed.
When I place "" around the 0, the report shows no data. How do I check for a number value and show the corresponding text?
Here is what I have
If {VW_GMAC_CCASHFR_CHECK_STATUS.PMTNUM} = 0 then "0-Shared"
This produces an error that a tell me a string is needed.
When I place "" around the 0, the report shows no data. How do I check for a number value and show the corresponding text?