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!

Dynamic Action Condition with and/or Javascript Expression

backinthedayOct 16 2013 — edited Oct 16 2013

Hello,

Does anyone know if it is possible to have multiple values evaluated within a Javascript Expression in a Dynamic Action?  For a DA on button click with condition as Javascript Expression, I would want the value of that to be...

$v('P5_ITEM_1') !== 'X' || $v('P5_ITEM_2') == null

So any subsequent true actions should fire when P5_ITEM_1 does not equal Add or when P5_ITEM_2 is null.  This is not working for me.  Only the first condition seems to be considered. The second one seems to be ignored.  In other words, I can switch the two around and have P5_ITEM_2 evaluated and the other ignored.

Thoughts?

-Seth.

This post has been answered by Vishal Pathak (OBIEE-APEX) on Oct 16 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 13 2013
Added on Oct 16 2013
2 comments
1,970 views