Skip to Main Content

Analytics Software

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!

Passing a LOV from the wizard parameter form - Change syntax

569536Mar 26 2008 — edited Apr 16 2008
Hi, guys
when I select the values from a LOV (directly from the wizard parameter form), the list of values is composed by the values selected separated by ',' and contained into simple apexes, as in this example (I select 3 values for example)

'Atlanta', 'Dallas', 'Boston'

Is there a way to modify this syntax or erase the the apexes in the middle (some preference or configuration file to set/modify), in order to pass ONLY one string and not 3 strings as follows:

'Atlanta, Dallas, Boston'

This, because I need to pass these values in ONLY one time to a function (call into my condition)

Any help will be appreciated

Alex
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 14 2008
Added on Mar 26 2008
7 comments
1,022 views