chore: automated commit
This commit is contained in:
parent
75f336587e
commit
82deeaa2e9
@ -58,6 +58,7 @@ The following tables should be created in the WORK library as outputs:
|
|||||||
|
|
||||||
#### DYNAMIC_VALUES
|
#### DYNAMIC_VALUES
|
||||||
This table can contain up to three columns:
|
This table can contain up to three columns:
|
||||||
|
|
||||||
* `display_index` (optional, mandatory if using `dynamic_extended_values`). Is a numeric key used to join the two tables.
|
* `display_index` (optional, mandatory if using `dynamic_extended_values`). Is a numeric key used to join the two tables.
|
||||||
* `display_value` - always character
|
* `display_value` - always character
|
||||||
* `raw_value` - unformatted character or numeric according to source data type
|
* `raw_value` - unformatted character or numeric according to source data type
|
||||||
@ -73,6 +74,7 @@ Example values:
|
|||||||
This table is optional. If provided, it will map the DISPLAY_INDEX from the DYNAMIC_VALUES table to additional column/value pairs, that will be used to populate dropdowns for _other_ cells in the _same_ row.
|
This table is optional. If provided, it will map the DISPLAY_INDEX from the DYNAMIC_VALUES table to additional column/value pairs, that will be used to populate dropdowns for _other_ cells in the _same_ row.
|
||||||
|
|
||||||
The following columns should be provided:
|
The following columns should be provided:
|
||||||
|
|
||||||
* `display_index` - a numeric key joining each value to the `dynamic_values` table
|
* `display_index` - a numeric key joining each value to the `dynamic_values` table
|
||||||
* `extra_col_name` - the name of the additional variable(s) to contain the extra dropdown(s)
|
* `extra_col_name` - the name of the additional variable(s) to contain the extra dropdown(s)
|
||||||
* `display_value` - the value to display in the dropdown. Always character.
|
* `display_value` - the value to display in the dropdown. Always character.
|
||||||
@ -83,7 +85,7 @@ The following columns should be provided:
|
|||||||
|
|
||||||
Example Values:
|
Example Values:
|
||||||
|
|
||||||
|DISPLAY_INDEX:best.|EXTRA_COL_NAME:$32.|DISPLAY_VALUE:$|DISPLAY_TYPE:$1.|RAW_VALUE_NUM|RAW_VALUE_CHAR:$5000|FORCED_VALUE|
|
|DISPLAY_INDEX:best.|EXTRA_COL_NAME:$32.DISPLAY_VALUE:$|DISPLAY_TYPE:$1.|RAW_VALUE_NUMRAW_VALUE_CHAR:$5000|FORCED_VALUE|
|
||||||
|---|---|---|---|
|
|---|---|---|---|
|
||||||
|1|DISCOUNT_RT|"50%"|N|0.5||.|
|
|1|DISCOUNT_RT|"50%"|N|0.5||.|
|
||||||
|1|DISCOUNT_RT|"40%"|N|0.4||0|
|
|1|DISCOUNT_RT|"40%"|N|0.4||0|
|
||||||
|
Loading…
Reference in New Issue
Block a user