I am trying to select records based on a date & time range:
The entire record selection formula:
{IP_ACCOUNT.REFERRAL1} = "Bank" and
{ACCOUNT.TYPE} in ["Sold", "Sold DDOS", "Sold Pending"]and
({HISTORY.MODIFYDATE}>=DATETIME(2005,07,01,10,00,00) and
{HISTORY.MODIFYDATE}<DATETIME(2005,07,08,10,15,00))and
{HISTORY.USERNAME} in ["BA", "LS", "PB, "VC"]
The records where the modify date is greater than 7/1/05 10:00:00 AM are selected. However, no records that are less than 7/8/2005 10:15:00 AM are selected. There are 8 records that are less than this date and I am not understanding why they are not being selected.
This seemed like a simple record selection formula and I'm obviously missing something...
Thanks,
Sue
The entire record selection formula:
{IP_ACCOUNT.REFERRAL1} = "Bank" and
{ACCOUNT.TYPE} in ["Sold", "Sold DDOS", "Sold Pending"]and
({HISTORY.MODIFYDATE}>=DATETIME(2005,07,01,10,00,00) and
{HISTORY.MODIFYDATE}<DATETIME(2005,07,08,10,15,00))and
{HISTORY.USERNAME} in ["BA", "LS", "PB, "VC"]
The records where the modify date is greater than 7/1/05 10:00:00 AM are selected. However, no records that are less than 7/8/2005 10:15:00 AM are selected. There are 8 records that are less than this date and I am not understanding why they are not being selected.
This seemed like a simple record selection formula and I'm obviously missing something...
Thanks,
Sue