I need to generate a report based on a particular time period. The time period is from 3:00pm yesterday to 7:59am today.
This report has a datetime field which is used in the selection criteria.
The report has to be automated so setting a specific date value is not possible.
The report engine is Crystal Reports 7.
What is the most efficient way of writing this formula?
I have started to use local variables to determine the date for yesterday and the start time of the report, then use these variables in the selection criteria.
Is this the best method. Are there better methods that can speed up the query?
feedback appreciated.
This report has a datetime field which is used in the selection criteria.
The report has to be automated so setting a specific date value is not possible.
The report engine is Crystal Reports 7.
What is the most efficient way of writing this formula?
I have started to use local variables to determine the date for yesterday and the start time of the report, then use these variables in the selection criteria.
Is this the best method. Are there better methods that can speed up the query?
feedback appreciated.