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!

APEX - Passing Variables from "Page" to "Page"

Zambrtp72Feb 27 2019 — edited Feb 28 2019

pastedImage_0.png

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.

Comments
Post Details
Added on Feb 27 2019
4 comments
680 views