Module Select by Numerical Expression
Selects records for which the expression is true.
- Author: O.Conrad (c) 2013
- Specification: grid
- Menu: Table|Selection
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Table | Table (input) | TABLE | - | - |
Options | Attribute (*) | Table field | FIELD | attribute to be searched; if not set all attributes will be searched | - |
Expression | Text | EXPRESSION | - | Default: a > 0 |
Method | Choice | METHOD | - | Available Choices: [0] new selection [1] add to current selection [2] select from current selection [3] remove from current selection Default: 0 |
(*) optional |
Command-line
Usage: saga_cmd table_tools 18 -TABLE <str> [-FIELD <str>] [-EXPRESSION <str>] [-METHOD <str>]
-TABLE:<str> Table
Table (input)
-FIELD:<str> Attribute
Table field
-EXPRESSION:<str> Expression
Text
Default: a > 0
-METHOD:<str> Method
Choice
Available Choices:
[0] new selection
[1] add to current selection
[2] select from current selection
[3] remove from current selection
Default: 0