G Stevens Report post Posted April 26, 2009 (edited) Not sure if this should be posted under XML issue or StackedColumn3D so apologies if this is in the wrong place. Please can someone help to as to why this chart returns no data to display, this is driving me nuts!! <chart palette="1" caption="Product comparison" shownames="1" showvalues="0" numberPrefix="$" showSum="1" overlapcolumns="0"><catagories><catagory Label='Dec 2006'/><catagory Label='Jan 2007'/><catagory Label='Feb 2007'/><catagory Label='Mar 2007'/><catagory Label='Apr 2007'/><catagory Label='May 2007'/><catagory Label='Jun 2007'/><catagory Label='Jul 2007'/><catagory Label='Aug 2007'/><catagory Label='Sep 2007'/><catagory Label='Oct 2007'/><catagory Label='Nov 2007'/></catagories><dataset seriesName='EW001' showValues='0'><set value='0' /><set value='10.5517970401692' /><set value='10.2114164904863' /><set value='10.5517970401692' /><set value='0' /><set value='0' /><set value='10.2114164904863' /><set value='10.5517970401692' /><set value='0' /><set value='0' /><set value='10.2114164904863' /><set value='10.5517970401692' /></dataset><dataset seriesName='EW003' showValues='0'><set value='0' /><set value='74.2667677150434' /><set value='383.711633194393' /><set value='21.0229885057466' /><set value='20.3448275862064' /><set value='371.333838575219' /><set value='412.243332912303' /><set value='21.0191570881226' /><set value='21.0111111111115' /><set value='473.266666666675' /><set value='458.000000000008' /><set value='20.3333333333337' /></dataset></chart> [/Code] Edited April 26, 2009 by Guest Share this post Link to post Share on other sites
Dhruva Report post Posted April 27, 2009 Hello, Could you please change 'catagories' to 'categories' and 'catagory' to 'category' and try again? Share this post Link to post Share on other sites
G Stevens Report post Posted April 27, 2009 How embarrasing!! I knew it would be something simple but I could for like of me not see it. Thank you very much. Share this post Link to post Share on other sites
Dhruva Report post Posted April 28, 2009 Happens. Happens. Sometimes errors become mentally invisible. :| Glad to know that it is working, now. Share this post Link to post Share on other sites