You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
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
Douglas Parks
unread,
Aug 15, 2016, 5:22:37 PM8/15/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
The column reference in your formula must match the column letter, including capitalization.
Try using
Query(sheet!a1:w10,"select A")
--
Doug.
David Rajmon
unread,
Aug 17, 2016, 10:16:51 AM8/17/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message