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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Chrisc0276
Contributor II
Contributor II

How do I hide values in a pivot table but only show them at the top level budget line?

Hello all, I have created a Pivot table that I would like to use to show Forecasted Spends. However, I do not want to see the Approved amount and the Unobligated Amounts on any of the lines except the Top level line.

How do I perform this action?

1.PNG

Labels (1)
2 Replies
rubenmarin

Hi you can try using dimensionality():

If(Dimensionality()=0, [Your Expression])

Or: If(Dimensionality()=0, [Your Expression],' ')

Chrisc0276
Contributor II
Contributor II
Author

Thank you for the advice. I will have to bring this to our contractor helping me with this as this is over my head.  I need a manual or guide book.  Thank you again!