
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Tags:
- new_to_qlikview
- « Previous Replies
-
- 1
- 2
- Next Replies »
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
And in case you have other text going along with it, try this:
='Some Text ' & Count(Empid) & ' Some More Text'

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try it with the equal sign
=Count(Empid)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
And in case you have other text going along with it, try this:
='Some Text ' & Count(Empid) & ' Some More Text'

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thank you so much

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No problem
I am glad I was able to help.
Best,
Sunny

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
sunny one more doubt if i want to give color to count(empid) how is it possible

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
k thank you

- « Previous Replies
-
- 1
- 2
- Next Replies »