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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

need help

hi

   i have text box it contains the name kamineni praveen, here i want to display kamineni with one colour praveen with another color with in the same text box  plz help me

thanks

1 Solution

Accepted Solutions
sunny_talwar

And in case you have other text going along with it, try this:

='Some Text ' & Count(Empid) & ' Some More Text'

View solution in original post

10 Replies
sunny_talwar

This is not possible within the inbuilt QlikView's text box object, but you can use Extension to do this. Have a look here: (Minimalistic) HtmlTextBox Extension

HTH

Best,

Sunny

Not applicable
Author

thanks but when i try to write the condion in that text box it is showing as text ,

for example i try like this count(Empid) it is showing same text in text box not displaying value.condition not working

sunny_talwar

Try it with the equal sign

=Count(Empid)

sunny_talwar

And in case you have other text going along with it, try this:

='Some Text ' & Count(Empid) & ' Some More Text'

Not applicable
Author

thank you so much

sunny_talwar

No problem

I am glad I was able to help.

Best,

Sunny

Not applicable
Author

sunny one more doubt if i want to give color to count(empid) how is it possible

sunny_talwar

Like I said, using different formatting options within a text box object isn't possible. For that you will need to use extensions such as one available here: (Minimalistic) HtmlTextBox Extension

Not applicable
Author

k thank you