Can you create a sum of sums, or subtract one sum from another? I have two sum:
Sum of INVOICES.INV_AMOUNT and Sum of INVOICES.PAID_AMT
I just want the total balance, ie:
Sum of INVOICES.INV_AMOUNT - Sum of INVOICES.PAID_AMT
What is the formula for this? I've been trying different things but I keep getting just the text 'sum' and such.
Sum of INVOICES.INV_AMOUNT and Sum of INVOICES.PAID_AMT
I just want the total balance, ie:
Sum of INVOICES.INV_AMOUNT - Sum of INVOICES.PAID_AMT
What is the formula for this? I've been trying different things but I keep getting just the text 'sum' and such.