Gostaria de saber se é possível editar várias linhas de uma coluna com uma única ação!
What is your exact use case here and how is your data structured, may we know?
Obrigado por se importar comigo!
Queria poder editar esses dados em uma única tela ou de preferência com uma única ação… Se não for possível, me contentaria com uma maneira de editar em uma única tela.
What does the “D” stand for? When you change it, will you change every letter D to a “C” or a “B”? Or just some of them?
Esse “D”, retorna em uma outra ABA um resultado específico com if(). if(x=“D”;True;False)
O que eu queria, era poder deletar todos os “D” de uma única vez, dentro do Glide.
Isto é, uma maneira de editar todos os itens dessa coluna de uma uma única vez.
If you are using that column to set a true or false value, could you use the checklist layout to display multiple rows and select or deselect the checkbox for each list item?
Perfeito! Genial! Você é top! Show!
Agradeço a todos vocês!
Didn’t need to translate to understand this one.
Glad to help.
If I continue on this platform for 5 or more years I might be able to speak 10 languages.
Na verdade, dependo de vários resultados dessa coluna. Mas posso utilizar um deles como TRUE e FALSE… Assim como verificar o “D” e outros também! Já implementei e deu certo!
Se você tiver outras perguntas, não hesite em publicá-las aqui, tentaremos tirar um tempo para ajudar.
I hope Google Translate didn’t make me look like a clown
Seria ótimo!
Is glidish the universal language?
how can I delete all the data in a column using a button in the glideapp
You can’t. You can only work with one row at a time. What’s your use case?
these values are all in one column, I wanted to create a button so that when the end of the day arrived, the user could reset all values for the next day
Do you feed this chart with a relation column from multiple rows?
it is not a relationship column, it is a simple column with several values, I am developing this application for my cafeteria.
Every time a customer sends the order on whatsapp an action sends the total value of his order to this column and at the end of the day I want to track what the sales value was through the app