Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to bold text in Qlik sense

Goodmorning everybody!

I'm trying to bold text in a if condition using Qlik Sense.

I used to do it on Qlik View using '<b>' , but it'd not working on Sense.

Does anyone know how to do it?

Many thanks,

Davide

7 Replies
kdesseyn
Partner - Contributor II
Partner - Contributor II

Hi Davide,

Sense is currently not supporting HTML tags, however you can try the conditional expressions.

if(Year>2010,Blue(),Red())

You can also use colormix or the rgb() function.

See the help page for syntax and examples https://help.qlik.com/en-US/sense/June2017/Subsystems/Hub/Content/ChartFunctions/ColorFunctions/colo...

Good luck,
Koen

Not applicable
Author

Thanks a lot for you answer Koen!

Davide

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))))

timpoismans
Specialist
Specialist

As far as I know, this is not possible.

 

JohannesHiller
Contributor
Contributor

It worked for me using.

'<b>'
& [Field Name]
& '</b>'

I used it in Qlik sense custom expression for info Bubble  geo analytics area layer.

Aurél
Creator
Creator

No it doesnt work in QlikSense.... I already tried for Table

Aurél
Creator
Creator

Thank you !

 

This is really disappointing! It's possible in QlikView........