Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
And in case you have other text going along with it, try this:
='Some Text ' & Count(Empid) & ' Some More Text'
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
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
Try it with the equal sign
=Count(Empid)
And in case you have other text going along with it, try this:
='Some Text ' & Count(Empid) & ' Some More Text'
thank you so much
No problem
I am glad I was able to help.
Best,
Sunny
sunny one more doubt if i want to give color to count(empid) how is it possible
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
k thank you