Page 1 of 1

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

Posted: Thu Jul 04, 2019 5:59 am
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?!

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

Posted: Thu Jul 04, 2019 8:47 pm
by Lech Kulikowski
Hello,

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

Thank you.