Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
get_table_keys [2013/08/08 18:44]
admin [Notes]
get_table_keys [2013/08/08 18:48] (current)
admin
Line 23: Line 23:
 The result table has columns "​Key*"​ and "​Value"​ and both columns contain the same values. The column types are the same types of the first key column from the input table. ​ The result table has columns "​Key*"​ and "​Value"​ and both columns contain the same values. The column types are the same types of the first key column from the input table. ​
  
-Example:+**Example ​1:** 
 + 
 +Input:
  
 ^ Key1*  ^ Key2*  ^ Value1 ​ ^ Value2 ​ ^ ^ Key1*  ^ Key2*  ^ Value1 ​ ^ Value2 ​ ^
Line 31: Line 33:
 |@lightgreen:​ 2  | 2  | 3.2  | 6.1  | |@lightgreen:​ 2  | 2  | 3.2  | 6.1  |
  
-yields+Result:
  
 ^ Key*  ^ Value  ^ ^ Key*  ^ Value  ^
 |@lightgreen:​ 1  |@lightgreen:​ 1  | |@lightgreen:​ 1  |@lightgreen:​ 1  |
 |@lightgreen:​ 2  |@lightgreen:​ 2  | |@lightgreen:​ 2  |@lightgreen:​ 2  |
 +
 +**Example 2:**
 +
 +Input:
  
 ^ Name*  ^ Age*  ^ Value1 ​ ^ Value2 ​ ^ ^ Name*  ^ Age*  ^ Value1 ​ ^ Value2 ​ ^
Line 43: Line 49:
 |@lightgreen:​ "​Danilo" ​ | 25  | 3.2  | 6.1  | |@lightgreen:​ "​Danilo" ​ | 25  | 3.2  | 6.1  |
  
-yields+Result:
  
 ^ Key*  ^ Value  ^ ^ Key*  ^ Value  ^
Line 50: Line 56:
 |@lightgreen:​ "​Bruno" ​ |@lightgreen:​ "​Bruno" ​ | |@lightgreen:​ "​Bruno" ​ |@lightgreen:​ "​Bruno" ​ |
 |@lightgreen:​ "​Danilo" ​ |@lightgreen:​ "​Danilo" ​ | |@lightgreen:​ "​Danilo" ​ |@lightgreen:​ "​Danilo" ​ |
 +
 ===== Internal Name ===== ===== Internal Name =====
  
 GetTableKeys GetTableKeys
-