harafeh Report post Posted October 9, 2009 Combi3D insists on removing spaces in the drillURL like "ApproveCharges.aspx?carrier=Verizon Wireless" (Verizon Wireless becomes VerizonWireless), while Combi2D works just fine with the same input XML data string. Is this by design? If so, how do we get around it? Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted October 10, 2009 Hi, Could you please try the following for the Combi3D chart that you are using: 1)URL encoding of "ApproveCharges.aspx?carrier=Verizon Wireless" 2)then putting it to the chart. Hope this helps. Share this post Link to post Share on other sites
harafeh Report post Posted October 13, 2009 URLEncode works from server to client and we did that and the space shows up fine as alt text in the browser. The problem is when you drill down on the chart (going from client to server). What it sends is VerizonWireless (no space) and what it should be sending is "Verizon Wireless" or the equivalent encoded text (+20 for space). Share this post Link to post Share on other sites
FusionCharts Support Report post Posted October 14, 2009 Hi, Could you please try once using unescapeLinks='0' in <chart> elment? Share this post Link to post Share on other sites
harafeh Report post Posted October 14, 2009 It did not help, same results as before: Clicking from Series2D works: http://localhost:3237/WebApp_2/ApproveCharges.aspx?carrier=Verizon Wireless Clicking from Series3D still does NOT work, this is what I see in the browser's URL address box: http://localhost:3237/WebApp_2/ApproveCharges.aspx?carrier=VerizonWireless Share this post Link to post Share on other sites