Can a BO report be based on a piece of PL/SQL?
The database holds records which contain a date range <date1> to <date2>. I need to produce a bar graph which counts occurances of an event for each day in the date range. As I can't get the information directly from the records I was planning on creating PL/SQL to do it but I need to know if it's possible to create the report this way?
The database holds records which contain a date range <date1> to <date2>. I need to produce a bar graph which counts occurances of an event for each day in the date range. As I can't get the information directly from the records I was planning on creating PL/SQL to do it but I need to know if it's possible to create the report this way?