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!

How to create IR checkbox and assign select list value? Does any sample apps have this feature?

Richa_ApexApr 29 2021

Hi Experts,
I have two tables Country and State table. Both are independent tables.
Am trying to assign States to its respective Country and found similar feature is available under Utilities>>Page Group Assignments.
Page_Assignment.jpgI was able to create drop down list and IR report:
[pre]
select country as d, country as r from country
order by 1
[/pre]
IR report:
[pre]
select * from state
[/pre]
Would like to know how to create IR checkbox and then assign States to its Country (i.e., from drop down list). Or if there's any sample apps / packaged apps with such functionality, so that I can look into it and learn.
Thanks in advance.
Thanks,
Richa

Comments
Post Details
Added on Apr 29 2021
3 comments
320 views