Page 1 of 1

New Varible with formula

Posted: Mon Dec 17, 2018 10:41 am
by masoudf
Hi Dear
I want a new field in my report like
sum(mytbl.Payment) - sum(mytbl.bes)
How can I get that?

thx alot

Re: New Varible with formula

Posted: Tue Dec 18, 2018 8:22 pm
by Lech Kulikowski
Hello,

You can use Totals.Sum() function.

Thank you.