Summary withouth databand

Stimulsoft Reports.JS discussion
Post Reply
jimyWeb
Posts: 42
Joined: Wed Feb 03, 2016 8:08 am

Summary withouth databand

Post by jimyWeb »

Hello,
I need to calculate the sum of a column but not using the DataBand. It is to use that the summation on the first page, while daband is located on page 2.

Thank you very much.
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Summary withouth databand

Post by HighAley »

Hello.

You could use Sum function with DataSource as parameter:

Code: Select all

Sum(DataSource1, DataSource1.Column);
Thank you.
Post Reply