Hi there, does anyone have a method of filtering a layer that shows features containing a date field which are within the next 'x' days. I know that there is already a date filter which can filter features within the last 'x' days but not within the next.
For example the layer has a field containing future dates and I would like only features to be selected by this field if it is within x days of todays date.
| ID | Fruit | Date |
| 1 | Apple | 13/02/2022 |
| 2 | Pear | 14/02/2022 |
Any help would be much appreciated