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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
adiarnon
Creator III
Creator III

bold text on condition

hi,

if i want that in one column of my dimensions in a table the text will be bold under condition.

i know how to do this with color but not bold....

something like -

if(dim='ggg',bold,not bold)

tnx

1 Solution

Accepted Solutions
aveeeeeee7en
Specialist III
Specialist III

in place of bold use '<B>'

Regards

Aviral Nag

View solution in original post

3 Replies
aveeeeeee7en
Specialist III
Specialist III

in place of bold use '<B>'

Regards

Aviral Nag

Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi,

if(dim='ggg', '<b>')


Regards,

Aurélien

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

text format

='<B>'

or a mix

='<I><U><B>'