Re: Pass variable to Oracle Query form Crystal Reports
Date: Wed, 10 Dec 2003 22:27:22 +0100
Message-ID: <br82j8$hgf$1_at_news2.tilbu1.nb.home.nl>
Wayne Baswell wrote:
> I want to pass a date variable to a sql statement from Crystal
Your statement will not work - the date format differs too much from
the date offered - result will be an ORA-1860 (iirc)
> Reports. The part of the query accepting the variables looks like:
>
> "Calendar_Date between To_Date('1-JUN-03','mm/dd/yy') and
> To_Date('30-JUN-03','mm/dd/yy')"
>
> And I'd be wanting to replace the date part of the query with a
> user-entered date. As I'm new to Oracle and Crystal, I don't know
> where to start. Is there a way to replace the '1-JUN-03' part with a
> variable in Oracle, then modify that variable when I'm designing the
> report?
>
> Grabbing all the results and then filtering them in Crystal won't work
> as this table is very large. Apologies in advance if this question
> has been asked a million times.
>
> --Wayne
-- Regards, Frank van BortelReceived on Wed Dec 10 2003 - 22:27:22 CET