Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
For text in a text object, how to change the font of one single word?
For example, QlikView's Business Discovery approach delivers on the promise of BI
=> I want only "Business Discovery" to be bold and italic
The setting I can find out is for all the text in the same object, is it possible for one word?
Thanks!@
There are two solutions for this:
Use an extension object that allows for Rich Text
Use an image of the text
Not in a standard text box, there is an extension for a html textbox. See
I like the vizlib extensions. They offer many different customize able features
Thank you so much, guys, for replying,
so without using extension is it possible to do this
I'm using Qlikview 12.0 and I this Extension is for qlikview I'm I right
it may work however, this extension may have what you are llooking for.
Thanks!
Not sure may be like this:
=if(WildMatch(Dim, '*Business Discovery*'), '<B>')
=if(WildMatch(Dim, '*Business Discovery*'), '<I>')
But bro It's not working in text Object...
Format text like this:
Use expression in text format like this
IF(Condition, Value1,Value2)
Value1 expression like this:
'<B>' : Bold. Ex IF(Dimensionality()=0,'<B>' )
'<B><I>' : Bold and Italic. Ex IF(Dimensionality()=0,'<B><I>' )
'<H6>' : Font size. Ex IF(Dimensionality()=0,'<H6>' )