I've figured this out and the problem was with my CMS. Despite the fact that my account is suppose to have no filtering when I create content the data URL in my inline script was being altered and HTML entities were being substituted in place of '&' characters in the URL. I was able to fix this just by moving the script to an external file. This issue is with the Joomla CMS and not the Visualization API.
-johnny;j On Jul 29, 4:37 pm, minordv8 <[email protected]> wrote: > Hi all, > > I just created a new instance of the Visulization API to load a google > spreadsheetdatainto a page on my site and to include table gadget > functionality for sorting the results. On my temp page the table > reders and loads great and I thought I was done. See the results here: > > http://www.givebycell.com/tmp/temp.php > > But when I loaded the script into an actual page on my site I got a > really weird result. the header row was not being loaded with thedata > from the first row of my spreadsheet as it does in my temp page. See > the results here: > > http://www.givebycell.com/index.php/marketing/clients-google-doc.html > > I've been beating myself up about this for hours and I'm not sure what > to do now so I thought I post this issue to the group and see if > anyone can help me. My site is built on Joomla and I thought there > might be a conflict of JS libaries but I have the same libraries > loaded in my temp page so I don't think it's a problem with the > libraries on my site. Here's what mydatasourceURLlooks like: > > http://spreadsheets.google.com/a/guidebycell.com/tq?key=0AhCN3DNjYldM... > > this is identical on both pages. > > Any help would be greatly appreciated and please let me know if you > need additional information. > > -johnny;j -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
