I'm using apex 5.1, universal theme and 11g db.
I have a table with deptno and empno columns.
I created a page with IG and add popup lov for both the deptno and empno.
For the empno column.I specified
1. sql query => select empno, name from emp where deptno = :DEPTNO
2. cascading lov parent = DEPTNO
The POPUP lov for deptno works but when you access the emplov I get the error below.
Please note I verified the select statement to make sure its valid, thanks!
