Transpose table

Command line

The Transpose table operation can be directly executed by typing one of the following expressions on the command line of the Main Window:

  

OUTTABLE

=

TableTranspose(InputTableName, ColumnDomain)

OUTTABLE

=

TableTranspose(InputTableName, ColumnDomain, ValueRange)

where:

OUTTABLE

is the name of your output table.

TableTranspose

is the command to start the Transpose table operation.

InputTableName

is the name of your input table.

ColumnDomain

is the name of an existing domain that will be used for all output columns.

ValueRange

is the value range that will be used for all output columns.

When the definition symbol = is used, a dependent output table is created; when the assignment symbol := is used, the dependency link is immediately broken after the output table has been calculated.

See also: