Set upper and lower limits for a variable

This works
{{ min(max([value],100),2000) }}

So when I replace the example value 15000 with your calculation, it should be like this:

1 Like