Advice please

Stimulsoft Reports.NET discussion
Post Reply
Quarterland
Posts: 1
Joined: Wed Jan 07, 2026 10:18 am

Advice please

Post by Quarterland »

Hello. I want a new field in my report like
sum(mytbl.Payment) - sum(mytbl.bes)
How can I get that? TIA
.
Lech Kulikowski
Posts: 7691
Joined: Tue Mar 20, 2018 5:34 am

Re: Advice please

Post by Lech Kulikowski »

Hello,

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

Thank you.
Post Reply