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

Section Access

I have implemented Section Security

With 1 admin and 2 users

I can login with admin

but whenever i try to login using different user it is not  accepting the user name .

can someone help with this

Please find the attachment .

Regards

John

1 Solution

Accepted Solutions
qlikmsg4u
Specialist
Specialist

Specify Access type USER for users.

Section Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD,brandNAMEee

    ADMIN, ADMIN, ADMIN1,*

    USER, Susmita.N, NANDI,CANDLEWOOD

    USER, Siraj1, SIRAJ,HOLIDAY INC

];

Section Application;

View solution in original post

13 Replies
PrashantSangle

Hi,

Always write Section Access Script in Capital Letter .

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
prajapatiamar38
Creator II
Creator II

Hi..

Have you done this.

Go to Document Properties>Opening tab>Just check the initial data reduction Based on the Section access.

Please find the snapshot below.

Thanks

avinashelite

Hi John,

dreamer4‌ is correct this because of the username in the same letters, ideally for section access we should have all the details in the upper case . Login as the ADMIN and update the userid and password with upper case that will resolve your issue

hariprasadqv
Creator III
Creator III

Section access content should be alwas capitalized.

smilingjohn
Specialist
Specialist
Author

HI All

I followed all the above suggestion mentioned by all u developers but still , I am able to login only using ADMIN , when i try to log in with other user its not logiing ,

Please help me with this

smilingjohn
Specialist
Specialist
Author

HI Max dreamer i did the changes but to its not working , Will u suggest me something else using which i can sort out this

Regards

John

qlikmsg4u
Specialist
Specialist

Specify Access type USER for users.

Section Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD,brandNAMEee

    ADMIN, ADMIN, ADMIN1,*

    USER, Susmita.N, NANDI,CANDLEWOOD

    USER, Siraj1, SIRAJ,HOLIDAY INC

];

Section Application;

stigchel
Partner - Master
Partner - Master

ACCESS can only take ADMIN or USER as values, look for security in the help for more specifics:

Access Levels in Section Access

Access to QlikView documents can be authorized for specified users or groups of users. In the security table, users can be assigned to the access levels ADMIN or USER. If no access level is assigned, the user cannot open the QlikView document.

A person with ADMIN access can change everything in the document. Using the Security page in the Document Properties and Sheet Properties dialogs, a person with ADMIN access can limit the users’ possibilities of modifying the document. A person with USER privileges cannot access the Security pages.

Note!
ADMIN rights are only relevant for local documents! Documents opened on a Server are always accessed with USER rights.

PrashantSangle

Hi,

can post screen shot of your error screen.

Without Section Access are you able to login???

What is your actual issue? You are not able to login on Access Point  or You are not able to access the Report.

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂