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: 
arulsettu
Master III
Master III

Top and Low values in bar chart

Hi

i want to display top 10 and lowest 10 values based on sales in bar chart

SUM({<Customer = {"=Rank(-SUM(Sales),4)<=10"}>}Sales) i got this for lowest value.

how to show both values any help?

Labels (1)
12 Replies
tresB
Champion III
Champion III

Try:

SUM({<Customer = {"=Rank(-SUM(Sales),4)<=10  or Rank(SUM(Sales),4)<=10  "}>}Sales)

arulsettu
Master III
Master III
Author

HI

it showing many values i need to display only 10 and how to identify the lowest values in this chart?

thank you

tresB
Champion III
Champion III

You have to understand that set analysis doesn't work row-wise of a chart, it's a global filter. Therefore, you might have to try with Aggr(Rank(... combination for a chart; its depends on dimensions.

arulsettu
Master III
Master III
Author

my dimension is customer

arulsettu
Master III
Master III
Author

and it is possible to display like this

Capture.JPG.jpg

tresB
Champion III
Champion III

arulsettu
Master III
Master III
Author

ok please wait i will post the app

arulsettu
Master III
Master III
Author

here it is

arulsettu
Master III
Master III
Author

any idea?