Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Jacob
Contributor III
Contributor III

Qliksense Section Access

Hi All,
I have one question about section access in qliksense.

I have a table in DB which contains user access level information like USER ID , REGION, COMPANY etc.. but that table doesn't contain "ACCESS" column.

My question is
1)I have to create ACCESS column in DB or we can create in script.
2) Is it possible to implement section access without ACCESS column.if not then what will be the error.

Please help me with this.
Labels (3)
1 Solution

Accepted Solutions
marcohadiyanto
Partner - Specialist
Partner - Specialist

Hi,

1. you can create on script or DB, its recommended you create it on DB, it's to seperate between admin and user.

2. you can't use section access without ACCESS field, just try it.

Section access system fields

The access levels are assigned to users in one or several tables loaded within the section access. These tables can contain several different user-specific system fields, typically USERID, and the field defining the access level, ACCESS. All section access system fields will be used for authentication or authorization. The full set of section access system fields is described below.

 

Regards,

Marco

View solution in original post

1 Reply
marcohadiyanto
Partner - Specialist
Partner - Specialist

Hi,

1. you can create on script or DB, its recommended you create it on DB, it's to seperate between admin and user.

2. you can't use section access without ACCESS field, just try it.

Section access system fields

The access levels are assigned to users in one or several tables loaded within the section access. These tables can contain several different user-specific system fields, typically USERID, and the field defining the access level, ACCESS. All section access system fields will be used for authentication or authorization. The full set of section access system fields is described below.

 

Regards,

Marco