- I had a bar chart with dimension as groupABC(i.e., A,B,C fields) and the expression as =Count({$<[$(=GetCurrentField([groupABC]))]={">=$(v1)<=$(v2)"}>} [ID]).
- In slider i had taken variables v1,v2 and for MinValue = min(groupABC) and MaxValue= max(groupABC)
When i select the fields of group the bar chart changes with different values in x-axis. And the slider displays with same changed values as appeared in bar chart but, the slider position located at different places.
My task is the slider position should occupy entire slider based on changed values in bar chart.