Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Disable worksheets for multi users

Section Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD, SOORT, MISGROEP

    ADMIN, ADMIN, ADMIN, *, *

    USER, USERA, PASA, K, *

    USER, USERA, PASA, N, *

    USER, USERA, PASA, P, *

  

    USER, USERB, PASB, K, *

    USER, USERB, PASB, N, *

  

    USER, IT, IT, *, M50103020100

  

    USER, ONDERHOUD, ONDERHOUD, *, M40101020100

    USER, ONDERHOUD, ONDERHOUD, *, M40201020100

];

Section Application;

LOAD * INLINE [

    USERID, SH01, SH02, SH03, SH04, SH05

    ADMIN,1, 1, 1, 0, 0     

    USERA, 1, 1, 1, 0, 0

          USERB, 1, 1, 1, 0, 0

          IT, 1, 0, 0, 1, 0

          ONDERHOUD, 0, 0, 0, 0, 1

  

];

The accounts are working, but still he shows every sheet :s

What should I do that he only shows the enable views for the user?

3 Replies
MayilVahanan

Hi

Please refer these links:

http://community.qlik.com/blogs/qlikviewdesignblog/2012/10/02/complex-authorization

http://community.qlik.com/thread/16699

http://community.qlik.com/message/346754#346754

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Can you be more specific for my situation?

Not applicable
Author

Your section access and section application gives you a distinct value for SH01, SH02, ... for every user, which is 1 xor 0. Did you also implement show conditions for the single sheets on these values? Your post is missing for that information.

Kind regards,

Dominik