Hi, I'm trying to make a running sum on a report that knows about previous rows.
For example if I have a long list a few months of data, if I filter to show only the current month it needs to start from first record to the current month, not from zero.
I tried Running Sum property of a calculated control on a Report and it works fine but if I filter the list the running sum starts at 1st record value, from zero.
For example if I have a long list a few months of data, if I filter to show only the current month it needs to start from first record to the current month, not from zero.
I tried Running Sum property of a calculated control on a Report and it works fine but if I filter the list the running sum starts at 1st record value, from zero.