Update column-level-security.md

This commit is contained in:
Allan Bowe 2022-07-02 18:37:10 +01:00 committed by GitHub
parent 9afa6f0683
commit 60a51c94ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: