I believe you will get a downloaded csv with each line having the number of entries for the longest entry in the sheet:
a,b,c,d,e,f,g
a,b,c,,,,,
I believe you will get a downloaded csv with each line having the number of entries for the longest entry in the sheet:
a,b,c,d,e,f,g
a,b,c,,,,,
Consider adding a new sheet to your design, with one row for each additional list item, identified by the key of its owner.
See the Order Item sheet in this Pizza Store sample, built for a (hopefully) upcoming Google Sheets component ...
Having the list items in a separate sheet, lined up in the same column, allows you to do some SQL-like grouping and summation.
Exactly. So the second list will have empty items at the end? Too bad there is no block for removing empty list items .
But then you would have an improper csv/listofLists
If you attempted to iterate over a list of lists with different lengths, AI2 would complain....
sheet1
and not Sheet1
(uppercase S
) ?Also see:
Please check the code for me, and sheet and Sheet (in uppercase and lowercase) I have corrected but still not working
Please check the code for me, and sheet and Sheet (in uppercase and lowercase) I have corrected but still not working
It appears that your sheet is called Sheet
but you are sending sheet1
in the blocks
Try Sheet
, with a capital "S."
I make google sheet data query, i tried my best. however, it still does not work. Can anyone help me see if there is an error, the code, or do I need to install any additional google sheets add-ons?
What query are you trying ?
Are you sure you have your google apps script published and your script url in your app is the same?
I've fixed it many times, but still can't get the query. #ERROR announcement!
https://script.google.com/macros/s/AKfycbzAXLlAO0XBsq1Ms98hES9wuTO03i72yXJC-mMEFbZGdq_TwQ/exec
17KQxRL-HALgY9etgTqa_mo4jXDYu_dlxTMka8d3w2ec
i don't know where it went wrong this is my google sheet
There is a problem with your google apps script web app. It could be an issue with your locale. Try changing this line in your script:
var qry = '=query(' + rg + ';\"' + sql + '\";1)';
you will see I have replaced the ,
(commas) with ;
(semi-colons).
Remember to deploy your script to a new version
If you run this in your computer browser you will see the data is returned in a table:
https://docs.google.com/spreadsheets/d/17KQxRL-HALgY9etgTqa_mo4jXDYu_dlxTMka8d3w2ec/gviz/tq?tqx=out:html&tq=SELECT%20*
I did it, thank you so much
how can i view it as a table on the phone screen. by column on google sheet