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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Need User access qvw

Hi All,

If anybody having qvw for User Access then share with me.It is urgent.

4 Replies
Not applicable
Author

Hi,

find the attached simple script for the same. the user id is ADMIN and password is ADMIN.

see the script. you can add many users as specified in script. or you can use user access button in edit script screen.

Thanks & Best Regards,

Kuldeep Tak

Not applicable
Author

Hi,

Thanks for your kind work.Thing is when I want to restrict some of Dashboards to only some users,how can I proceed further.

Not applicable
Author

Hi,

You could use the system functions QVUser() if you are using a basic access table or OSUser() if you are using Active Directory. So, you have to define a conditional view in the sheets / graphic / table ... that you wanna limit or use a table of roles for grouping users.

I've attached an example with two users: ADMIN/ADMIN USER1/USER1

Obviously ADMIN can see all but the USER1 only the main sheet.

Best regards.

Not applicable
Author

I took a quick look at some of the functions and didn't see anything standout. Is there a way to access the groups in Active Directory so I don't have to do multiple or statements in and If statement to handle access?