Is this summary report possible in Reports.Net?

Stimulsoft Reports.NET discussion
Post Reply
Larusso
Posts: 32
Joined: Tue May 20, 2008 9:27 am
Location: Poland

Is this summary report possible in Reports.Net?

Post by Larusso »

I need to create summary report for groups of users like on the image. for each row it gets summary of applications for all users of this group.
I thought of using cross-tab but percentage columns are difficult
Thanks for any help

Image
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Is this summary report possible in Reports.Net?

Post by Vital »

Hello,

You can use following expression for columns "% vol":

Code: Select all

{DataSource.ColumnVolume/Sum(DataSource.ColumnVolume)}
Thank you.

Post Reply