I am developing an application on Oracle APEX 5.1.Here I have a dynamic select list whose value depends on a page item value on the same page. So I have added this page item in the: 'Cascading LOV Paret item' field of the select list and referred to this item in the pl/sql code of the select list. And I have defined an 'onChange' dynamic action' for the select list which submits the page.
The problem is: This dynamic action is getting executed whenever the dynamic select list gets refreshed by the change of cascading LOV parent item value. But I need the dynamic action to execute only when the user select a value in the list.
Please help me to find out where I am going wrong!! Thanks in advance.
onChange
dynamic action so it only does its thing if the child item is not null? - Jeffrey Kemp