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: 
asknyldz
Contributor III
Contributor III

Dimension Format

Hi Team,

I need to Bold format only "A+B" and "C+D+E" rows in Pivot Table. How can i do it? 

 

image.png

Thank you

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

May be this in text format

If(Match(Account, 'A+B', 'C+D+E'), '<b>')

View solution in original post

1 Reply
sunny_talwar
MVP
MVP

May be this in text format

If(Match(Account, 'A+B', 'C+D+E'), '<b>')