如何使用oracle apex更改基于其他选择列表值的选择列表值?

时间:2016-07-18 10:37:43

标签: oracle-apex-5

我的页面中有两个选择列表,RegionCountry

Country应根据从Region列表中选择的值显示值。但问题是,即使从Country列表中选择了一个值,它也会在Region列表中显示为空白。

 Region table                              Country table

 Id                                        Group_Id
 Name                                      Name
                                           Id

对于Region,我编写了如下查询:

Select Name d,Id r from Regions

国家/地区的查询:

Select Name d,Id r from Country where Group_Id = :P3_REGION

enter image description here

如何获得正确的值?

1 个答案:

答案 0 :(得分:0)

P3_REGION应输入Country SelectList的级联LOV父项