Hi Sanjukta,
That did not work for me. I do not need to display & in the report. I am constructing a URL that loads a page when the user clicks a section of the pie chart. The URL needs & as a separator for request parameters in the URL.
Since this worked fine in my older laptop I was surprised to see that for some reason on my new laption %26 causes an issue.
Anyways I resolved it by using | instead of & and rather than calling the actual URL I called an intermediate page where | is replaced by & and then the intermediate page forwards to the actual page.
Crude but it works and had to be done in the interest of time.
Thanks!!
Ajay