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

Section access sheet level and object level explain and give an example?

Section access  sheet level and object level explain and give an example in Qvw?

3 Replies
Anonymous
Not applicable
Author

Section access is used for:
1. Authorize user to open QV application.  This is required.

2. Restrict user access to the data.  This functionality is optional.

There is no "sheet level" nor "object level" section access.  But you can use it for this purpose by utilizing function QVUser().  For example, you want a sheet or object to be visible only for users A, B, and C.  In this case, enter this in Show condition:

match(QVUser(), 'A','B','C').

I must add that you don't need section access for this purpose.  The same can be done by using function OSUser().

maxgro
MVP
MVP

for a basic example on sheet restriction see this qlik doc

Sheet level access

Joseph_Musekura
Support
Support

Hi,

Please refer to this document “Introduction to Section Access”:

http://community.qlik.com/docs/DOC-1853

It provides more information about access, reduction fields for example.

Regards,