Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Is there a way to remove the Totals column on Pivot?

I have a Pivot where, I have a Dimension and some expressions. At the end of the Pivot I see a blank Column with all $0    0.0%     0      £0 etc for the respective columns. I just want to get rid of this as its not proper in my Pivot. Is there a special way to get rid of it as I tried all the basic steps from chart properties.

Thanks in Advance,

Mady

11 Replies
danielrozental
Master II
Master II

Did you look at my suggestion?

Go to the dimension tab, select the "MONTH" dimension and check the flag "Suppress When Value Is Null".

Not applicable
Author

Hi,

Have you tried deselecting the partial sums box in the presentation tab?

Otherwise, you should be able to use a conditional query around dimensionality to sum only the figures you want to see. For instance:

if(dimensionality()>1 , sum(Fieldname))

Assuming the total field's dimensionality is equal to 0, this should work.

Matt