I have two cascading LOVs. After changing value of my first LOV in second LOV appropriate values are populated.
First LOV: name - P2_DEPTNO
select dname, deptno
from dept
order by 1;
Second LOV: name - P2_EMPNO
select ename, empno
from emp
where deptno = :P2_DEPTNO;
cascading LOV parent - P2_DEPTNO
What should I add to set default value of second LOV (first row from query) after changing first LOV value?
Make sure you have Display Null Value set to No and it should use the first value in the list. (Although I am not sure what it will do with Popup LOV).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With