Page 1 of 1

summary

Posted: Sat Oct 10, 2020 2:39 pm
by jpgb
Hi,

In the page header i want to present the summary (totals) of a column of all the previous pages.

Is this possible?

Thanks
JB

Re: summary

Posted: Mon Oct 12, 2020 7:00 am
by Lech Kulikowski
Hello,

Please try to use the Totals.Sum() function.

Thank you.

Re: summary

Posted: Mon Oct 12, 2020 9:33 am
by jpgb
I´ve already tried that. It shows the total sum of all the records of the report (last version of Stimulsoft JS)

In the page header i want the totals until the end of the previous page

and in the page footer i want the totals till the end of the current page

JB
Lech Kulikowski wrote: Mon Oct 12, 2020 7:00 am Hello,

Please try to use the Totals.Sum() function.

Thank you.

Re: summary

Posted: Tue Oct 13, 2020 8:23 am
by jpgb
Is there anything else i could try?

thanks
JB

Re: summary

Posted: Thu Oct 15, 2020 9:58 pm
by Lech Kulikowski
Hello,

You can use cSum(band,column) function to summary by page.

Thank you.

Re: summary

Posted: Fri Oct 16, 2020 2:09 pm
by jpgb
Thanks Lech, but I dont want the summary by page.

In one page i want the summary of all the previous pages, and the summary of all the pages with the current page.

Is this possible? Its a goverment mandatory feature...

JB
Lech Kulikowski wrote: Thu Oct 15, 2020 9:58 pm Hello,

You can use cSum(band,column) function to summary by page.

Thank you.

Re: summary

Posted: Wed Oct 21, 2020 8:48 pm
by Lech Kulikowski
Hello,

Please check the sample report in the attachment.

Thank you.