I have a radio button group with two options:
1. Display records from X table
2. Display records from Y table
And a Display button
Depending on the user selection of the radio button(Say option 1)the user will them click the Display button and then i want my Interactive report to be displayed (in this case Records from X table).
If the user selects the second option and clicks on the Display button then Interactive report to be displayed (in this case Records from Y table).
Please help me solve this problem. I am new to Oracle apex.
Thanks in advance.