URL encode function
Hi,
JD Edwards Oracle BI Publisher 10.1.3.4.1.
I am creating an URL with parameters that may sometimes contain URL reserved characters, e.g. '&,' so I want to use something like UTL_URL.escape() to encode them. However, that function fails on the boolean parameter of TRUE, which isn't accepted in SQL and causes an error.
Is there a way to URLencode/URLDecode the reserved characters in BI Publisher 10g?