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!