I have a formula of:
if CurrentDate-{p21_view_aptb_report.net_due_date}>30 and CurrentDate-{p21_view_aptb_report.net_due_date}<=60
then {@amount due}
else 0
This will display the amount due on the invoice if it is between 30 and 60 days overdue.
What I want to do is sum this column at the bottom of my group (by supplier). It won't sum it; I'm guessing because it's conditional.
How can I do this in XI?
if CurrentDate-{p21_view_aptb_report.net_due_date}>30 and CurrentDate-{p21_view_aptb_report.net_due_date}<=60
then {@amount due}
else 0
This will display the amount due on the invoice if it is between 30 and 60 days overdue.
What I want to do is sum this column at the bottom of my group (by supplier). It won't sum it; I'm guessing because it's conditional.
How can I do this in XI?