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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
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

1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/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
Partner Ambassador/MVP
Partner Ambassador/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.