Search for data between dates

Hi,
I’ve a date field in the database, and I want to show the data where the data-entry is between currentdate and currentdate+90days.

image

Change the first constraint to "maintenance_end < current date/time +(days): 90

and add a second constraint: “maintenance_end > current date/time”

yep - I tried this one already. Without success :frowning:

okay seems to be an issue with my plugin…