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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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

8 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........

Andrew_ENT
Contributor III
Contributor III

This can now be done using the Straight Table in the Qlik Visualisation Bundle. In the Text Style expression I have the following;

=IF([Bold]='Y','<B>',null())