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!

Shuttle selections as condition for SQL query

Keegan_WFeb 14 2017 — edited Feb 14 2017

Hi,

I have never used the Shuttle item before and I'm trying to read up on it but the information I'm getting is scattered and not step-by-step as I'm looking for as a beginner.

What I want to do:

- Populate the Shuttle list with a SQL query (done, I know how to do this)

- Once the user makes the selections and clicks a "Go" button, I want a chart on the same page to be generated with the condition of only rows containing those values selected in the Shuttle item (I don't know how to do this).

How do I write the WHERE clause to include the values chosen in the Shuttle item (let's call it P34_SHUTTLE)?  From what I understand in Oracle's help documents, the selections are stored in a colon-separated string but I don't know how to break them up as individual condition values in the WHERE clause.

Thank you!

Keegan

This post has been answered by Mahmoud_Rabie on Feb 14 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 14 2017
Added on Feb 14 2017
7 comments
1,061 views