Page 1 of 1

Advice please

Posted: Wed Feb 11, 2026 3:27 am
by Quarterland
Hello. I want a new field in my report like
sum(mytbl.Payment) - sum(mytbl.bes)
How can I get that? TIA

Re: Advice please

Posted: Wed Feb 11, 2026 9:44 pm
by Lech Kulikowski
Hello,

You can use the following expression:
{Sum(mytbl.Payment) - Sum(mytbl.bes)}

Thank you.