I am using CR XI, with CR ORacle ODBC Driver 4.2 to an Oracle 8 database. I am trying to use a fiscal year parameter within a command (in a subreport) in this way:
where
"table"."date" < date({?fiscal year},7,1)
{?fiscal year} is a number parameter, which will be linked to the main report fiscal year parameter. Does anyone know the correct syntax? I've tried many different approaches, e.g., like:
'01-JUL-{?fiscal year}'
I've searched the SQL Server Programming and Oracle 8 forums without luck. Any help would be appreciated--even if it is directing me to the correct forum.
-LB
where
"table"."date" < date({?fiscal year},7,1)
{?fiscal year} is a number parameter, which will be linked to the main report fiscal year parameter. Does anyone know the correct syntax? I've tried many different approaches, e.g., like:
'01-JUL-{?fiscal year}'
I've searched the SQL Server Programming and Oracle 8 forums without luck. Any help would be appreciated--even if it is directing me to the correct forum.
-LB