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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Bolding text in table

How do i bold the 3 Total Row Text in this pivot table. Find attached

1 Solution

Accepted Solutions
sunny_talwar

Add the following expression for Text Format for all your expressions and dimensions:

=If(WildMatch(Upper(Text), '*TOTAL*'), '<b>')


Capture.PNG


Capture.PNG


Capture.PNG

View solution in original post

4 Replies
sunny_talwar

Add the following expression for Text Format for all your expressions and dimensions:

=If(WildMatch(Upper(Text), '*TOTAL*'), '<b>')


Capture.PNG


Capture.PNG


Capture.PNG

Anonymous
Not applicable
Author

like this?

Anonymous
Not applicable
Author

Select Design Grip from Menu -> Then Right Click on Any Column Cell -> Custom Format Cells -> Formatting as per your requirement