Similarly to how most data types can act as both representations of a manual input and a formulaic output, does the same apply to sliders? Can I have a formula output a decimal number between say 0 and 1, change the column type to NumberSlider, and have the slider position reflect the relative value of this number in the unit interval [0; 1]?
I can’t seem to find an obvious way to do this. Changing the column type to Number > Percent does seem to work and indicate this value in the unit interval as a percentage.