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!

I want to hide/show an IG column based on a checkbox value

Michel VogelpoelJan 4 2018 — edited Jan 4 2018

Apex 5.1.1

I have an Interactive Grid and I want to hide certain columns when a checkbox is clicked.

On each IG field that I want to condtionally display I have put a "Server-side condition" and that the value of the checkbox should be 'Y'

I made an DA where on change of the checkbox where:

  - true action 1: sent the value of the checkbox to the server ( making a dummy pls/sql code and put  the checkbox field in: "Items to Submit" field )

- true action 2: refresh the IG region.

But its ignoring the changes to the checkbox. Could someone point me to the right direction?

This post has been answered by Pierre Yotti on Jan 4 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 1 2018
Added on Jan 4 2018
4 comments
798 views