How do I move a row with columns from Table 1 on page 1 to Table 2 on page 2?
I have a table for production with the customer’s name, job description, invoice number, and other important data, and when production ends, I have to move it to the billing table. In table 1 I have columns with formulas that also need to be moved.
Hello @Grafica_JT ,
You would use the formulas
runactions(
AddRow(),
DeleteRows()
)
Generally speaking, you would use a view of your table for the next process - in which you show the relevant columns and hide other columns. That way, you don’t have to move the row to another table.
If you share a (dummy) doc that resembles your situation, it is a lot easier for us to show you how things are done.
Greetings, Joost
1 Like