Hi, I'm using APEX 19.2.
I have IR where one column is a link to another page. In this link, I set a parameter with a value to pass. How can I escape it when value has & (ampersand) ?
I tried using utl_url.escape(column_name) and passing as #value#, or using \#value#\, but doesn't help.
Thanks in advance. jack.