Page 1 of 2

cant display percents in cross-summary

Posted: Wed Mar 23, 2016 9:47 am
by Jacunio
I have two suummary field in a crosstab. One is set to count, second as percent, but the problem is I cant get percents in cross-summary total. Anyone can help?
Image
Image

Re: cant display percents in cross-summary

Posted: Thu Mar 24, 2016 9:33 am
by Alex K.
Hello,

Can you please send us your report with test data for analysis.

Thank you.

Re: cant display percents in cross-summary

Posted: Thu Mar 24, 2016 10:52 am
by Jacunio
PM sent.

Re: cant display percents in cross-summary

Posted: Thu Mar 24, 2016 1:23 pm
by Alex K.
Hello,

Unfortunately, at the current moment, it works as is.
Please send us a request on support@stimulsoft.com

Thank you.

Re: cant display percents in cross-summary

Posted: Fri Mar 25, 2016 6:31 am
by Alex K.
Hello,

At the current moment, you can use the ProcessCell event for calculating percent value in totals.
http://support.stimulsoft.com/index.php ... -cross-tab

Please check the sample report in the attachment.

Thank you.

Re: cant display percents in cross-summary

Posted: Fri Mar 25, 2016 11:00 am
by Jacunio
Thank you for help, it is almost perfect. But to be more complicated, I have multiple rows with multiple summaries, and between report passes there calculated sums should be keeped for each row for second pass. I am trying to find out, hot to make it.

Re: cant display percents in cross-summary

Posted: Fri Mar 25, 2016 11:14 am
by Alex K.
Hello,

In this case, you should check the different summary index for each group of totals cells:
e.Cell.SummaryIndex == 1
e.Cell.SummaryIndex == 3
...
etc

Thank you.

Re: cant display percents in cross-summary

Posted: Fri Mar 25, 2016 12:35 pm
by Alex K.
Hello,

Please check the modified report on email.

Thank you.

Re: cant display percents in cross-summary

Posted: Tue Mar 29, 2016 8:49 am
by Jacunio
Aleksey, thank you for example, but I am getting critical error when opening report : "Unable to cast System.String to Stimulsoft.Report.Dictionary.StiVariable"
I am using Ultimate 2016.1 under Windows Serwer 2012.

Re: cant display percents in cross-summary

Posted: Tue Mar 29, 2016 11:29 am
by Alex K.
Hello,

Please check the modified report on the email.

Thank you.