Page 1 of 1

Is this summary report possible in Reports.Net?

Posted: Thu May 29, 2008 5:52 am
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

Is this summary report possible in Reports.Net?

Posted: Thu May 29, 2008 1:18 pm
by Vital
Hello,

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

Code: Select all

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