Before report trigger execution sequence
Hi,
What is the execution sequence of the before report trigger ?
In the report builder help, the definition says "The Before Report trigger fires before the report is executed *but after queries are parsed and data is fetched*."
But the oracle document "Oracle iDS Reports: Build Internet Reports: Volume 2: Student Guide" says
"Before a report executes; *after queries are parsed, but before records are fetched*
I have built a report where, i am populating a table A with some data in the before report trigger. The data model query is a "select * from A ". But the report o/p is blank since the before report trigger was fired after the query was parsed and fetched. My understanding is that the queries should only be parsed but not fetched before the "before report trigger"
Regards,
Suresh