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!

Conditional Branching

601200Oct 15 2007 — edited Oct 15 2007
I'm trying to implement conditional branching and it's not working. I have 2 radio buttons (Summary and Detail) that are based on a LOV (Summary="Y", Detail="N"). I want the user to be able to click on a button (Make Report) and be redirected to the appropriate page.

My button submits "DISPLAY". I have 2 conditional branching set to occur after DISPLAY has been submited (after computation, validation and processing). The condition type is "Value of Item in Expression 1 = Expression 2".

Expression 1 = P4_OPT_REPRT
Expression 2 = "Y"

I've tried variations, such as :P4_OPT_REPRT, &P4_OPT_REPRT and it doesn't work. What am I doing wrong?

I've seen several threads on this forum on this topic, but none of them solved my basic problem. So I'm guessing that whatever I'm doing wrong, is some kind of noob trap.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 12 2007
Added on Oct 15 2007
1 comment
217 views