Scrittura su stessa riga

Ciao a tutti, sto lavorando ad un processo di immissione dati su 2 step, nel primo ho 2 inserimenti manuali e un bottone, se affermativo si va allo step 2 in cui si andranno ad aggiungere altre info. Ho la necessità che lo step 2 mi riepiloghi i dati dello step 1 e aggiunga i nuovi inserimenti nella stessa riga ma non capisco come fare.

Hello everyone, I’m working on a 2-step data entry process, in the first I have 2 manual entries and a button, if so, go to step 2 where you will add more info. I need step 2 to summarize the data from step 1 and add the new entries in the same row but I don’t understand how to do it.

grazie!!!

Ciao @Gian , ti conviene avere un unico form con i campi del primo step visibili e gli altri campi nascosti con la “Visibility condition” attiva, in modo di essere visibili solo se viene soddisfatta la condizione da te richiesta.

Can you explain more on what you mean by “summarize the data” and “add new entries in the same row”?

I’ll try, upon the arrival of a package, the operator enters the vehicle number, if the packaging is damaged, they tap on the appropriate button, and the value, date, and negative evaluation will be stored. If the packaging is intact, instead, a new screen will open where other steps will be required, and finally, everything will be saved in a single row. In this second step, I would like to display the vehicle code and date entered earlier. I hope I translated it correctly.

So all of this should happen in a single form? You have to branch out that form for the 2nd step based on whether the packaging is damaged or intact?

How about having 2 forms, one for damaged packaging, one for intact packaging?

yes, maybe that’s the easiest way. Thank’s

1 Like

Grazie @Antonino_Nolasco in realtà diventa complicato gestirlo come suggerisci in quanto la visibilità dovrebbe cambiare se immessi dati che, di fatto, non sono ancora stati scritti.

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