How to evaluate whether a value is within a given range?

Hi all-

I’m trying to evaluate whether a value is within a given range, and I want to know if the value is below, within, or above the range… all within the context of a filter. Assume the value, range low end, and range high end are set values. I want to be able to let users filter to only show data that is below, or only show data that is between, or only above, depending on which options they choose.

I thought this may have been possible with math.js API but not sure how. Any ideas?

Thanks!

I this what you mean? The page below has a drop down to select the filter on the results returned?..

Yes, exactly! I was able to see how you did that via workflows “only when”, thanks!

Great.

Don’t forget to mark the post above as solution, so the thread is marked as solved.

This topic was automatically closed after 70 days. New replies are no longer allowed.