Hi,
I came across this a long time ago and I can't remember what I did for this to work. Basically in the below formula only the first line works. When the {APTCP.TRXTYPE}) = 51 it will display Payment but when its the second it displays nothing.
I can't remember what I am doing wrong. Thanks
if {APTCP.TRXTYPE}) = 51 then "Payment"
else
if {APTCP.TRXTYPE} = 57 then "PrePayment"
Else
"Misc Payment
I came across this a long time ago and I can't remember what I did for this to work. Basically in the below formula only the first line works. When the {APTCP.TRXTYPE}) = 51 it will display Payment but when its the second it displays nothing.
I can't remember what I am doing wrong. Thanks
if {APTCP.TRXTYPE}) = 51 then "Payment"
else
if {APTCP.TRXTYPE} = 57 then "PrePayment"
Else
"Misc Payment