Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
tyagishaila
Specialist
Specialist

Limited User Access

Hi All,

I have a problem, how can I provide users to access only those qvw files which are usable for them?

I have no publisher license.

Please explain step by step.

All solutions are valuable for me.

Thanks,

1 Solution

Accepted Solutions
buzzy996
Master II
Master II

u can across check the above suggested solution,

1. add the user whoever don't have ur server access to see the difference,by default ur server user can access/see all the docs.

View solution in original post

23 Replies
stabben23
Partner - Master
Partner - Master

Use Section Access

tyagishaila
Specialist
Specialist
Author

Hi Staffan,

Thanks for quick reply.

How can we use section access,

please explore more.

Thanks

buzzy996
Master II
Master II

u can try like this,

1.Right clik on ur applation/qvw--properties---Security- Edit--Add-- enter ur username int id

so,to whome u given access only those users can access ur applications

note: u also have to assign cals for those users from server

Anonymous
Not applicable

Hi Shaila,

In QMC go to document then select the application and there is a option 'server ' then server objects and in Authorization select 'named users' then in right side you can add the users and groups (to whom you want to give access) but you need to change this setting for all the documents.

Thanks

BKC

Not applicable

For Section Access read this:

https://community.qlik.com/docs/DOC-1853

martinpohl
Partner - Master
Partner - Master

An easy example:

add in your script:

Section Access;

LOAD * INLINE [

    ACCESS, NTNAME

    ADMIN, USERNAME1

    ADMIN, USERNAME2

    USER, USERNAME3

];

Section Application;

Within the document option "filter accesspoint document list based on section access" - which is standardoption flagged on the document list will be filtered

The type of Access (Admin/User) on Accesspoint is user for all, it's only important for developing the file.

Regards

tyagishaila
Specialist
Specialist
Author

I did it,

but user is able to see all files.

applation/qvw--properties---Security- Edit--Add-- enter ur username int id


I did

applation/qvw--properties---Security- Edit--Add-- enter ur username

what is int and id

buzzy996
Master II
Master II

what is int and id ----> for example when ur trying to login into ur office pc...u supposed to be login some thing like this INT\tyagishaila  OR INT\STYAGI OR INT\SHAILA


but user is able to see all files. --- that's not possible --if u follow my steps properly only those users can able to see from AP!


applation/qvw--properties---Security- Edit--Add-- enter ur username--- After enter INT\ID u have to click side button CHECK-that will let u know this user part of ur domain or not.



it's windows domain id to access ur system and as u know qlikview following windows authentication.

sagarkharpude
Creator III
Creator III

Instead of giving the NTFS authorization in QMC please check DMS authorization option.