selectbox page

This commit is contained in:
Allan Bowe 2018-07-07 21:31:39 +02:00
parent 726ab05597
commit 11a3f14df0
3 changed files with 29 additions and 2 deletions

25
docs/dcc-selectbox.md Normal file
View 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:
![selectboxtable](img/mpe_selectboxtable.png)
### 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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

View File

@ -5,16 +5,18 @@ pages:
- DC Overview: dc-overview.md
- DC User Guide: dc-userguide.md
- Configuring Data Controller:
- Adding Tables: dcc-tables.md
- Tables: dcc-tables.md
- Security: dcc-security.md
- Selectboxes: dcc-selectbox.md
markdown_extensions:
- admonition
- pymdownx.superfences
- codehilite
- fontawesome_markdown
extra_css: ['font-awesome.css']
theme:
name: material
logo: 'img/favicon.ico'