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