I am trying to use the new Calculation function in Forms V10.1 to copy one info from one field to another field. I have one info on a table, on column_1, at row 1 (First value) and need to copy it to a field called "NewField".
In that "NewField" Calculation section, I am typing the following formula:
=Table.Column_1
The result is I get a bunch of coma. I want to get the first value. I have tried "=Table.Column_1(1)", also tried "=Table.Column_1.val(1)" and a bunch of other tests but it doesn't work. The syntax doesn't seem to be published in the documentation.
Does anyone know the syntax to use for a specific table / column / row?