【问题标题】:How to change Select List values based on other Select List value using oracle apex?如何使用 oracle apex 根据其他选择列表值更改选择列表值?
【发布时间】:2016-07-18 10:37:43
【问题描述】:

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

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

 Region table                              Country table

 Id                                        Group_Id
 Name                                      Name
                                           Id

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

Select Name d,Id r from Regions

Country 的查询为:

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

我怎样才能得到正确的值?

【问题讨论】:

    标签: oracle-apex-5


    【解决方案1】:

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2021-09-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-07-06
      • 1970-01-01
      • 2018-09-24
      相关资源
      最近更新 更多