I looked into querying fusiontables, and we have the URL wrong; it should be:
var query = new google.visualization.Query( 'http://www.google.com/fusiontables/DataSource?dsrcid=2750433'); query.setQuery("SELECT 'Date', 'Level' WHERE 'PID' =" + PID); query.send(processData); dsrcid is the table id. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/Cg08sL5osE4J. 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.
