Data URL not passing all arguments to XML Request
#1
Posted 23 October 2009 - 06:09 PM
Has anyone successfully passed more that one argument (not counting the :id) ? Is there something about the dataUrl that Fusion strips items out ? Any insight would be very helpful.
Other Replies To This Topic
#2
Posted 24 October 2009 - 07:19 AM
Can you please encode the parameters before passing it as dataURL.
Hope this helps.
regards,
Srividya
Srividya Sharma
Other Replies To This Topic
#3
Posted 24 October 2009 - 12:07 PM
We do not get the test value returned as a parameter. If we run that on the URL directly, the proper parameters are passed and the XML data is properly returned. It seems like something is stripping any other parameter after the first. We even tried passing it as an array and only the first entry in the array (index = 0) is in the parameter.
Other Replies To This Topic
#4
Posted 25 October 2009 - 09:05 PM
Please try once url encoding the whole dataurl before passing it to the chart.
In java script you can use escape function.
Other Replies To This Topic
#5
Posted 26 October 2009 - 03:15 AM
In RoR,
@str_data_url = "/Fusioncharts/db_data_url/pie_data?"+CGI.escape("param1=1¶m2=2") Please try something like this.
Hope this helps.
Srividya
Srividya Sharma
Other Replies To This Topic
#6
Posted 29 October 2009 - 11:25 AM
Other Replies To This Topic
#7
Posted 29 October 2009 - 11:46 PM
You are most welcome. ![]()
Glad that could help you.
Happy FusionCharting.

Back to top
MultiQuote
