Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
PavelKas
Contributor III
Contributor III

Several OMIT values in Section Access

Hi everybody,

I have a loaded table like

Properties:

USERID,      ACCESS,         Property

1,                   User,                  A

2,                   User,                  B

3,                   User,                  C

And I have a script loading an app with a field, let say SensitiveField, in the Data Model.

I want to give an access to this field only to users with Property = A and I act like the following way in Section Access:

Left Join(Properties)

Load

         USERID,

         ACCESS

        'SensitiveField' as OMIT

Resident Properties

Where Property <> 'A';

And it works.

Now I want to hide another field, AnotherSensitiveField, and give access to it only for users with Property = C.

How should I act?

Labels (2)
0 Replies