Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts,
I took measure as count(orders) now i want a slider from which we can select count of order Ex.- I only want to look into destination with more than 30 orders then they can select in slider .similarly if i want look destination with more than 40 Orders.
i checked this Links: http://branch.qlik.com/#!/project/57c6087f9810d6519d4e0516.
I am sharing apps . How i can use extension to achieve my requirement Thank you in advance.
Thanking
krishna
loveisfailstalwar1omarbensalemnicole_kowalskycolin_albert@adamdavi3s@swuehl@Steve Dark
I have had time now, did with the extension you linked, I prefer this extension as slider:
http://branch.qlik.com/?_ga=1.210588061.985162163.1474569887#!/project/56728f52d1e497241ae697f8
Hi Krishna, with set analysis can be:
Count({<City={"=Count(ordernumber)>$(variableName)"}>} ordernumber)
There can be also an easier syntaxis using if:
If(Count(ordernumber)>$(variableName),Count(ordernumber))
Hi ruben,
thanks for the answer. unable to understand answer can you please modify in app
Hi, that extension seems to create a variable and assign values to it. You only need to change variableName with the variable you use in the extension.
What's exactly what you don't understand?
HI Ruben ,
Thank for your reply.sorry i could not put my question correctly.
i will show in stages .i am using first extension in question.
Step1: This are option given default .there is default varible .
step2:i created a variable
What equation i should write here .
you can notice there 2 variable option upper and lower where we should assign.
step3:map measure :Count({<City={"=Count(ordernumber)>$(variableName)"}>} ordernumber).i will use this equation
in extension usage video day are used for different chart .we can not use that method for map.
many issue is how use extension .pls if possible modify in app
hi ruben,
typo error .there is no default varible
Hi Krishna, I haven't tested that particular extension and I'm busy right now to test, but seems that upper and lower are another 2 variables to set the range of the slider, in your case I think you need a single value, not a range, for a range you'll need 2 variables and an expression like:
If(Count(ordernumber)>=$(LowerVariableName) and Count(ordernumber)<=$(UpperVariableName),Count(ordernumber))
I have had time now, did with the extension you linked, I prefer this extension as slider:
http://branch.qlik.com/?_ga=1.210588061.985162163.1474569887#!/project/56728f52d1e497241ae697f8
Hi Ruben Marin,
Thank for spending your time it worked very well.
Thanking you
krishna