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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
markuskoessler
Contributor II
Contributor II

how to prevent expanding one dimension in pivot table

Hi everyone,

I'm working on a pivot table with some dimensions and I would like to prevent the user to expand one of those dimensions. Any ideas how to solve that?

Thank you!

Labels (1)
1 Reply
markuskoessler
Contributor II
Contributor II
Author

I've found a possible solution.

Within the formula I check the value of the dimension AND the "Dimensionality", which looks like that:

if(DIMENSION1='Name of Dimension' and not Dimensionality()=2,
sum(whatever)

As a Result, I can click on the "+ symbol" which turns into a "- symbol" but nothing else happens.
Maybey someone has a more elegant solution, but I'm happy with that.

Cheers