Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
I'm trying to use a button to easily select the top 10 customers based on sum of sales amount.
I've already managed to create a ranking for the pivot table based on sales.
I've used below as a function for the button but it doesn't work. It doesn't rank correctly for some reason.
='('& concat (if(aggr(rank(sum([Sales Amount])),Customer) <= 5, Customer), '|') & ')
Any suggestions on what to do?
Did you try making that button just a value to limit the dimension on your chart?
How do you mean?
Thank you for the reply!
I get how I can limit the dimension ,customer, to top 10 values by using limitations.
I started to use qliksense today, so I can you give me little more guidance on how to link it to the button?
I've realised that the problem is the seperator. It only returns customer names without space in between,
Do you know how I can use a separator that returns names with spaces in between using the above syntax?
Could you try with this?
Did it work? Don't forget to change the status of your question and confirm if you get a solution to share with the community 🙂