Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Re : Sliider

Hi All,

I have a requirement as follows,

i need to create a slider with values starting from 0%-100% (Error Rate) and

i have a bar chart with CYCLIC GROUP (Year,Quarter,Month,Region,State etc..).

The Bar chart has Three expression Of which the third expression is Error Rate. so when i select the range in slider let say 5-10%,the graph should show the values which has values in between that range despite of the dimension selected.(ie..if i select the dimension as year it should show the yrs within the range, if i select the month it should show the month within the range..likewise...)

Is there any possible way to achieve this..kindly suggest...

Thanks in advance..

Reena

3 Replies
senpradip007
Specialist III
Specialist III

Can you upload sample qvw?

israrkhan
Specialist II
Specialist II

Reena,

i am not sure, if i understood you correctly...

but i think you need to know, which dimension is currently selected in the CyclicGroup..if yes, than you can get the selected Dimension(Field) by using below expression...

=GetCurrentField("MyCyclicGroup") it will give you the current selected Dimension in cylclic group, in your case Year, Month or Period..

and you can use it in if condition for further calculation

Hope it helps..

Israr

Not applicable
Author

hii,

i tried that...but it is not workin on sliders...