SelectAll

The Select all function sets all values of a column in an sub inputs data table to a single value.

Syntax :

SetAll(ItemName,Value)
Parameters Description
ItemName Required. Column name.
Value Required. Value.

Example :

SetAll(“ID”,2)