SelectValue
SelectValue Function
Select a single value from a vector.
Syntax
SelectValue (vector Column, scalar Index)
Arguments
| Argument | Description |
|---|---|
vector Column | The vector to be evaluated |
scalar Index | The 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.