Hello,
Situation:
Let's say you have a table called "Contracts", these contracts have a start and end date, and a report called current contracts has been built in Zoho Analytics.
This report displays a list of contracts that are "active", meaning they are considered active if their start & end dates are on or between a selected date / date range.
Complication:
1. Let's say I had one contract with a start date of 01/01/2024 and an end date of 30/06/2024, when I select a specific date (or range) e.g 01/02/2024, then this contract is not displayed, when it "should" be considered active.
2. I could create another query table that creates a row for each "day" that a contract is active, however, this is not appealing when users "Drill down" into the underlying data.
Question:
How can you create a filter that applies or checks if any of the dates in the range or selection are between the start and end date of a contract record?