Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
get_table_value [2013/08/08 20:02] admin created |
get_table_value [2015/10/15 21:45] (current) admin |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ===== Inputs ===== | ===== Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Table | [[Table Type|Table]] | Table to extract the value from. | | + | | Table | [[Table Type]] | Table to extract the value from. | |
| - | | Keys | [[Tuple Type|Tuple]] | Keys corresponding to the desired value. | | + | | Keys | [[Tuple Type]] | Keys corresponding to the desired value. | |
| - | | Column | [[Index Or Name Type|Index Or Name]] | Column name or index where the value is located. | | + | | Column | [[Index Or Name Type]] | Column name or index where the value is located. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ Default Value ^ | + | ^ Name ^ Type ^ Description ^ Default Value ^ |
| - | | Value If Not Found | [[Table Value Type|Table Value]] | This value to be returned if any of the keys is not present in the table. | None | | + | | Value If Not Found | [[Table Value Type]] | This value to be returned if any of the keys is not present in the table. | None | |
| ===== Outputs ===== | ===== Outputs ===== | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | Result | [[Table Type|Table]] | Value extracted from table. | | + | | Result | [[Table Value Type]] | Value extracted from table. | |
| ===== Group ===== | ===== Group ===== | ||
| Line 27: | Line 27: | ||
| ===== Notes ===== | ===== Notes ===== | ||
| + | |||
| + | If the given keys are not found in the input table and the "Value If Not Found" parameter is not provided, an error will be reported. | ||
| ===== Internal Name ===== | ===== Internal Name ===== | ||