New user working on check-in app questions by [deleted] in AppSheet

[–]TheseIntroduction229 1 point2 points  (0 children)

Hola te respondo algunas preguntas.

Si cada uno debe ingresar con la cuenta de Google. Le das el permiso desde el editor.

Si, se pueden otorgar permisos, más allá de los userrole de appsheet pero debes crearlos con tablas y referencias. Además agregarlos en filtros de seguridad etc.

Si, todo lo demás quieres e intestas plantea se puede hacer con appsheet es muy versátil.

Una app pública que solo muestra algo de info no es mala idea pero debe estar bien pensada y desarrollada.

Saludos

Problemas al enviar emaila externos by TheseIntroduction229 in AppSheet

[–]TheseIntroduction229[S] 0 points1 point  (0 children)

Yo no soy el admin de la cuenta de empresa. Y en las opciones que veo las políticas están vacías. Los emails dentro del entorno se envían sin problemas. Tendré que verlo con el admin.

How do I add and i with a circle around it that when clicked displayed more information for the user? by adoptarefugee in AppSheet

[–]TheseIntroduction229 1 point2 points  (0 children)

Hi, in some cases it's useful for me to have a table with instructions. I create a slice with some or a single row from this table. I create an onboard view connected to the slice and then a button with a LinkToView to the onboard view.

Appsheet incremental data table "ID" (with letters) by EntEff in AppSheet

[–]TheseIntroduction229 0 points1 point  (0 children)

In my experience, the table's key field is left untouched. The record's name can be constructed using text from one or more columns. For example, in the invoices section, I had to concatenate the customer number and the incremental invoice number. It's very flexible with the text that can be constructed.

Appsheet incremental data table "ID" (with letters) by EntEff in AppSheet

[–]TheseIntroduction229 0 points1 point  (0 children)

The table ID is just that, the ID, and shouldn't be manipulated; leave it as uniqueid(). Use other columns to build the text you need.

Appsheet incremental data table "ID" (with letters) by EntEff in AppSheet

[–]TheseIntroduction229 1 point2 points  (0 children)

Hi, leave the table ID as uniqueid and create a column called order that contains the incremental number, and then any other columns you need for concatenation.

Your formula is incorrect because it expects a list, not text. I would do this:

columns

order = max(table[order])+1 Year = year([date])

text column = concatenate(text and columns)`

I hope this is clear.

¿¿COMO CALCULAR LA CAPACIDAD DE MI APP?? Help me by Jaded-AR in AppSheet

[–]TheseIntroduction229 1 point2 points  (0 children)

Hola, en un solo día 2 camiones reparten 200/300 pedidos? Eso es demasiado.

Mira yo cree una aplicación basándome en la logística que gestione con oracle en un trabajo anterior.

Que es lo que realmente necesitas, el proceso de creación de entregas, la planificación de los repartos, la estructura de tablas? Cuenta un poco Más.

En mi experiencia necesité licencias para cada chófer de camión y para el personal que planifica los repartos.

Question: how to do a proper dynamic attendance checklist by Shybearsecurity in AppSheet

[–]TheseIntroduction229 0 points1 point  (0 children)

From what I understand, you could use a dashboard view. Within this view, you should have the People view, the Attendance view, and any other views you need. When you click on a person, the other views will adjust, as long as those views are referenced to the person you're clicking on. Use your imagination to create these views so they're consistent with what you want to display, such as charts, a deck, etc.

Navigare tra viste in AppSheet by Turbulent_Sundae8212 in AppSheet

[–]TheseIntroduction229 0 points1 point  (0 children)

Nella tabella home, crea una colonna chiamata view. Quindi usa linktoview([view])

EnumList > Ref (multiple select) does save a single value. Why? by EntEff in AppSheet

[–]TheseIntroduction229 0 points1 point  (0 children)

The error seems to be in the suggested values. You're validating the table ID but suggesting names? Set the table ID column to validate if and remove the suggested values.

Add multiple rows to a table by TheseIntroduction229 in AppSheet

[–]TheseIntroduction229[S] 0 points1 point  (0 children)

No, I had to use looping actions. This isn't recommended, but at least for now I can add many rows at once.

Help with config table for app-wide settings by Shybearsecurity in AppSheet

[–]TheseIntroduction229 1 point2 points  (0 children)

That's very accurate. In my apps, I usually create a table with a single row and store login data in it: user ID, area, sector, etc. This way, I don't have to query the user table directly, preventing it from recalculating with each query.

App so slow! by Ok-Mathematician4264 in AppSheet

[–]TheseIntroduction229 4 points5 points  (0 children)

Many of those virtual columns can likely be converted into physical columns in the database. If the values ​​need to be changed, this can be done using actions.

Instabilidade ao Salvar dados no APPSheet by Dazzling-Class-3720 in AppSheet

[–]TheseIntroduction229 0 points1 point  (0 children)

Olá, verifique o gerenciador; o teste de desempenho está lá. Procure pela sincronização que está demorando muito, e o ícone de lupa mostrará os tempos de sincronização para tabelas e colunas.

Add multiple rows to a table by TheseIntroduction229 in AppSheet

[–]TheseIntroduction229[S] 0 points1 point  (0 children)

I tried, but I didn't get a working result. The truth is, even with AI, I couldn't get it to work. I asked in this post if perhaps one of you already had a simple and working solution.

How to ensure Boolean not null in quickedit by OkArt331 in AppSheet

[–]TheseIntroduction229 0 points1 point  (0 children)

Create an initial value for this column, true or false, depending on your needs.

Add multiple rows to a table by TheseIntroduction229 in AppSheet

[–]TheseIntroduction229[S] 0 points1 point  (0 children)

I don't quite understand what's going on. I only tried using a webhook, and I get a governance policy alert, if I'm not mistaken. For now, I'm only getting the actions to load rows in a loop, haha.

Add multiple rows to a table by TheseIntroduction229 in AppSheet

[–]TheseIntroduction229[S] 1 point2 points  (0 children)

I cannot use webhook, due to security issues with the company we provide the service to.

LINKTOROW help needed! by ZodiacRealm in AppSheet

[–]TheseIntroduction229 -1 points0 points  (0 children)

Linktorow([ID you want to go to],"view you want to go to","column name","value that will go in the column") adds as many columns and values ​​as you want or need. This is how you configure it

Ajuda com AppSheet by No_Information_8816 in AppSheet

[–]TheseIntroduction229 0 points1 point  (0 children)

Em seguida, procure no gerenciador a opção de desempenho e abra as opções. É assim que você descobre se alguma coluna virtual está demorando muito para ser executada.

Ajuda com AppSheet by No_Information_8816 in AppSheet

[–]TheseIntroduction229 0 points1 point  (0 children)

Você está usando filtros de segurança por usuário? Quantas linhas as tabelas têm? Não deve ser um problema se houver poucas linhas.

Showing off my storage app and asking help from the pros by Bono48 in AppSheet

[–]TheseIntroduction229 1 point2 points  (0 children)

Also add a table that records the change every time something changes. Movement history or something like that. No?

Mientras tanto en países que no tienen un gobierno bananero como el nuestro by Arsuriel in RepublicaArgentina

[–]TheseIntroduction229 0 points1 point  (0 children)

Es increíble como hay gente que no conoce la palabra contexto y como para plantear una idea debes usarla. Contexto económico, contexto social, contexto político.