Skip to content

SQLVALUE ^v2.6.168

Only Executes Under: Cards

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

js
SQLVALUE(row, column)
SQLVALUE(row, column)

Parameters

  • row - The row index of the value.
  • column - The column index of the value.

Examples

js
SQLVALUE(0, 0)
SQLVALUE(0, 0)