Yes, you are both right, I used this linear expression
var y = comp("MOGRT").layer("MOGRT Controls").effect("Slider Control")("Slider")
linear(y,0,20,0,20);
I allowed max 20px of width.
Thanks both for the idea for using this expression, I didn’t know that I could use it this way.