No, you can't use a Query on a DataTable, but you can perform all of the 
same operations available with a Query through other means (the 
#getFilteredRows to filter data, #getSortedRows/#sort to sort the data, 
google.visualization.data.join function to join tables, 
google.visualization.data.group function to group a table, DataViews to 
select and reorder columns or rows and to create calculated columns).

On Wednesday, April 10, 2013 9:02:00 AM UTC-4, [email protected] wrote:
>
> Hey,
>
> I would like to know how would I go about on using the Google 
> Visualization API, more specifically google.visualziation.Query and 
> google.visualization.QueryResponse, in Java.
> I do want to generate pages, or a web application, but simply use the 
> functions, such as .send and .setQuery, in java.
>
> Searching, I found both gwt-google-api and google-visualization-java, and 
> have no clue what the differences are, and which is made for what I am 
> looking for, if either is what I want.
>
>
>
> PS: Is there a way to use the google.visualization.Query functions on a 
> DataTable and not a dataSourceUrl (url page)?
>
>
>
> Thanks in advanced!
>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to