Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
gautik92
Specialist III
Specialist III

Section Access in Qliksense

Hi,

I want to Know how to use Section Access in Qliksense

5 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Have you searched this site? Have you read the help and followed the examples in the tutorials? There are dozens of examples in these resources that will get you going.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
gireesh1216
Creator II
Creator II

     Hi Gowtham,Section Access can use multiple ways like

     1)Field Level section access

     2)sheet level section access

     3)Document level section access

     4)Object level section access(Chart level access)

Below example is Field Level section access

Example:

Load * from inline [

ID,Region,City

1216,East,Bangalore

1217,North,Mumbai

1218.South,Chennai

];

Section access

LOAD * INLINE [

ACCESS,USERID,PASSWORD,City

ADMIN,ADMIN,ADMIN,*         //Admin access all city data

USER1,USER1,USER1,Mumbai     //user1 access only mumbai data

USER2,USER2,USER2,Chennai   //user2 access chennai,bangalore city data

USER2,USER2,USER2,Bangalore

USER3,USER3,USER3 ,Chennai           //user 3 access only chennai data

];

section application

lakshmikandh
Specialist II
Specialist II

Section access is to provide data level security in Apps for the respective users,

As jontydkpimentioned, Please search on the community there are so many articles  available with examples

Anonymous
Not applicable

Hi Gowtham,

You can describe the section access in qliksense as below.

Section Access;

LOAD

      ACCESS,

        USERID,

     ACCESSLEVEL

    

From

C:\Access_Table.qvd(qvd);

Section Application;

Here

ACCESS- Represents Admin or User Level Access

USERID- User's ID along with Domain. i.e) Domain\ID

ACCESSLEVEL-  Level of Access. i.e) Country , Region.