Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
Thanks a lot for you answer Koen!
Davide
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))))
As far as I know, this is not possible.
It worked for me using.
'<b>'
& [Field Name]
& '</b>'
I used it in Qlik sense custom expression for info Bubble geo analytics area layer.
No it doesnt work in QlikSense.... I already tried for Table
Thank you !
This is really disappointing! It's possible in QlikView........