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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Problem with interactive grid dynamic action

DejanDJun 19 2020 — edited Jun 23 2020

I have an interactive grid where i want to disable/enable some columns based on a value in another column. I used the way found in page 58 of the sample interactive grids application but for me for some reason it is not working. It is always defaulting to the false actions. Here are screenshots of my setup:

- columns in the IG : http://prntscr.com/t2ybvy

- the dynamic action: http://prntscr.com/t2ycza   http://prntscr.com/t2yd4a   http://prntscr.com/t2yd90    the false actions are just opposite of these

- the data : http://prntscr.com/t2ydor   (column labels LRL, LTL LCL, CL, UCL, UTL, URL are in fact columns OAG, OTG, ORG, CL, BRG, BTG, BAG)

I would expect for the third row for Limits alphanumeric to be enabled and the other fields disabled but it is not.   I have also tried this using the row initialization event but same results. What could be the problem?

This post has been answered by DejanD on Jun 22 2020
Jump to Answer
Comments
Post Details
Added on Jun 19 2020
4 comments
986 views