Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
anurag644
Contributor II
Contributor II

Reverse Valued Bar Chart

I have the data where ranking is done 1-5 i want to show the 1st Rank object having the maximum bar.

I am attaching a picture in which the data is in normal form increasing from 1-5.

image.png

I wanted the Relator to have Max bar chart and goes down as per the value having Futuristic to be the lowest.

 

Thanks in Advance.

Labels (3)
1 Solution

Accepted Solutions
Gysbert_Wassenaar

If you're using the Rank function in your measure then instead of rank(X) use rank(-X). Or Rank(-1*X) which is the same thing.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

If you're using the Rank function in your measure then instead of rank(X) use rank(-X). Or Rank(-1*X) which is the same thing.


talk is cheap, supply exceeds demand
anurag644
Contributor II
Contributor II
Author

Thanks Gysbert the Rank function itself worked, 

This was my expression to elimitate the rest of the values and consider only 1-5

Rank(sum({<Value={'1','2','3','4','5'}>}Value))