Character substitution in URL string
Hi,
JD Edwards Oracle BI Publisher 10.1.3.4.1 on Weblogic app server.
I have a SQL Query data set with a hard coded URL string containing the special character '?' that separates the actual URL from the URL parameters.
When generating the data, the '?' character is replaced with ':1'
from : (in the bursting query)
...and%20Item.xdo?_xpf=...
to: ( in the.XML file)
...and%20Item.xdo:1_xpf=...
This creates a bad URL which fails.
Is there a workaround?