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 process Row Selector rows in Interactive Grid

Leon_MApr 15 2020 — edited Apr 15 2020

Hello Experts,

We need a good practice solution to process rows, which are selected (checked) by Row Selector column in Interactive Grid.

We have multiple Interactive grids on a Page.
One grid has Row Selector column - first column in the gird which displayed as checkbox.

We need to get an array of values for checked rows and pass it to page PL/SQL Process for processing.

Can we use apex_application.g_f01 to loop through values of the rows, checked by Row Selector columns? I used it in Tabular Forms before but not sure if it's applicable to IG?

Also if I created a page Process which would loop through apex_application.g_f01, how do I define that this is from a particular Grid?

If a.m. is not applicable then what is correct way to process rows selected (checked) by Row Selector column in Interactive Grid?

We are on Apex 19.1

Thank you!

Comments
Post Details
Added on Apr 15 2020
1 comment
9,861 views