
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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....

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You will need to do this for all your expression and dimension:
If(Product = 'Furniture', '<b>')

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Attaching a sample qvw and screenshot of the output:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is a Qlik Sense question (I posted it on a Qlik Sense blog). Your answer is for QlikView, not Qlik Sense...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry about that . Will look for a Qlik Sense solution now

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
There is a background and text color option. You can highlight via using either of these options.
BR
Serhan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
