Afternoon All,
I have a report where I use Running Totals within Formula, But when I try to sum the Formula down to the groups it will not let me because I am using a running total with the formula.
Is there any way that I can put a running total within a formula and then sum it down?
What I am trying to do is:
{@Total Paid}
{@Aggregate}
{#Total Paid}
{@Total Paid} {@Aggregate} {#Total Paid} {@New}
100 600 100 100
200 600 300 300
100 600 400 400
200 600 600 600
400 600 1000 0
600 600 1600 0
700 600 2300 0
What I am trying to say within the {@New} Formula is:
If {#Total Paid} > {@Aggregate} Then 0 Else
{@Total Paid}
So If the Running Total Exceeds the Aggregate of 600 then put 0 else Total Paid Formula.
Then I wish to sum this down to the Groups.
I hope this makes sense.
Thank you very much for your assistance.
I have a report where I use Running Totals within Formula, But when I try to sum the Formula down to the groups it will not let me because I am using a running total with the formula.
Is there any way that I can put a running total within a formula and then sum it down?
What I am trying to do is:
{@Total Paid}
{@Aggregate}
{#Total Paid}
{@Total Paid} {@Aggregate} {#Total Paid} {@New}
100 600 100 100
200 600 300 300
100 600 400 400
200 600 600 600
400 600 1000 0
600 600 1600 0
700 600 2300 0
What I am trying to say within the {@New} Formula is:
If {#Total Paid} > {@Aggregate} Then 0 Else
{@Total Paid}
So If the Running Total Exceeds the Aggregate of 600 then put 0 else Total Paid Formula.
Then I wish to sum this down to the Groups.
I hope this makes sense.
Thank you very much for your assistance.