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!

JavaScript equivalent of SQL in

raoulOct 17 2013 — edited Oct 17 2013

Hi all,

I do not know where to ask this question, but I am trying to write a javasctript for my dynamic action.

Now I have to check a variable for values and I do it like this:

if ($v("APEX_ITEM") == 1 && $v("APEX_ITEM")==2) { ....}

In SQL I would write:

apex_item in (1,2)

Is there something like that for Javascript because I have a list of ten id's.

Thank you.

Raoul

This post has been answered by anai on Oct 17 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 14 2013
Added on Oct 17 2013
1 comment
657 views