Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Can you upload sample qvw?
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
hii,
i tried that...but it is not workin on sliders...