donnarenia
Technical User
What is wrong with this variable formula? I need to pull out all adjustment amount from one table and have them show as well as all Final Bill Amounts. If it is an adjustment amount I need it to show as a negative.
WhilePrintingRecords;
currencyVar adjustment;
currencyVar InvoiceAmt;
adjustment :={CASH.Type}="A" , {CASH.Amount};
invoiceAmt :={AR.Type} ="P", {AR.FinalBillAmt};
Can someone help....PLEASE
WhilePrintingRecords;
currencyVar adjustment;
currencyVar InvoiceAmt;
adjustment :={CASH.Type}="A" , {CASH.Amount};
invoiceAmt :={AR.Type} ="P", {AR.FinalBillAmt};
Can someone help....PLEASE