Hello. I want a new field in my report like
sum(mytbl.Payment) - sum(mytbl.bes)
How can I get that? TIA
Advice please
-
Quarterland
- Posts: 1
- Joined: Wed Jan 07, 2026 10:18 am
-
Lech Kulikowski
- Posts: 7691
- Joined: Tue Mar 20, 2018 5:34 am
Re: Advice please
Hello,
You can use the following expression:
{Sum(mytbl.Payment) - Sum(mytbl.bes)}
Thank you.
You can use the following expression:
{Sum(mytbl.Payment) - Sum(mytbl.bes)}
Thank you.