>, <, >= and <= do not work in filters.
I need to be able to select all my records with a year between two entered years. ie.
Filter
filter.startYear <= dataYear
filter.endYear >= dataYear
Is there another way to do this?
If I had a list of the years to select, would that help?