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: 
adamgaox
Creator
Creator

About Section Access Issues!

Dear All,

I met two problems in QV Section Access.Please help me overcome it.

1.Access:ADMIN&User(If their differences only between the ability to see&modify document properties and sheet properties).

2.About NTNAME&USERID Samples.

Details refer to the following picture:

Thanks in advance!!

屏幕快照 2015-07-28 下午8.05.58.png

12 Replies
Bill_Britt
Former Employee
Former Employee

See if this will help.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
adamgaox
Creator
Creator
Author

Thanks,Bill.

I've read this document before in others'  blogs which is also shared by you.

I'm still curious about why the same

domain\User act as ADMIN&USER QV Client Regards the User as ADMIN

but for USERID QV Client Regards the User as USER.

This doc is helpful for me to understand Section Access.3Q~

Bill_Britt
Former Employee
Former Employee

The admin or user only works in the desktop client. Everyone that opens a document through the accesspoint are users.

The Admin account will allow you to disable security options in the QVW. So, anything that is unchecked below the user will not be able to do.

1.png

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
adamgaox
Creator
Creator
Author

Yeah.

According to my script:

If I write Section Access like this:

Section Access;

LOAD * INLINE [

ACCESS, NTNAME

ADMIN, MYDOMAIN\ADAM

USER,MYDOMAIN\ADAM

];

Section Application;

when I open this QVW I'm a ADMIN.I can see Security TAB you showed.

If I write Section Access like this:

Section Access;

LOAD * INLINE [

ACCESS, USERID

ADMIN, USER1

USER, USER1

];

Section Application;

when I open this QVW inputing USER1.I'm a USER(I've set USER1 as ADMIN&USER).

What troubles me is why NTNAME works different with USERID.

Bill_Britt
Former Employee
Former Employee

What happens if you reverse this?

ADMIN, USER1

USER, USER1

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
adamgaox
Creator
Creator
Author

For NTNAME

USER

ADMIN

--------------  > ADMIN

For USERID

USER

ADMIN

-------------- >USER

I have not tried

USERID

ADMIN

USER

-------------

My Mac can't support QlikVIew.I'll try it on Working PC tomorrow.

adamgaox
Creator
Creator
Author

Hi Bill,

Here is my testing result:

1.NTNAME

USER

ADMIN

result:ADMIN

ADMIN

USER

result:ADMIN

2.USERID

USER

ADMIN

result:USER

ADMIN

USER

result:USER

Bill_Britt
Former Employee
Former Employee

How are you testing? logging into the desktop or on the AccessPoint?

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
adamgaox
Creator
Creator
Author

NO.

Because Admin\User only different in client!

I configure the script and open the qvw by Desktop Client to watch to Doc&Sheet Properties.