Our Crystal report (ver 8.5) uses the inbound parameters of an Oracle SP to filter the date range for a listing of recorded calls.
Using Oracle 8.17 we have a record in a table called Phone_Log_tbl in the Field (Call_Date, Date) that is recorded with a date of April 17,2003.
We have an Oracle Stored Procedure which has 2 Date parameters (Start_Date, End_Date) working against the aforementined Call_Date field.
When the date range is filtered Start_Date as 04/17/2003 and End_Date as 04/17/2003 the report returns no records from the 17th. However if the date range is filtered Start_Date as 04/17/2003 and End_Date as 04/18/2003 ( a typical user might say this is a 2 day date range) then the items for 4/17 show up.
This starts me to thinking: if I want a Date Range of say 1/1 to 1/15 do I need 1/1/ to 1/16 to show the real data? Or to take it one step further.. do I need 12/31 to 1/16 to really show the data from 1/1 to 1/15?
Thanks
AJ
Using Oracle 8.17 we have a record in a table called Phone_Log_tbl in the Field (Call_Date, Date) that is recorded with a date of April 17,2003.
We have an Oracle Stored Procedure which has 2 Date parameters (Start_Date, End_Date) working against the aforementined Call_Date field.
When the date range is filtered Start_Date as 04/17/2003 and End_Date as 04/17/2003 the report returns no records from the 17th. However if the date range is filtered Start_Date as 04/17/2003 and End_Date as 04/18/2003 ( a typical user might say this is a 2 day date range) then the items for 4/17 show up.
This starts me to thinking: if I want a Date Range of say 1/1 to 1/15 do I need 1/1/ to 1/16 to show the real data? Or to take it one step further.. do I need 12/31 to 1/16 to really show the data from 1/1 to 1/15?
Thanks
AJ