Skip to content

SQLCOLUMN ^v2.6.168

Only Executes Under: Cards

Returns the column value of the current row in a cards SQLTable component.

js
SQLCOLUMN(column)
SQLCOLUMN(column)

Parameters

  • column - The column index or name for the current row.

Examples

js
SQLCOLUMN(0)
SQLCOLUMN(0)
js
SQLCOLUMN("column_name")
SQLCOLUMN("column_name")