You can query a Google Docs spreadsheet by following the instructions here<https://developers.google.com/chart/interactive/docs/spreadsheets>. There are playground examples of spreadsheet queries here<https://code.google.com/apis/ajax/playground/?type=visualization#data_source_request>, here<https://code.google.com/apis/ajax/playground/?type=visualization#using_the_query_language>, and here<https://code.google.com/apis/ajax/playground/?type=visualization#more_query_options>. Hooking up a dashboard to data retrieved via a query works exactly the same way as hooking one up to a hard-coded DataTable.
On Wednesday, August 7, 2013 2:28:34 PM UTC-4, TangoPapa wrote: > > Hello, > > I've been playing around with the Visualization API to implement a range > slider table filter.... Basically this: > > > https://code.google.com/apis/ajax/playground/?type=visualization#full_dashboard > > The example is great but I want to use this with a larger data set. > Namely speaking, a google docs spreadsheet... > > Can't seem to figure out to get a dataTable from data housed on a google > maps docs. > > How do I best assign the "data" variable to point to a google doc? Is > this possible? > > T > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
