TomSalvato
Technical User
Hi All - I'm trying to create an SQL expression, but I need the filter to include a 'date' field that the user inputs when the report runs (a parameter field).
How exactly can I get that into an SQL expression? If it's even possible. To complicate matters a little more, the table field is a 'datetime' variable, and I just need to match the 'date' portion of it. Basically, I need the Oracle SQL equivalent of the following crystal code ...
date({MY_TABLE.DATEMODIFIED}) = {?Edit Date}
where {?Edit Date} is the user defined date var parameter.
Can this be done?
As always, any help would be greatly appreciated.
-TS
* running Crystal 2008 on Oracle DB.
How exactly can I get that into an SQL expression? If it's even possible. To complicate matters a little more, the table field is a 'datetime' variable, and I just need to match the 'date' portion of it. Basically, I need the Oracle SQL equivalent of the following crystal code ...
date({MY_TABLE.DATEMODIFIED}) = {?Edit Date}
where {?Edit Date} is the user defined date var parameter.
Can this be done?
As always, any help would be greatly appreciated.
-TS
* running Crystal 2008 on Oracle DB.