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!

Dynamic Action on IG Checkbox Column Not Firing

jaramillJan 13 2025

Environment:

  1. Oracle Database 19.0.0.0.0
  2. Oracle APEX 21.2.3

One a page, I have 1 pre-rending process that executes a SQL query via cursor and loads from that result-set (of a database table) into an Oracle APEX collection.

Then after pre-rendering, an IG (Interactive Grid) shows the data (if any) from the apex collection that was just populated. In this case, just 1 row, all columns are read-only except for the last one (a VARCHAR2 datatype) that is a checkbox based on two values ('1' - Checked, ‘0’ - Unchecked).

I added a DA (Dynamic Action) on said column to do a test, and I added a True action - (Alert with a simple message).

And nothing happens. I've scoured the forums and this particular seems to come up, and I've checked my settings.

The IG has Edit enabled

Yet nothing happens:

This post has been answered by Karel Ekema on Jan 13 2025
Jump to Answer
Comments
Post Details
Added on Jan 13 2025
12 comments
1,564 views