How to get automatic operation in a document. Copying from one line to another
RespondidaI create a marketing document, and I want when I enter a field in row 1, it will copy to another field in row 2.
For example:

In this case I want to copy value from filed A in line 1 to filed B in line number 2
How can I do it?
0
-
Comentario oficial
Hello Eyal,
You need to create the following:
-B1 validation system with the event "Validate" in the columns item or description.
-Universal Function type macro with the command Set using the Dynamic Syntax, this will set the same value as the first row. Example: Set($[$10.12.0]|$[$10.12.0.1])
This article explains how Dynamic Syntax works:
https://support.boyum-it.com/hc/en-us/articles/204284188-Guide-Understanding-Dynamic-Syntax
This example has a similar example than yours:
Iniciar sesión para dejar un comentario.
Comentarios
1 comentario