Advanced reporting
and data visualization components for .NET
LIVE CHAT Welcome, guest

 





Summary over 5 data bands
Display Posts for:
Invert
Jörg Frey 07/27/2020 04:46
Summary over 5 data bands

Hello
I have a report with 5 databands (databand1 to 5). On each databand I have a field with an amount. At the end of the databand, I have a field with the sum of the amount with GetTotal("amount1"), GetTotal("amount2") usw.

Now I would like to calculate after databand5 for example mybenefit = GetTotal("amount1") + GetTotal("amount2") - GetTotal("amount3").

How can I do that?

Any help is appreciated.

Regards

Joerg