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.
I 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