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

 





get total / calculation
Display Posts for:
Invert
Tom Thys 09/15/2018 14:28
get total / calculation

Hi,

is there anyway that i can subsctract 2 totals?
I got 2 SUM totals.
I am displaying this at the end of my report but i want to substract total1 - total2

Can this be done ?
Michael Hacker 10/02/2018 21:48
get total / calculation

Hi,

I'm not sure if I got you right, but I would use
GetTotal("Total1") - GetTotal("Total2")

Regards,
Michael