Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
Try:
SUM({<Customer = {"=Rank(-SUM(Sales),4)<=10 or Rank(SUM(Sales),4)<=10 "}>}Sales)
HI
it showing many values i need to display only 10 and how to identify the lowest values in this chart?
thank you
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.
my dimension is customer
and it is possible to display like this
Could you post a sample qvw? See: Preparing examples for Upload - Reduction and D... | Qlik Community
ok please wait i will post the app
here it is
any idea?