Skip to main content

SelectValue

SelectValue Function

Select a single value from a vector.

Syntax

SelectValue (vector Column, scalar Index)

Arguments

ArgumentDescription
vector ColumnThe vector to be evaluated
scalar IndexThe index (position in the vector input, counting from the left) of the value to be extracted

Examples:

SelectValue([FusionTestTable.VarcharColumn],2)

Returns value found in a second row for the given column.