Smaller and larger than

Hi everyone! I have a series of buildings, and I’d like to select only the ones higher than 12 m and shorter than 30 m, is it possible? I tried merging the ‘smaller than’ and the ‘larger than’, but it doesn’t work.
Thank you so much!

Yes.

But we have no idea what your data looks like, and no idea how/what you tried, so no one can tell what went wrong.

Here an example of numbers 0…100 of which only numbers larger than 14 and smaller than 24 are kept:

// Rolf

You could also use Expression with conditional statement.

1 Like