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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
wangxusq
Contributor III
Contributor III

QlikSense Omit

Hi All,

My requirement:

User A can see two fields:Region and sub_region

User B just can see one field: sub_region.

Section Access;

LOAD

    ACCESS,

   UPPER(USERID) AS USERID,

    OMIT

XXXXX

Section Application;

The data is as bellows:

ACCESS  USERID  OMIT

ADMIN        A     

USER         B         REGION.

Now when User B login in ,FIELD REGION  hides. But the problem is I added the REGION to the master item(In selectionbar;

User A needs it.),

So when B logins in ,the master item 'REGION' show:   

12.jpg


So how to remove it  when B logins in? And when A logins in ,it 's OK.



1 Reply
gloria_bertini
Creator
Creator

Hi Scott,

maybe you can find some help on this thread:

Section Access OMIT causes Invalid Visualisation error

Kind regards