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 Apps Script Community
Hello,
I keep getting an error message when trying to add rows to a column chart in Google Sheets. I've tried different syntax (with brackets, without, data in an array, individual entries, etc) and nothing seems to work. I've attached a screen shot of what I think is the proper syntax based on the documentation (again, I've tried formatting it differently and get the same error). Any ideas as to what I might be missing? Thanks in advance!
Clark Lind
unread,
Jul 2, 2020, 5:53:55 PM7/2/20
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 Apps Script Community
Looks like you should be able to swap out the literal definition in your addColumn calls to a simple string:
data.addColumn('number', '5.8');
And if that doesn't solve it, the dash behind the first value 5.8- may be causing the error.
David Meyers
unread,
Jul 5, 2020, 7:45:13 PM7/5/20
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