URGENT: Problem with Sum()
Posted: Fri Jun 20, 2014 9:16 am
Hi,
I have a report with 3 pages. On the first page I need some values that are calculated using Sum() in Page 2 and Page 3.
On Page 1 I have a textfield with the following content:
But the result is not the addition of both but just the value of the first Sum(). In this screenshot I have three textfields. The first one has the above code.
The second one:
The third one:
Why is only the first SumRunning() taken into account in the formula of the first Textfield???
Unfortunately this extremely urgent this time...
I have added the report.
Please show me the correct way to do this if it is not a bug...
THANKS!
Cheers,
Pascal
I have a report with 3 pages. On the first page I need some values that are calculated using Sum() in Page 2 and Page 3.
On Page 1 I have a textfield with the following content:
Code: Select all
{SumRunning(DataBand1, BusCardAbrechnung.VerdienstEC + BusCardAbrechnung.VerdienstWC) + SumRunning(DataBand2, ReisenAbrechnung.Verdienst)}
The second one:
Code: Select all
{SumRunning(DataBand1, BusCardAbrechnung.VerdienstEC + BusCardAbrechnung.VerdienstWC)}
Code: Select all
SumRunning(DataBand2, ReisenAbrechnung.Verdienst)}
Unfortunately this extremely urgent this time...

Please show me the correct way to do this if it is not a bug...
THANKS!
Cheers,
Pascal