Gviz Private Gsheet

Try this script Gvizscript.txt (577 Bytes)

I have success with my test project.
Ex : https://script.google.com/macros/s/AKfycbwAH0Yb2kV_C9sL3KaGqqpx9p5LnvD4NSybOEPyMQ/exec?sheet= Sheet name &query= query

https://script.google.com/macros/s/AKfycbwAH0Yb2kV_C9sL3KaGqqpx9p5LnvD4NSybOEPyMQ/exec?sheet=Sheet1&query=SELECT A,B,C

Click query SELECT A,B,C

Click query SELECT B WHERE A = 3

Click query SELECT C WHERE B = ‘Red’

1 Like

It was the missing piece for my puzzle!

In this case, we do not edit the Manifest. What is the real function of that? Could you describe it?

Use double qoute sign (") to id in script

var id = “blablablablablab”;

Thank you for your help. I can now proceed on my app.

Thanks!

1 Like

No, big thanks to @TimAi2 for tutorial

You are right.
Thanks @TimAi2 and @Still-learning , for taking the time to help me.

1 Like

ha ha this is what we advised for him along with script code and manifest code

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.