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: 
Not applicable

Access

Hi All,

I have prepared one qlikview application . Now i want to give this application to different users(Not on access point ) . I want to give ADMIN rights to me and my partner and i have to give user rights to some user s(so that they should not have modification rights or to see the script) . How can i set this. Please explain in detail.

1 Solution

Accepted Solutions
jagan
Luminary Alumni
Luminary Alumni

Hi,

You can restrict this by using Section Access, for you specify Admin access and for other users you give User access.  So everytime users try to open the file, user name and password is required.

Section Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD

    ADMIN, test1, password

    USER, test2, password

];

Section Application;

Regards,

Jagan.

View solution in original post

9 Replies
jagan
Luminary Alumni
Luminary Alumni

Hi,

You can restrict this by using Section Access, for you specify Admin access and for other users you give User access.  So everytime users try to open the file, user name and password is required.

Section Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD

    ADMIN, test1, password

    USER, test2, password

];

Section Application;

Regards,

Jagan.

Not applicable
Author

Hi Jagan,

I gave my name in admin but when i am trying to reload it is not reloading . If i take the section access then it is reloading . Please help

Not applicable
Author

i have written the section access script in hidden script . is it causing the problem . Please explain

Not applicable
Author

If i login as user , i can reload and do all activities as admin . How to set properties

jagan
Luminary Alumni
Luminary Alumni

Hi,

PFA file for solution.

Goto Document Properties -> Security -> Edit Script -> Uncheck the options which do not required for normal user.

Now Give module password by clicking "Module Password" in the same tab.

In the attached file when you login as Admin then if you want to reload or change script then uncheck the options done above and after completion do the same security settings defined above.

Admin User Name & Password : Admin & Password.

Normal User Name & Password : Sales & Password1

Hope this helps you.

Regards,

Jagan.

Not applicable
Author

Working, but even if i loggin as user i am able to move the Sheet objects , My requirement is if some one logins with user credentials they should not have the rights to move the object s.Please suggest

jagan
Luminary Alumni
Luminary Alumni

Hi,

Try Object Properties -> Layout -> Options -> Uncheck Allow Move/Size and Allow Copy/Clone.

Regards,

Jagan.

Not applicable
Author

Hi Jagan,

thanks for the help i will check and will come back to you

ngulliver
Partner - Specialist III
Partner - Specialist III

Hi, Avi.

I would recommend having a look at Steve's blog for Section Access.

http://www.quickintelligence.co.uk/help-ive-locked-myself-out/

It gives you an idea of best practices and pitfalls.

Alternatively, there is a new book out called 'QlikView 11 for Developers' that has a good section on security.

Regards,

Neil