Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have created a variable and then created a slider that changes this variable. The range of the variable is 0% to 100%.
Now, I have a dataset as follows and I want to show those dimensions for this %Sales column matches with the slider value.
| Customer | Sales | % Sales |
| A | -10 | 10% |
| B | -20 | 20% |
| C | -30 | 30% |
| D | -40 | 40% |
For example, if the slider is selected at 40%, I want to filter the above table to show only Customer D. Is this doable?
Hi Nitesh,
I am attaching a sample of exactly what I plan to achieve. I would want the straight table to show the data only for the value selected in the slider. Looking forward to your response.
Thanks,
Sagar
mmmm something like this? (see attached file)