Filter DataTable
列条件に一致する行で新しい DataTable を作成します。
データテーブルFilterDataTable
概要
列条件に一致する行で新しい DataTable を作成します。
Create a new DataTable with rows matching a column condition.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| DataTable name | variable | 必須 | Name of the DataTable variable. 例: data | |
| Column name | string | 必須 | 例: name 変数に対応 | |
| Condition | dropdownis equal to · is not equal to · is greater than · is less than · is greater than or equal to · is less than or equal to · contains · does not contain · is empty · is not empty | 必須 | is equal to | |
| Value | string | 任意 | 変数に対応 | |
| Store filtered table in | variable | 必須 | 例: filtered |