Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
If anybody having qvw for User Access then share with me.It is urgent.
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
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.
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.
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?