row()

Function group Execute on client Platform(s)
List YES All

Syntax

row(expression1[,expression2]...)

Description

Creates and returns a row with a column for each parameter set to the value of the supplied expression. When a parameter is a variable, the column is named using the variable name: see the example.

Example

Calculate lRow1 as  row(lVar1,lVar2,lVar3)
# creates a row variable with the column names lVar1, lVar2, lVar3