Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
nihhalmca
Specialist II
Specialist II

Section Access Issue

Hi All,

I am facing issue with section access like

implemented section access on dashboard (Theater), however admin(Access) can able to access and user (Access) not able to access application by accesspoint.

Thank you.

Regards,

NiHhal.

3 Replies
jagan
Luminary Alumni
Luminary Alumni

Hi,

Can you attach the script which you used?  Check this link for sample script

Authentication and Authorization in Qlikview

Section Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD, REDUCTION

   ADMIN, Admin, password, *

    USER, Sales, password1, 1

    USER, Market, password1, 2

];

For normal user you need to give USER.

Regards,

Jagan.

nihhalmca
Specialist II
Specialist II
Author

Hi Jagan,

Thanks for writing.

Just i uncheck strict exclusion. Now it is working fine.

Really i do not know reason.


Regards,

NiHhal.

jagan
Luminary Alumni
Luminary Alumni

Hi Nihhal,

Please close this thread.

Regards,

Jagan.