Number of Rows Returned For A Report
Gus CAug 2 2012 — edited Aug 2 2012I am using Apex 3.2
I need to get the number of rows returned for a report into a page item, so I can use it in my logging. It could be classic or interactive.
I don't really want to just do a select count(*) on my report.
I have seen #TOTAL_ROWS# used, but only in a report footer.
How do I get this in to a page item.
Or is there a built in substitution string like (APP_ID, APP_USER) that I don't know about.
Cheers
Gus
Edited by: Gus C on Aug 2, 2012 12:31 AM