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.

How to make a display only column as editable?

avanapalSep 14 2020 — edited Sep 14 2020

Hi,

I'm using Oracle Apex version 20, and Oracle version 12c.

I have built an interactive report in Apex. Here I have two fields as TARGET and TARGET_ENABLE_FLAG.

TARGET column should be readonly, but if the TARGET_ENABLE_FLAG is Y, then TARGET field should be enabled to edit by users.

How can I achieve that? Please advise.

P.S.: I have already used a Dynamic Action which disables Target field based on TARGET_ENABLE_FLAG. But disabling nullifies TARGET field in the database.

Thanks!

Comments
Post Details
Added on Sep 14 2020
4 comments
1,689 views