The column reference in your formula must match the column letter, including capitalization.
Try using Query(sheet!a1:w10,"select A") -- Doug. On Wednesday, August 3, 2016 at 9:17:49 AM UTC-4, David Rajmon wrote: > > Query(sheet!a1:w10) returns the whole range as expected. > Query(sheet!a1:w10,"select *") also. > > When I indicate, which column to select, I get an error saying there is no > such column, e.g. > Query(sheet!a1:w10,"select a") > Query(sheet!a1:w10,"select max(a)") > > Why? > > Any help appreciated. David > > -- 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 https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/fff3bd93-5b6a-4231-b945-ce9d9bc2f0bb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
