Filter list whit parrameter value's <100

Hello i am trying to get a list with all parameter value’s less than <100 but i can’t get! what can i do to get this list of value’s?

Thank you!

you need to use list levels on your “<” node.
Or use longest lazing

thanks, for your replay, but it stil doen’t works

@royboverhoff your list of values aren’t numbers.

Check image below. “50” returns false while converted to a number it returns true

@royboverhoff The parameter values are strings, you’ll need to first convert them to numbers.
As some of them are empty strings, you’ll also need to replace them.
See if this gives you an idea on the possible way forward …
filter

thank you guy’s now it’s working