It possible put the query after google code
And echo variable into { google varible }
Like this
Query
{Echo val 1 , echo val 2 , .....}

Le ven. 28 déc. 2018 à 07:17, Peter222 <bi...@probit.net> a écrit :

> I have many sheets in my spreadsheet (sheet1,sheet2,sheet3...) and I want
> to add them all to array, maybe based on any call range? Now I add them
> manually as below:
>
> =query(
> {
> INDIRECT("sheet1!$A$3:$V");
> INDIRECT("sheet2!$A$3:$V");
> INDIRECT("sheet3!$A$3:$V") };
> "SELECT Col2, Col3, Col4, ...[etc]")
>
> I want to create any "Settings" sheet and put here all sheets that should
> be in array, like this:
>
> =query(
>     {
>     get_all_sheets_names_from('settings!A1:A100'); // something like this
>  };
>     "SELECT Col2, Col3, Col4, ...[etc]")
>
> Is it possible?
>
> --
> 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 google-visualization-api+unsubscr...@googlegroups.com.
> To post to this group, send email to
> google-visualization-api@googlegroups.com.
> 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/d6d76dee-bbed-44d1-8834-9496224a6235%40googlegroups.com
> <https://groups.google.com/d/msgid/google-visualization-api/d6d76dee-bbed-44d1-8834-9496224a6235%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
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/CADbr%3DGOKy8sPV1ORe_VVr0K%2BU6vzb7Lti3U2PUxsgFyHs0LmUg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to