Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all...
I have the list of parametere in multibox....
Consider select any one parameter from multibox that parameter should be come into slider...
i want to see the chart using the slider with that parameter by changing the value in the slider...
the value should have min value and max value.
i want to see the chart between these two values.
that is whatever i select the min and max value
Hi Gopi,
If i understood your question properly, attached appliaction would be a desired sample.
i have achieved your requirement with dollar sign expansion.
1st i have created the selection parameters as field info. In my example, it is Month and Product.
From the selection list box user can select either Month or Product and can see the change in dimension on slider.
Create slider object and right click --> Property --> General--> Field--> Expression and write your expression (i.e. Selection Field)
=$(=Selection)
Hope this may help you.
- Sridhar
Hi...
thank you very much..,
its work fine