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!

ITEM1 IS NOT NULL AND ITEM2 IS NULL

jflackDec 10 2020

APEX 19.1
Currently I have a Dynamic Action on Change of P72_ITEM1, to set the value of P72_ITEM2.
Client condition is "Item is NULL" with P72_ITEM2 set as the item. Works fine.
It has been suggested that the Set Item for P72_ITEM2 should only happen if the change of P72_ITEM1 was to change it to a not null value.
I suspect that I just want to change the Client condition to a Javascript expression. But I'm not sure what that expression should be. Being more familiar with SQL and PL/SQL, I could probably make it a Server condition, but I think a Client Condition would be better.

This post has been answered by fac586 on Dec 10 2020
Jump to Answer
Comments
Post Details
Added on Dec 10 2020
3 comments
4,313 views