Currently, the slider can’t depend on other variables, but you can use the slider in an Expression variable. Then the output of the Expression variable can be based on other variables for the min and max.
Here is one example. The slider is set to go from 0 to 1. The expression uses the slider value.
When you change the slider, the value for ‘out’ will range from the min to the max. In this example, we typed in the values for min and max but these could come from data columns or commands.
That is a bit of a work around but will work for this.
In the future, we are going to investigate having the slider use other variables directly. These dependancies have to be set up carefully to make sure that all graphs/calculations update as needed.
Anyway, hopefully this does what you need for the moment!