summary

Stimulsoft Reports.JS discussion
Post Reply
jpgb
Posts: 67
Joined: Tue Mar 15, 2016 11:42 am

summary

Post 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
Lech Kulikowski
Posts: 7292
Joined: Tue Mar 20, 2018 5:34 am

Re: summary

Post by Lech Kulikowski »

Hello,

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

Thank you.
jpgb
Posts: 67
Joined: Tue Mar 15, 2016 11:42 am

Re: summary

Post 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.
jpgb
Posts: 67
Joined: Tue Mar 15, 2016 11:42 am

Re: summary

Post by jpgb »

Is there anything else i could try?

thanks
JB
Lech Kulikowski
Posts: 7292
Joined: Tue Mar 20, 2018 5:34 am

Re: summary

Post by Lech Kulikowski »

Hello,

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

Thank you.
jpgb
Posts: 67
Joined: Tue Mar 15, 2016 11:42 am

Re: summary

Post 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.
Lech Kulikowski
Posts: 7292
Joined: Tue Mar 20, 2018 5:34 am

Re: summary

Post by Lech Kulikowski »

Hello,

Please check the sample report in the attachment.

Thank you.
Attachments
cCount and sum of previous pages.mrt
(782.94 KiB) Downloaded 231 times
Post Reply