donnarenia
Technical User
I am using this formula to get a dollar amount if the Cash type equal "A" (for Adjustment) and if it does equal adjustment I need it to Subtract the Cash.Amount from the Final Bill amount BUT if it equals "P" (for payment) I want it to just show the final bill amount
My Formula:
if {CASH.Type} = "A"
then {CASH.Amount}={AR.FinalBillAmt}-{CASH.Amount}and
if {CASH.Type}="P" then {CASH.Amount}= {AR.FinalBillAmt}
But when i put it in my report, it shows "FALSE" what can I be doing wrong
My Formula:
if {CASH.Type} = "A"
then {CASH.Amount}={AR.FinalBillAmt}-{CASH.Amount}and
if {CASH.Type}="P" then {CASH.Amount}= {AR.FinalBillAmt}
But when i put it in my report, it shows "FALSE" what can I be doing wrong