Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
get_table_column [2013/08/06 19:44] admin created |
get_table_column [2026/07/07 19:38] (current) chrystian [Inputs] Fix input documentation |
||
|---|---|---|---|
| Line 8: | Line 8: | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | Table | [[Index Or Name Type|Index Or Name]] | Index or name of the column to be retrieved. The column must represent a data column. | | + | | Table | [[Table Type|Table]] | Table from where the data column will be retrieved. | |
| + | | Column Index Or Name | [[Index Or Name Type|Index Or Name]] | Index or name of the column to be retrieved. The column must represent a data column. | | ||
| ===== Outputs ===== | ===== Outputs ===== | ||
| Line 21: | Line 22: | ||
| ===== Notes ===== | ===== Notes ===== | ||
| - | This functor removes all data columns from a table keeping the key columns and the specified data column. For example, given the table below | + | This functor removes all data columns from a table keeping only the key columns and the specified data column. |
| + | |||
| + | **Example:** | ||
| + | |||
| + | Given the table below | ||
| ^ Key1* ^ Key2* ^ Value1 ^ Value2 ^ | ^ Key1* ^ Key2* ^ Value1 ^ Value2 ^ | ||
| Line 29: | Line 34: | ||
| | 2 | 2 | 3.2 | 6.1 | | | 2 | 2 | 3.2 | 6.1 | | ||
| - | retrieving the column "Value1" yields | + | retrieving the column "Value1" results in the following table |
| ^ Key1* ^ Key2* ^ Value1 ^ | ^ Key1* ^ Key2* ^ Value1 ^ | ||