add value to a SUM

Stimulsoft Reports.NET discussion
Frederic73
Posts: 7
Joined: Wed Feb 20, 2019 10:24 am

Re: add value to a SUM

Post by Frederic73 »

It s difficult to join data because report designer is used as a part of a software
i don t know how to send a portion of this software en data are store in a sql server data
There s too many connection between tables to extract some data
Do you think this function total.sum was enable in report designer 2016?
Thanks
Lech Kulikowski
Posts: 6245
Joined: Tue Mar 20, 2018 5:34 am

Re: add value to a SUM

Post by Lech Kulikowski »

Hello,

Yes, that function was available in the 2016 version.

To reproduce the issue we need to render the report and it is often impossible to do it without data. We do not need your full database backup, but just a set of data to reproduce your issue. You could send some data to XML file if you write next code in the BeforePrint event of a page:

Code: Select all

[YourDataSourceName].DataTable.DataSet.WriteXml(@"e:\data.xml");
[YourDataSourceName].DataTable.DataSet.WriteXmlSchema(@"e:\data.xsd");
Thank you.
Frederic73
Posts: 7
Joined: Wed Feb 20, 2019 10:24 am

Re: add value to a SUM

Post by Frederic73 »

thanks
When i ve inserted the two lines in my report i have an error code csss...
i think you sure i m better than i am
Sorry
Lech Kulikowski
Posts: 6245
Joined: Tue Mar 20, 2018 5:34 am

Re: add value to a SUM

Post by Lech Kulikowski »

Hello,

Please send the request to your application developers to prepare test data for your report.

Thank you.
Post Reply