Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to log the totalRowCount of an Interactive Grid to a custom log table?

Nikola VelinovOct 15 2025

Hello,

We're implementing a custom logging solution that captures some more detail than APEX_WORKSPACE_ACTIVITY_LOG.
In addition to other business data and individual user actions, we want to log every time an IG fetches data - for example, on page load, region refresh, filter changes, or report switches - i.e., whenever the IG issues a "fetchData" call.

If the IG uses the pagination type "Page with totalRowCount" (meaning APEX has already computed the total row count), is there any way to access that totalRowCount value in the backend - the exact same number later displayed in the browser - without re-executing the IG-query?

This post has been answered by Nikola Velinov on Oct 31 2025
Jump to Answer
Comments
Post Details
Added on Oct 15 2025
6 comments
213 views