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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Partly bold in textbox

Hi all,

I want a part of the text in a textbox in bold like

Period: 1-1-2012 until 30-4-2012

I ve tried several things with '<B>' but nothing seems to work. Any idea how to solve this???

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

Unfortunately it's not possible to have different font styles in one textbox.

The only workaround I know is using multiple text boxes.

View solution in original post

5 Replies
Not applicable
Author

Unfortunately it's not possible to have different font styles in one textbox.

The only workaround I know is using multiple text boxes.

swuehl
Champion III
Champion III

And you may want to vote for this:

http://community.qlik.com/ideas/1880

Not applicable
Author

DONE

cheburashka
Creator III
Creator III

Hello,

You may find a better solution in the answer of this question.

Style text in a text box.

,KR Koen

vsabbise
Creator
Creator

Hi Swuehl, The link you provided doesn't work. Do you have any updated link ?

Also, could someone elaborate on using multiple text boxes to partly edit the string in the text ? I am looking for similar functionality. I was able to partly convert a string to Upper using this. 

(if(SubStringCount((wholetext),vWord1)>0,Replace(wholetext,vWord1,upper(vWord1))))

But It would be more clearly visible if I can partly Bold or partly color a specific string in the text. 

Any help is highly appreciated.

Thank you.