nbuytaert1 / apex-select2

Select lists in Oracle APEX as they should be
https://apex.oracle.com/pls/apex/f?p=64237:20
GNU General Public License v2.0
56 stars 18 forks source link

Cascading LOV in IG #89

Open achamaux opened 7 years ago

achamaux commented 7 years ago

Hi,

I found that issue when I try a SQL QUERY like this : select g_id as DISPLAY_VALUE, g_id as RETURN_VALUE from gare where g_batiment = :dc_batiment

where :dc_batiment is a column of the IG. In fact, the list is empty. When i use the original Select List it works fine.

Do you know a trick to succeed to refresh the list correctly ?

nbuytaert1 commented 6 years ago

There's currently no IG support. It should be included in the next release of the plugin (if I get it to work properly).