Hello Community,
I need some help. Im new to AppSheet but I have some experience from tutorials and trial & error.
I’d like to build a simple app where a user can make an input via a simple button. The button just increments an integer in a specific column. The user would start from a table view by klicking his name and should the see a view with several simple buttons. If the user klicks the button, it increments a value.
So far I have managed to create the list view with the users but I am not able to create the view with the buttons. If I use actions, they appear only in the details view of a specific entry. The increment works on the table items but I cab not make them work form the view persons to increment in table items.
How can I create a view with only the buttons? Any Idea?
Regards
Sascha
You mean you want buttons to appear inline in a table view? Change their appearance to “inline” and attach them to a column in the table view. Or am I misunderstanding what you’re asking?
Danke, das war sehr lehrreich. Leider nicht das was ich gesucht habe. Ich möchte in einem View per Klick auf einen Button in einer Tabelle eine Zahl um eins erhöhen. Also z.B. wenn der user Sascha auf seinen namen klickt, kommt er auf einen View, auf dem Die Buttons sind. Wenn er dort auf den Button klickt, wird in einer anderen Tabelle ein Wert hoch gezählt. Geht das irgendwie? Mit einem Actionbutton kann man ja keine Werte in einer anderen Tabelle verändern.
Unfortunately not what I was looking for. I want to increase a number in another table by one in a view by clicking on a button. So for example if the user Sascha clicks on his name, he comes to a view, on which the buttons are. If he clicks on the button, a value is increased in another table. Is that possible somehow? With an action button you can’t change values in another table?!
Use an “execute an action on a set of rows” action, to execute an action on another table.