I'd like to use two date ranges in a record selection statement. In the end, I'd like to bring in records with a date range of 1/1/07 - 7/31/07 and 1/1/08 - 7/31/08. It would be nice if it were as simple as this:
{INCIDENT.START_TIME} = ({?2007 Date Range}and{?2008 Date Range})
Is it possible to bring in records using two date ranges?
Thank you.
{INCIDENT.START_TIME} = ({?2007 Date Range}and{?2008 Date Range})
Is it possible to bring in records using two date ranges?
Thank you.