Hi,
I am using Fusion Charts to display Pie Charts that are drill down. In my older laptop this worked without any issues but in my new laptop I am facing issues when using link
ink='n-../common/emxTable.jsp%3Ftable=GNVTasksMyDesk%26program=GNVLib:getDrawingTasksInStateComplete%26header=Drawing Tasks in state Complete%26selection=multiple%26sortColumnName=State%26sortDirection=ascending%26objectId=" + sOID +"'/>"
I debugged the problem and found that %26 is not working on either firefox or IE.
%3F has no issues and it is decoded to be ? but neither %26 nor & work so I cannot fully construct my URL and hence drill down does not work. I was using the same code on my older laptop for almost a year and recently transitioned to a new machine.
Please help.
Thanks!!
AP