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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Bold top 5 values

Hi all,

Can anyone tell me how to bold the top 5 values in my bar chart?

Please help!!

Many Many thanks...

Matt

Labels (1)
1 Solution

Accepted Solutions
jykang0638
Partner - Contributor III
Partner - Contributor III

Hi Matt,

I think Text Format and Rank() may help you.
Expand hidden list through click plus sign on your expression and choose Text Format.
Then write expression like this:
If(Rank(Total Sum(Val)) <= 5, '<b>')

I hope it will help you. 
Steve Kang.

View solution in original post

3 Replies
Not applicable
Author

Can anyone please help?

jykang0638
Partner - Contributor III
Partner - Contributor III

Hi Matt,

I think Text Format and Rank() may help you.
Expand hidden list through click plus sign on your expression and choose Text Format.
Then write expression like this:
If(Rank(Total Sum(Val)) <= 5, '<b>')

I hope it will help you. 
Steve Kang.

Not applicable
Author

Steve, your a legend.  Thank you.