Merge branch 'master' of github.com:datacontroller/dcdocs.github.io

This commit is contained in:
munja 2022-10-14 22:40:40 +01:00
commit dbd45185ce
2 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ Check back frequently as we plan to keep growing this list of checks.
There are now actually FIVE places where you can configure dropdowns! There are now actually FIVE places where you can configure dropdowns!
1. The MPE_SELECTBOX table 1. The [MPE_SELECTBOX](/dcc-selectbox/) table
2. The HARDSELECT validation (library.member.column reference) 2. The HARDSELECT validation (library.member.column reference)
3. The SOFTSELECT validation (library.member.column reference) 3. The SOFTSELECT validation (library.member.column reference)
4. The HARDSELECT_HOOK validation (SAS Program) 4. The HARDSELECT_HOOK validation (SAS Program)
@ -53,4 +53,4 @@ Well - if you have values in MPE_SELECTBOX and/or HARDSELECT / SOFTSELECT tables
Dropdowns are SOFT by default, unless a HARD rule is present. Dropdowns are SOFT by default, unless a HARD rule is present.
Data Controller will not let you submit both a HARDSELECT_HOOK and a SOFTSELECT_HOOK on the same variable. Data Controller will not let you submit both a HARDSELECT_HOOK and a SOFTSELECT_HOOK on the same variable.

View File

@ -14,7 +14,7 @@ Formats are displayed with a special icon (`bolt`), in the same library as other
Viewing or editing a format catalog will always mean that the entire catalog is exported, before being filtered (if filters applied) and displayed. For this reason, it is recommended to split a large format catalog over several catalogs, if performance is a consideration. Viewing or editing a format catalog will always mean that the entire catalog is exported, before being filtered (if filters applied) and displayed. For this reason, it is recommended to split a large format catalog over several catalogs, if performance is a consideration.
The usual export mechanisms can also be applied - you can downlad the DDL, or export the catalog in CSV / Excel / Datalines formats. The usual export mechanisms can also be applied - you can downlad the DDL, or export the catalog in CSV / Excel / Datalines / Markdown / DDL formats.
When adding a format to MPE_TABLES, the `DSN` should contain the format catalog name plus a `-FC` extension. The LOADTYPE should be `FORMAT_CAT` and the BUSKEY should be `FMTNAME START`. HOOK scripts can also be applied (ie, run some DQ after an edit, or re-run a batch job after an approval). When adding a format to MPE_TABLES, the `DSN` should contain the format catalog name plus a `-FC` extension. The LOADTYPE should be `FORMAT_CAT` and the BUSKEY should be `FMTNAME START`. HOOK scripts can also be applied (ie, run some DQ after an edit, or re-run a batch job after an approval).