Tool Find Field of Extreme Value
Identifies from the selected attributes that one, which has the maximum or respectively the minimum value. 
- Author: O.Conrad (c) 2013
 
- Menu: Table|Calculus
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Input | table, input | INPUT | - | - | 
| Output | Output (*) | table, output, optional | OUTPUT | - | - | 
| Options | Attributes | table fields | FIELDS | - | - | 
 | Attribute (*) | table field | EXTREME_ID | - | - | 
 | Value (*) | table field | EXTREME_VALUE | - | - | 
 | TYPE | choice | TYPE | - | Available Choices: [0] minimum [1] maximum Default: 1 | 
 | Attribute Identification | choice | IDENTIFY | - | Available Choices: [0] name [1] index Default: 0 | 
| (*) optional | 
Command-line
Usage: saga_cmd table_calculus 11 [-INPUT <str>] [-FIELDS <str>] [-EXTREME_ID <str>] [-EXTREME_VALUE <str>] [-OUTPUT <str>] [-TYPE <str>] [-IDENTIFY <str>]
  -INPUT:<str>        	Input
	table, input
  -FIELDS:<str>       	Attributes
	table fields
  -EXTREME_ID:<str>   	Attribute
	table field
  -EXTREME_VALUE:<str>	Value
	table field
  -OUTPUT:<str>       	Output
	table, output, optional
  -TYPE:<str>         	TYPE
	choice
	Available Choices:
	[0] minimum
	[1] maximum
	Default: 1
  -IDENTIFY:<str>     	Attribute Identification
	choice
	Available Choices:
	[0] name
	[1] index
	Default: 0