There is no good work-around for the queries, but if you leave out the aggregation in the query, you can do it in javascript with the google.visualization.data.group<https://developers.google.com/chart/interactive/docs/reference#google_visualization_data_group>method, which allows you to define your own aggregation methods.
On Saturday, March 23, 2013 7:25:39 AM UTC-4, Wouter Halswijk wrote: > > I really miss the first() and last() aggregate functions for using with a > 'group by' statement. Is this planned? Is there a good work-around? -- 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.
