
We have an APEX 5 application that will 1:-10 menu item pages(Overall .., Part ..., Metric ...). On each page, we have 3 "select list"(System, Variant, FYQ) and each will be populated by a sql query. After all 3 "selections" have been made, a data Report will be populated based upon the selections.
If a user selects 1 to 3 of the "select list", we need to populated(select) these values to either a session or global page so that another page(ex. "Overall") will also be able to display the same data BUT also have that same value "selected" on that other page.
Ex:
If Page: Part Failure has System: "TEST" selected
We want Page: Overall ALSO to have System: "TEST" selected.