Hi There!
I have posted before but am still having the same problem of speeding up a report.
I need the report to select the data on the server. I do not know how to do this.
Any help will be greatly appreciated.
the previous post is at
I need to select records no earlier than 1/1/2004.
In record selection I have:
{@ShipDate} = {?Date}
Crystal Reports 8.5
Oracle Server
@shipdate: DTSToDate ({SHIPMENTS.SHIPDATE})
?Date: Date Range Value
I have tried:
TO_DATE(SHIPMENTS.SHIPDATE,'MM/DD/YYYY')
but keep getting format errors
Any help is appreciated
Thanks,
Gertie
I have posted before but am still having the same problem of speeding up a report.
I need the report to select the data on the server. I do not know how to do this.
Any help will be greatly appreciated.
the previous post is at
I need to select records no earlier than 1/1/2004.
In record selection I have:
{@ShipDate} = {?Date}
Crystal Reports 8.5
Oracle Server
@shipdate: DTSToDate ({SHIPMENTS.SHIPDATE})
?Date: Date Range Value
I have tried:
TO_DATE(SHIPMENTS.SHIPDATE,'MM/DD/YYYY')
but keep getting format errors
Any help is appreciated
Thanks,
Gertie