Hello. I can sum the values in a column by the function Sum. But how to subtract?
Thanks
Substract values
Re: Substract values
Hello,
As a way, you can use the additional variable and code in AfterPrint event:
resultVariabe -= DataSourceName.ColumnName
Thank you.
As a way, you can use the additional variable and code in AfterPrint event:
resultVariabe -= DataSourceName.ColumnName
Thank you.
Re: Substract values
I have 11 columns and I have to add 11 variables. May be there is other way?
Re: Substract values
Hello,
Yes, in this case you need add 11 variables.
Thank you.
Yes, in this case you need add 11 variables.
Thank you.