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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Formatting Text

Hello,

I want to format one of my rows in my straight table bold and another two Italic.

I have attached an example of my data, I am able to make most of the row bold however I have difficulty when it comes to the column that has expression Column(1)-Column(2).

I want the Total Revenue row to be bold and the 2 tier and Direct equipment rows to be italic.

Thanks in advance

Anna

1 Solution

Accepted Solutions
Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi,

You can use this on expression text format:

Pick(Match(Transtype, 'Total Revenue', '2Tier Equipment', 'Direct Equipment'), '<b>', '<i>', '<i>')

Best,

Aurélien

Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

2 Replies
Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi,

You can use this on expression text format:

Pick(Match(Transtype, 'Total Revenue', '2Tier Equipment', 'Direct Equipment'), '<b>', '<i>', '<i>')

Best,

Aurélien

Help users find answers! Don't forget to mark a solution that worked for you!
Not applicable
Author

Thank You so so much.