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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Section access issue

Hi Everyone

I have provided the access to the user and myself using Section access where using excel uploaded in sharepoint .Even though I am able to access the application now but my user gets an Error message as follows

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

I have provide wrong domain name .Its working fine now

View solution in original post

4 Replies
Anil_Babu_Samineni

Can you provide script, You done over there

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

Section Access;
LOAD 
Upper(ACCESS) As ACCESS,
Upper(DOMAIN&'\'&RACFID) AS NTNAME
FROM
[$(vSectionAccessspath)\myEnrichedSecurityConfig.xls]
(
biff, embedded labels, table is UAT$);


SECTION Application;

Anonymous
Not applicable
Author

I have provide wrong domain name .Its working fine now

Anil_Babu_Samineni

Hahaha

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful