selectbox page
This commit is contained in:
25
docs/dcc-selectbox.md
Normal file
25
docs/dcc-selectbox.md
Normal file
@ -0,0 +1,25 @@
|
||||
# Data Controller for SAS® - Selectboxes
|
||||
|
||||
## Overview
|
||||
To ensure data validity and to improve user experience, it is possible to predesignate specific values for data entry. These appear to the user as a selectbox within the editor interface.
|
||||
|
||||
## Configuration
|
||||
|
||||
Values are added by populating the `DATACTRL.MPE_SELECTBOX` table, eg below:
|
||||
|
||||

|
||||
|
||||
### BASE_LIBDS
|
||||
The library.dataset to which the selectbox needs to be applied
|
||||
|
||||
### BASE_COLUMN
|
||||
The column in which the selectbox values will be entered
|
||||
|
||||
### SELECTBOX_VALUE
|
||||
The actual values to be shown in the selectbox
|
||||
|
||||
### SELECTBOX_ORDER
|
||||
The order in which the selectbox values should be displayed
|
||||
|
||||
### SELECTBOX_TYPE
|
||||
Reserved for future use.
|
BIN
docs/img/mpe_selectboxtable.png
Normal file
BIN
docs/img/mpe_selectboxtable.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 316 KiB |
Reference in New Issue
Block a user