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