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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Formatting pivot table dissapears when collapsed

I have this problem with formatting a pivot table, when I collapse a part of the pivot table, the format of the expression values dissapears.

I used the text format property on the dimension ( '<B>')

Naamloos.png

Labels (1)
1 Solution

Accepted Solutions
rwunderlich
MVP
MVP

Interesting. I never noticed that before. When a group is collapsed, the expression total loses it's bolding. You can work around it by using a conditional Text Format in your expression.

=if(Dimensionality()=1, '<B>')

-Rob

View solution in original post

2 Replies
rwunderlich
MVP
MVP

Interesting. I never noticed that before. When a group is collapsed, the expression total loses it's bolding. You can work around it by using a conditional Text Format in your expression.

=if(Dimensionality()=1, '<B>')

-Rob

Not applicable
Author

It works! Amazing. Thank you very much.