Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need help to get amount remaining for the recent due date.
=
this is the expression for amount remaining and i need to get amt remaining for recent due date. due date expression is
Have you tried something like this:
sum(if([AR Aging Net Amount Due Remaining-Invoice]>=0 AND [AR Aging Due Date] = YourDueDate,[AR Aging Net Amount Due Remaining-Invoice],0))
Matt