Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Bold font in an expression?

In a standard table or a pivot table I'd like to highlight a row by making the font BOLD.

I'm not sure how to get this done.  Any ideas? 

For example, I have a table with the first column being called Product from the Product field in the data model.

If the Product value is "Furniture" I'd like that or the entire row to be in bold font....

8 Replies
sunny_talwar

You will need to do this for all your expression and dimension:

If(Product = 'Furniture', '<b>')

sunny_talwar

Attaching a sample qvw and screenshot of the output:

Capture.PNG

Anonymous
Not applicable
Author

if u want to make the whole row or just the header bold then alternatively you can do this-

right click on header or any cell of the table > Click custom format cell > in the coming window you have option to control color and fonts.

Not applicable
Author

This is a Qlik Sense question (I posted it on a Qlik Sense blog).  Your answer is for QlikView, not Qlik Sense...

sunny_talwar

Sorry about that . Will look for a Qlik Sense solution now

sunny_talwar

I think Text Format option doesn't seem to be available in Qlik Sense so far, may be in the future versions we may get that functionality.

Best,

Sunny

Anonymous
Not applicable
Author

Hello,

There is a background and text color option. You can highlight via using either of these options.

BR

Serhan

vsabbise
Creator
Creator

Can I bold or apply color for a specific string in the text ?

I was able to convert it to upper case using the following. But would be nice to color the string or make it bold

(if(SubStringCount((wholetext),vWord1)>0,Replace(wholetext,vWord1,upper(vWord1))))

 

Any Help is highly appreciated. Thank You