Sorry for the late answer. Your code seems fine. Be sure to use the correct spreadsheet url for the Query object.
Try following these instructions on how to extract a datasource url from a spreadsheet: http://code.google.com/apis/chart/interactive/docs/spreadsheets.html#Google_Spreadsheets_as_a_Data_Source Your query url should look like: https://spreadsheets.google.com/spreadsheet/tq?key=<something> Also be sure that the 'filterColumnLabel' of your NumberRangeFilter matches the column label in your spreadsheet. I have put together this example to demonstrate an equivalent case: http://jsfiddle.net/wtN2W/2/ /R. -- 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/-/-NfeUs66P5EJ. 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.
