Automation Sheet

Hi All!

Newbie here! I’m trying to create an automation sheet in Anvil.
It fetching the data going to Big query and Data studio. Anyone can help me how?
Also can I add data studio on the app I am doing?
It is ticket system with data report visualization.

Thank you.

Welcome to the Forum!

I’ve never seen this term before:

Do you mean something like this?

Yes.

I don’t know how to start.
Im so sorry to ask help, I’m still practicing amd learning.

Thank you

Perfectly okay! Everyone here was new to Anvil, at some point.

Just to set the stage for you, Anvil Apps are much, much more like web apps than spreadsheets. Look at the very top of this page at “Examples.” “Tutorials” is also a good place to start, to get a feel for how Anvil Apps are built, and how they work.

Anvil is a great, easy fit for some tasks. For others, it can take more work. In either case, Python code is the glue that binds it all together. Python has great connections to all sorts of services and data sources, so in general, the possibilities are huge.

That said, Python in Anvil can be a bit different from Python on the desktop. Some parts of the program run in the users’ browsers. Browser-side limitations mean that browser-side code can’t always use Python’s full power directly. But other parts of the code can run on Anvil’s servers, or on your own computer(s), with few or no limitations.

It might be best to start with what you want your web app to do, rather than how you would like it to do it. The “how” might need a little more thought, to fit into Anvil’s scheme of things, or to leverage Anvil’s (or Python’s) strengths.

4 Likes