Why is it that the statement below only works for the first IF condition, I can switch the statements around but only the first condition works:
if ({GUARANTEE_REPORT.PLUS_CERTIFIED_AMOUNT} > 0)
then "PLUS"
Else
if ({GUARANTEE_REPORT.SUB_CERTIFIED_AMOUNT} > 0)
then "SUB"
else
if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.