I am relatively new to QlikView and am trying to find the amount outstanding for each client after all payments have been removed but am unable to figure out the correct formula.
I have it working on a line by line basis but not when grouping. For an individual line I am using Total - If(IsNull(Amount),0,Amount) but I need to get it working based on the Client where there could be three invoices for same client.