From 72fdcaf1c797f7dfb9837ec551c2ebe1a97ac0ba Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Wed, 5 Oct 2022 14:34:31 +0100 Subject: [PATCH] Update dcc-validations.md --- docs/dcc-validations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dcc-validations.md b/docs/dcc-validations.md index 4cd0043..3dfe629 100644 --- a/docs/dcc-validations.md +++ b/docs/dcc-validations.md @@ -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! -1. The MPE_SELECTBOX table +1. The [MPE_SELECTBOX](/dcc-selectbox/) table 2. The HARDSELECT validation (library.member.column reference) 3. The SOFTSELECT validation (library.member.column reference) 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. -Data Controller will not let you submit both a HARDSELECT_HOOK and a SOFTSELECT_HOOK on the same variable. \ No newline at end of file +Data Controller will not let you submit both a HARDSELECT_HOOK and a SOFTSELECT_HOOK on the same variable.