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!

interactive grid not showing data when use Where clause

shahid_patelJul 12 2020 — edited Jul 28 2020

I have created a page showing data in two regions. this page is a dialog page showing data from previous page/link

region 1 is form

region 2 is interactive grid using SQL > when i use where clause it does not show data unless i click GO button. i tried to put fixed value in where clause also but i didn't work

try 1: select * from emp where deptid = 10 (no data show)

try 2: select * from emp where deptid =  ":p13_deptid" (no data show)

data showed if i click GO button inside the grid

i tried DYNAMIC ACTION to refresh grid .. when p13_deptid change  << nothing happend

try 3: select * from emp (all data showed)

why interactive grid not showing data when i put where clause by default and how can i refersh without clicking GO button

thanks in advance

This post has been answered by shahid_patel on Jul 14 2020
Jump to Answer
Comments
Post Details
Added on Jul 12 2020
15 comments
3,687 views