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: 
dinuwanbr
Creator III
Creator III

Access Point Issue with Section Access

Dear All,

When I give the Section Access, My qlikview document is not visible at the Access Point. But If I remove those section access that can be seen and accessed through the Access Point. Please help me on this. I need to make that document accessible with section access.

Thanks in Advance.

Dinu1

6 Replies
srchilukoori
Specialist
Specialist

Hi, there must be some error in your section access code. To begin with, uncheck the "Filter Access point documents based on section access" in the Document properties.

section access.png

2. Add the Qlikview service account to your section access as an admin.

dinuwanbr
Creator III
Creator III
Author

Dear srchilukoori,

Thank you very much for your reply. But It is helpful though it didn't solve my problem.

francoiswiid
Partner - Contributor III
Partner - Contributor III

If you create Section Access in a QlikView Document and you only use the NTNAME field, then if you user in Access Point is not in the NTNAME field, then they will not see the Document on Access Point.

dinuwanbr
Creator III
Creator III
Author

Dear Francois,

Thanks for the reply. 1 of my problems solved. But with NTNAME i gave a section access and that is also not working for the users who can see (access) it. Following is the code i used.

Section Access;

LOAD * INLINE [

    ACCESS, NTNAME, Division_Code

    Admin, UL\UL_QVUSER, *

    User, ULKBLQLIKVIEW01\Administrator, *

    User, UL\13000, *

    User, UL\18489, GHOS

    User, UL\2722, GHOS

];

Section Application;

At the moment 18489 and 2722 also can view all the details.

Thanks in advance.

yduval75
Partner - Creator III
Partner - Creator III

Division_Code must be in Capital Letters,

Moreover, you have to check if initial data restriction is based on strict exclusion in your document properties

francoiswiid
Partner - Contributor III
Partner - Contributor III

Your data reduction field needs to be uppercase and must associate to the DIVISION_CODE field in your application. Make sure you have data in the code field that matches "GHOS"

The users are seeing all the data because the field can't associate and you probably have Strict Exclusions (Doc Properties -> Opening) disabled.

Edit: Sorry, just noticed that Yoann already answered.