Hi All,
I've having some issues querying the various sheets in my spreadsheet.
Using a simple query and calling:
var query = new google.visualization.Query(
'https://spreadsheets.google.com/ccc?
key=KEYGOESHERE&hl=en&sheet=headcount&authkey=AUTHGOESHERE');
query.setQuery('SELECT C,D,E');
Works fine, but using the same query for the sheet in the same
spreadsheet called "Stats:"
var query = new google.visualization.Query(
'https://spreadsheets.google.com/ccc?
key=KEYGOESHERE&hl=en&sheet=stats&authkey=AUTHGOESHERE');
query.setQuery('SELECT C,D,E');
Returns a "Request Timed Out" error. Any ideas?
Thanks,
Adam
--
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.