Sandeep S Report post Posted May 24, 2017 Is it possible to run an SQL query on an Excel or a csv file (that has, say, 30 columns) and generate a chart dynamically? Basically, I am looking at one chart with a drop-down of options each running an SQL query on the csv file and generating the chart. Thank you! Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted May 26, 2017 Hi, You need to render FusionCharts with the prescribed JSON or XML format. Please implement a custom function to read the csv data or from excel file to convert into the FusionCharts prescribed JSON or xml structure and render the chart. Share this post Link to post Share on other sites