Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
ravindraa
Creator
Creator

section access

Hi all,

  in my project we have 4 type of user group we need to distribute the dashboards based on the user group, in this case i have check the in those way in my personal edition but i am getting access is denied every application ,

i have used the following statments.

ACCESS, USERID, PASSWORD, NTNAME

    ADMIN, ADMIN, ADMIN, ****\345666

    USER, MARKETING, ********, *****\45679

    USER, SALES, ********, ******\08904

    USER, FINANCE, *********, *******\893892

];

if any one knows on how to distribute the application based on Groups please give suggesions.

6 Replies
ashfaq_haseeb
Champion III
Champion III

Hi ravindra

This is not proper syntax for section access.

Please go through the attached document to start with.

hope it helped.

Regards

ASHFAQ

hic
Former Employee
Former Employee

If you have the groups defined in your AD, you can use these directly in Section Access.

Load * inline

[ACCESS, NTNAME

    ADMIN, ADMIN

    USER, MARKETING

    USER, SALES

    USER, FINANCE

];

But you should have a reducing field also. See more on http://community.qlik.com/blogs/qlikviewdesignblog/2014/05/26/section-access

HIC

ravindraa
Creator
Creator
Author

Hi

Henric Cronström,

  i have tried like that i am getting file is denied on one popup if dont mine send one sample file to reffer.

amit_saini
Master III
Master III

Hi Ravindraa,

Please see the attachment. Use credentials to open file below:

Username: admin

Password: admin

Thanks,
AS

ravindraa
Creator
Creator
Author

Hi  amit saini ,

Thanks a lot for provide the application here we have 4 type users we need to give application access based on the department( users ) wise i think to follow the same i need to use NT NAME  to give access to all users based on the users wise ,

  please give me suggestion it is help full to me.

amit_saini
Master III
Master III

Ravindraa,

Follow this link:

Section access

Thanks,
AS