Passing a LOV from the wizard parameter form - Change syntax
569536Mar 26 2008 — edited Apr 16 2008Hi, 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