Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
get_table_value [2013/08/08 20:04]
admin [Notes]
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 =====