0

I have two select lists in my page, Region and Country.

Country should display values based on the value selected from the Region list. But the problem is, it's displaying blank in the Country list, even after selecting a value from the Region list.

 Region table                              Country table

 Id                                        Group_Id
 Name                                      Name
                                           Id

For Region, I have written the query as follows:

Select Name d,Id r from Regions

The query for Country as:

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

enter image description here

How can I get the correct values?

1 Answer 1

2

P3_REGION should be entered as Cascading LOV Parent Item(s) of the Country SelectList.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.