Page 2 of 2

Re: add value to a SUM

Posted: Tue Apr 09, 2019 5:57 am
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

Re: add value to a SUM

Posted: Wed Apr 10, 2019 7:42 pm
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.

Re: add value to a SUM

Posted: Fri Apr 12, 2019 11:54 am
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

Re: add value to a SUM

Posted: Sat Apr 13, 2019 12:21 pm
by Lech Kulikowski
Hello,

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

Thank you.