This works
{{ min(max([value],100),2000) }}
So when I replace the example value 15000
with your calculation, it should be like this:
This works
{{ min(max([value],100),2000) }}
So when I replace the example value 15000
with your calculation, it should be like this: