Hello,
Is there a simple way to compare the sum of a field with the sum of the same field the previous group (like previous() on a simple record) ?
Ex:
group fld1
2006 100
2006 110
2006 120
2007 200
2007 210
-> Sum (fld1, 2007) - sum (fld1, 2006) = (100 +110 +120) - (200 + 210)
And I must also hide the 1st group (2006) ...
Thank you for your help;
Is there a simple way to compare the sum of a field with the sum of the same field the previous group (like previous() on a simple record) ?
Ex:
group fld1
2006 100
2006 110
2006 120
2007 200
2007 210
-> Sum (fld1, 2007) - sum (fld1, 2006) = (100 +110 +120) - (200 + 210)
And I must also hide the 1st group (2006) ...
Thank you for your help;