Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to make a number under expression both Bold and Underlined?

Hi,

I know I can edit the Text Format option under an expression to change the format of the number to be bold or underlined. But how can I write the expression to have both?

I was trying something below but it didn't work, although it worked well if I just use one statement...

IF(Bold=1,'<b>') or IF(Underline=1,'<u>')

FYI Field Bold and Underline are both dimensions where I assign 0 or1 to say which line need to be bold/underlined.

Thanks!

1 Solution

Accepted Solutions
luciancotea
Specialist
Specialist

=if(Bold = 1 and Underlined = 1, '<b><u>')

View solution in original post

1 Reply
luciancotea
Specialist
Specialist

=if(Bold = 1 and Underlined = 1, '<b><u>')