Update dynamic-cell-dropdown.md
This commit is contained in:
parent
e73afc7f72
commit
5a34f251d7
@ -35,7 +35,7 @@ If creating a Stored Process, be sure to deselect the 'automatic SAS macros' - t
|
|||||||
|
|
||||||
You can write any SAS code you wish. For examples of hook scripts you can look at the Data Controller internal validation programs (listed in the MPE_VALIDATIONS table). You will receive the following as inputs:
|
You can write any SAS code you wish. For examples of hook scripts you can look at the Data Controller internal validation programs (listed in the MPE_VALIDATIONS table). You will receive the following as inputs:
|
||||||
|
|
||||||
* `work.source_row` -> A dataset containing the **current row** being modified in Data Controller. All variables are available. Use this to filter the initial values in `work.dynamic_values`.
|
* `work.source_row` -> A dataset containing the **current row** being modified in Data Controller. This will have already been created in the current SAS session. All variables are available. Use this to filter the initial values in `work.dynamic_values`.
|
||||||
* `&DC_LIBREF` -> The DC control library
|
* `&DC_LIBREF` -> The DC control library
|
||||||
* `&LIBDS` - The library.dataset being filtered
|
* `&LIBDS` - The library.dataset being filtered
|
||||||
* `&VARIABLE_NM` - The column for which to supply the validation
|
* `&VARIABLE_NM` - The column for which to supply the validation
|
||||||
|
Loading…
Reference in New Issue
Block a user