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!

how to dynamically set page items values to null when a particular item is changed

KumjeethFeb 19 2014 — edited Feb 19 2014

Hi All,

I am new to Oracle Apex.

I have P_ITEM1 as a select list and P_ITEM2 also a select list based of value on P_ITEM1. ( to meet my requirement i am not using Cascading LOV Parent Item)

I am submitting the page when value on P_ITEM1 is selected so LOV's on P_ITEM2 gets refreshed based on P_ITEM1 value.

I am trying to clear previously selected P_ITEM2 item when value on P_ITEM1 is changed.

I have tried creating a dynamic action on Change event on P_ITEM1 and Clear Action on P_ITEM2.

and the dynamic action does not work.

Thanks.

-Kumar

This post has been answered by Nicolette on Feb 19 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 19 2014
Added on Feb 19 2014
3 comments
457 views