Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Singh
Contributor III
Contributor III

How to change font of one single word?

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!@

9 Replies
m_woolf
Master II
Master II

There are two solutions for this:

     Use an extension object that allows for Rich Text

     Use an image of the text

stigchel
Partner - Master
Partner - Master

Not in a standard text box, there is an extension for a html textbox. See

(Minimalistic) HtmlTextBox Extension

hamza99a
Creator II
Creator II

I like the vizlib extensions. They offer many different customize able features

Vizlib | Qlik Sense Extension Library

Singh
Contributor III
Contributor III
Author

Thank you so much, guys, for replying,

so without using extension is it possible to do this

Singh
Contributor III
Contributor III
Author

I'm using Qlikview 12.0 and I this Extension is for qlikview I'm I right

hamza99a
Creator II
Creator II

it may work however, this extension may have what you are llooking for.

Thanks!

balabhaskarqlik

Not sure may be like this:

=if(WildMatch(Dim, '*Business Discovery*'), '<B>')

=if(WildMatch(Dim, '*Business Discovery*'), '<I>')

Singh
Contributor III
Contributor III
Author

But bro It's not working in text Object...

balabhaskarqlik

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