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)
- Sets all of the column ID to the value of 2.
- Can we use Parent SetInputValue with a filter of “1=1” for same result.