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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
chiru_thota
Specialist
Specialist

Some dimension values needs to be in bold

Hi All,

I want to display few of the values in bold in chart.

How can I write expression in "Text Format " of that Dimension

Dimension
Dimvalue1
Dimvalue2
Dimvalue3
Dimvalue4
Dimvalue5
Dimvalue6
1 Solution

Accepted Solutions
ThornOfCrowns
Specialist II
Specialist II

In the Text Format option, type in '<b>' including the single quotes.

View solution in original post

8 Replies
ThornOfCrowns
Specialist II
Specialist II

In the Text Format option, type in '<b>' including the single quotes.

SunilChauhan
Champion II
Champion II

see the attched image

and follow it for all dimension you want in bold

+ sign of each dimesion expand and use '<B>'

hope this helps

Sunil Chauhan
Anil_Babu_Samineni

James, If i want to put bold only specific Values then, How?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
ThornOfCrowns
Specialist II
Specialist II

You can't do it for specific words, it's all of the string or nothing.

Anil_Babu_Samineni

James, It's possible. I got it Thanks for your help.. - anil

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
ThornOfCrowns
Specialist II
Specialist II

Could you post your solution?

Thanks.

Anil_Babu_Samineni

Dimension + -- Text Format and then paste like below then it will work particularly names. =If(Dimensionality()=1 and  sum(Sales) < 100,RGB(255,130,171),'')

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
ThornOfCrowns
Specialist II
Specialist II

Oh yes, I see. Thanks,