Trying to show debit adjustments as negative values in my existing GI but I can’t figure out how to target them specifically. Below are the formulas I am attempting to use:
- =IIF([APInvoice.DocType] = 'DebitAdj', -[APTran.CuryLineAmt], [APTran.CuryLineAmt])
- =IIF([APInvoice.DocType] = 'Debit Adj.', -[APTran.CuryLineAmt], [APTran.CuryLineAmt])
Thanks

