Hi,
I am using an oracle database and writing my stores procedures to report off in PL/SQL. I have a report requireing Date Range paramaters. When I create this and test it in PL/SQL it runs fine. However when I try and open it as a new report in Crystal I get oracle errors. My thoughts are this is to do with the format of the date paramater. Does anyone have any information on using date ranges as paramaters from stores procedures to reports and also how to then use these within the report. I need a 'between' function or something similar so I can create an equation which says if (table.field = somewhere between Paramater 1 and paramater 2) then display value.
If anyone has any information a speady reply would be greatly appreciated.
I am using an oracle database and writing my stores procedures to report off in PL/SQL. I have a report requireing Date Range paramaters. When I create this and test it in PL/SQL it runs fine. However when I try and open it as a new report in Crystal I get oracle errors. My thoughts are this is to do with the format of the date paramater. Does anyone have any information on using date ranges as paramaters from stores procedures to reports and also how to then use these within the report. I need a 'between' function or something similar so I can create an equation which says if (table.field = somewhere between Paramater 1 and paramater 2) then display value.
If anyone has any information a speady reply would be greatly appreciated.