Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
vsabbise
Creator
Creator

Change color of Substring in Whole text

Hi All,

Is there a way to Highlight or Change the color of a sub string in the whole text ? . I am using a variable to input a substring and displaying the whole text in a text box. I can use Upper(variable name) but looking for something similar to blue(variable name).

I have this:

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

I want this:

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

 

 

1 Reply
Gysbert_Wassenaar

You can't change the color for parts of the text in a text object or a chart. If you need that kind of capability you'll have to search for an extension that supports that. Or create one yourself.


talk is cheap, supply exceeds demand