wmorris20 Report post Posted April 30, 2011 Has anyone seen or created a PHP helper to parse through a Rolled Up SQL result while correctly writing the XML data? I'm looking for some sort of function that correctly identifies the NULL (or whatever we name them) values to determine that a new level is required. I'm trying to avoid having to back to MySQL for each level and make it generic enough (recursive) to not have to hard code the number of levels. Thanks for any help offered. Ward Share this post Link to post Share on other sites
FusionCharts Support Report post Posted May 11, 2011 Hi, I am afraid, as of now, there is no automated way to do this. You would need to parse through the resultset and decide accordingly. Share this post Link to post Share on other sites