I want to filter a database based on the creation date being in a range from two date pickers. Probably it need a date and not a date range how I put it. I also tried “is in” instead of “=”. Not working.
Any hint?
I want to filter a database based on the creation date being in a range from two date pickers. Probably it need a date and not a date range how I put it. I also tried “is in” instead of “=”. Not working.
Any hint?
You have to use type ‘date’ instead ‘date range’. Also you will have the option use > and <
Sorry, I don’t understand. Where do I define type ‘date’ ? I am using the Created field in my database.