Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Is it possible to hide the total on one column in a pivot table

I'm using totals in a pivot table but would like to hide the total value in one of the columns as it does not accurately represent the data for that column. Is this possible?

error loading image

3 Replies
Not applicable
Author

Hi Wvogt,

I am not sue whether there is a setting for this but you could try the following:

The 'Totas'' row number for any column is 0. So if you use an 'If' condition, in the expression, this may work. eg.

if you expression is Sum(Qty), you could change it to

=if(rowno()=0,'-',Sum(qty))

Nimish

Not applicable
Author

Nimish,

That's exactly what I needed.

Thank you very much

Ward

Not applicable
Author

Thank you Nimish, this helped me as well 🙂

Regards Steve