Cross-Tab Summary Columns

Stimulsoft Reports.PHP discussion
Post Reply
Nathan
Posts: 21
Joined: Wed Dec 07, 2011 2:24 pm

Cross-Tab Summary Columns

Post by Nathan »

Is it possible to hide a summary column but show the summary total column?

Code: Select all

        Column1     Column1
        S1   S2     S1   S2      Total S1      Total S2    Total S3
Name1   1     2     4     5      5             7           10
Name2   
Above is the desired look i want.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Cross-Tab Summary Columns

Post by Alex K. »

Hello,

Please try to set the Show Total property for nessesary Column to false.

Thank you.
Nathan
Posts: 21
Joined: Wed Dec 07, 2011 2:24 pm

Cross-Tab Summary Columns

Post by Nathan »

Thanks for the response.
I am using DesignerFx PHP

The only Show Total property I see is on the Cross-Rows (which in my example would be Name1 or Name2). I get what that property does and I already use it to hide the Total for my Cross-Rows.
From what I can see though there is no Show Total property on a Cross-Summary (which in my example would be S1 or S2), and even if there was I think that would defeat the look I am trying to get. In actuality I am wanting to hide the actual value that is used to calculate the Total.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Cross-Tab Summary Columns

Post by HighAley »

Hello.
ivanleblanc wrote:Thanks for the response.
I am using DesignerFx PHP

The only Show Total property I see is on the Cross-Rows (which in my example would be Name1 or Name2). I get what that property does and I already use it to hide the Total for my Cross-Rows.
From what I can see though there is no Show Total property on a Cross-Summary (which in my example would be S1 or S2), and even if there was I think that would defeat the look I am trying to get. In actuality I am wanting to hide the actual value that is used to calculate the Total.
Please, send us a sample report template with data for analysis.

Thank you.
Nathan
Posts: 21
Joined: Wed Dec 07, 2011 2:24 pm

Cross-Tab Summary Columns

Post by Nathan »

I need the columns in red to be hidden, but I want the total of the hidden columns at the end in green to still show up.
Is this possible with a CrossTab

Image

Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Cross-Tab Summary Columns

Post by Alex K. »

Hello,

It is possible only with additional code in events, but Fx for PHP version does not support code in events.

Thank you.
Post Reply