Version: Application Express 19.2.0.00.18
Hello,
I'm having a horrible to trying to the APEX_STRING.JOIN to work for a multi-value select list.
Since the values returned are in a colon delimited string I'm SPLITing the values and inserting the values into an XREF (cross reference) table. So each value has a separate row.
So when retrieving the values from the XREF table I need to combine them back into a colon delimited list so the LOV displays the descriptions right?
Everything I'm seeing is using the SPLIT and I'm not finding anything on the JOIN.
I've also tried the APEX_STRING.TABLE_TO_STRING with no luck.
How the heck do you use the JOIN in the query?
Thanks,
Joe