I have a problem in showing the value of SQL SP in stimulsoft report

Stimulsoft Reports.WEB discussion
Post Reply
dorsa2
Posts: 8
Joined: Mon Apr 15, 2019 6:23 am

I have a problem in showing the value of SQL SP in stimulsoft report

Post by dorsa2 »

I have a report in Stimulsoft report. I want to get the sum of two columns.
and after that I want to do the multiplication and divide between two columns .how can I do that?!
Lech Kulikowski
Posts: 6265
Joined: Tue Mar 20, 2018 5:34 am

Re: I have a problem in showing the value of SQL SP in stimulsoft report

Post by Lech Kulikowski »

Hello,

You can apply all calculations in the expression:
{DataSourceName.Column1 + DataSourceName.Column1}

Thank you.
Post Reply