Is it possible to filter for a range of numbers in the filter section of the item report? I cannot seem to make it work. Currently I am doing this
SomeField > 16 and SomeField < 24
The idea is to only populate things that the value falls between 16 and 24, e.g 17, 18, 19, 20. . . But I either get nothing or everything. Perhaps I'm using it wrong?