Vues :

Question:
How does a query look like to search for documents having a specific date range using the URL Integration?

Answer:
If for example a field with the internal name "DATE" should be used for a search of documents having an entry between the last 5 and 8 days, the query would look like this:

[DATE]<=CURRENTDATE(-5) AND [DATE]>=CURRENTDATE(-8)