cSumRunning
Posted: Wed Jun 18, 2025 4:08 pm
I'm creating an invoice that spans multiple pages, and I need to display the following on each page:
The total value for the current page;
The cumulative total up to the previous page.
Until now, I’ve been using these functions:
{cSumRunning(InvoicingBookingDetails.TotalValue)} → to calculate the total for the current page;
{cSumRunning(InvoicingBookingDetails.TotalValue) - cSum(InvoicingBookingDetails.TotalValue)} → to get the total up to the previous page.
However, since updating to version 2025.2.5, I’m getting unexpected results.
As shown in the attached image, the total displayed for page 1 is actually the value from page 2, which is incorrect.
Has anyone else experienced this issue or found a reliable workaround?
The total value for the current page;
The cumulative total up to the previous page.
Until now, I’ve been using these functions:
{cSumRunning(InvoicingBookingDetails.TotalValue)} → to calculate the total for the current page;
{cSumRunning(InvoicingBookingDetails.TotalValue) - cSum(InvoicingBookingDetails.TotalValue)} → to get the total up to the previous page.
However, since updating to version 2025.2.5, I’m getting unexpected results.
As shown in the attached image, the total displayed for page 1 is actually the value from page 2, which is incorrect.
Has anyone else experienced this issue or found a reliable workaround?