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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section Access

HI All,

Is it possible to implement the section access without the User ID and Password and just by using the fields

ACCESS,NTNAME,NTDOMAINSID and REGION.


Regards,

VJ

3 Replies
pover
Partner - Master
Partner - Master

Yes. NTNAME is your user and the password is handled by windows. This is actually the best way to do section access.

Just make sure you put the SID of the Domain in the column NTDOMAINSID and not just the name of the domain.

Regards.

Not applicable
Author

It doesn't work out. It seems like the user id is mandatory.

Can you please attach your .qvw if it works for you?

Thanks,

VJ.

Not applicable
Author

If he sent you an example file with functioning section access using NTNAME, you wouldn't be able to open it. 😛

I've found the NTNAME section access parameter to be a little picky.

1) take off all of the other bits, like domain SID and region, and deal with all of that after you get ntname working.

2) disable section access completely

3) open the document and create a text box, with a formula: =osuser()

4) note EXACTLY what appears in the text box. Case sensitive.

5) put EXACTLY this value into the NTNAME portion of section access

6) give it a shot.