Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
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
Partner - Champion III
Partner - Champion III

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
Partner - Champion III
Partner - Champion III

Hi Nihhal,

Please close this thread.

Regards,

Jagan.