From 60a51c94bae9e762fdff9f7ecedb2630b6af124d Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Sat, 2 Jul 2022 18:37:10 +0100 Subject: [PATCH] Update column-level-security.md --- docs/column-level-security.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/column-level-security.md b/docs/column-level-security.md index 39e8248..b16a6a7 100644 --- a/docs/column-level-security.md +++ b/docs/column-level-security.md @@ -58,6 +58,8 @@ This variable can be set to `1` to _hide_ specific variables, which allows great * `EDIT` - the variable will not be visible. **Cannot be applied to a primary key column**. * `VIEW` - the variable will not be visible. Can be applied to a primary key column. Simply omitting the row, or setting CLS_ACTIVE to 0, would result in the same behaviour. +It is possible that a variable can have multiple values for CLS_HIDE, eg if a user is in multiple groups, or if different rules apply for different scopes. In this case, if the user is any group where this variable is NOT hidden, then it will be displayed. + ## Example Config Example values as follows: