I understand now. We do support count(<column name>)<http://code.google.com/apis/visualization/documentation/querylanguage.html#Group_By>. So, if you column name is 'A', please use the following query:
select count(A) On Thu, Feb 10, 2011 at 8:30 PM, Mats Svensson <[email protected]>wrote: > Thanks, but thats for some javascript-framework isnt it? > How do i put that into the query? > > Right now im downloading a huge spreadsheet using PHP, turning it into > an array just to get some values. > I would like to make the right query already in the url, to avoid > downloading more than i need. > > On Feb 10, 4:25 pm, ChartALot <[email protected]> wrote: > > Check out GetNumberOfRows() in our > > documentation< > http://code.google.com/apis/visualization/documentation/reference.htm...> > > <http://code.google.com/apis/visualization/documentation/reference.htm.. > .> > > > > On Thu, Feb 10, 2011 at 4:34 PM, Mats Svensson <[email protected] > >wrote: > > > > > count() or count([column-name]) doesnt seem to work. > > > > > -- > > > 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. > > > > > > -- > 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. > > -- 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.
