MatchedCopyRow

From Planimate Knowledge Base
Jump to navigation Jump to search

Operation

The operation will set the cells in the specified row (result) to the values contained within another row (set to) where the tuple name of the column(s) matches.

Note:

  • The tables containing the rows do not need to be the same.
  • The position of columns is not important, as long as the tuple name matches.
  • The format of the columns is not important.


Example

Information Table (set to)

A B C
7 Tony  Tue


Display Table (result)

C  K B
Wed 15%  Rick


After applying the Routine Operation

MatchedRowpyRow(t.Display.Row(1),t.Information.Row(1))


The result will be Display  Table:

C  K B
Tue 15%  Tony