Page 1 of 1

Cross-Tab Summary Columns

Posted: Wed Dec 07, 2011 2:29 pm
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.

Cross-Tab Summary Columns

Posted: Thu Dec 08, 2011 1:20 am
by Alex K.
Hello,

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

Thank you.

Cross-Tab Summary Columns

Posted: Thu Dec 08, 2011 8:30 am
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.

Cross-Tab Summary Columns

Posted: Fri Dec 09, 2011 5:47 am
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.

Cross-Tab Summary Columns

Posted: Fri Jun 01, 2012 3:59 pm
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


Cross-Tab Summary Columns

Posted: Tue Jun 05, 2012 2:06 am
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.