Views:

Question:
What does a query look like when searching for documents with a specific date range using URL integration?

Answer:
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 be constructed as follows;

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

KBA is applicable to both Cloud and On-premise Organizations.