Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
andre_avenant
Contributor
Contributor

Top 6 Piechart and Other is Grey

Hi All

So I have a bar chat, it works well except that I want to make use of top 6 and then the other shows as grey. As per attachment.

I have create the dimension as a master item and change the settings in there, but still no go.

Any help will be great..

thanks

Andre

 

Labels (3)
2 Replies
rubenmarin

Hi, an option can be setting clor by expression and use an expression like:

If(Rank(ExpressionUsedInMetric)<=6, Color(RowNo()), RGB(200,200,200))

andre_avenant
Contributor
Contributor
Author

Umm not sure this is what I am after.