Hi,
I have a date time field in an Oracle database, I am building a report in Crystal 8.5.
I want to include a user prompt on the date time field, but have the user only enter a date.
I have set my record selection formula to
{?Date Range} = date({WORK.DATE})
This works fine, but seems to shift the record selection to Client side (when I view SQL statement the record selection is not shown, so I assume all records are being retrieved and then Crystal is selecting on date)
Is there any way to convert a date/time to date within a record selection formula, and leave the record selection server side? This has obvious performance advantages.
Thanks for your advice
Ade
I have a date time field in an Oracle database, I am building a report in Crystal 8.5.
I want to include a user prompt on the date time field, but have the user only enter a date.
I have set my record selection formula to
{?Date Range} = date({WORK.DATE})
This works fine, but seems to shift the record selection to Client side (when I view SQL statement the record selection is not shown, so I assume all records are being retrieved and then Crystal is selecting on date)
Is there any way to convert a date/time to date within a record selection formula, and leave the record selection server side? This has obvious performance advantages.
Thanks for your advice
Ade