Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have created the application with the section access and it is working fine. I have deployed the application to Server and it is working fine when tested in Access Point. Bellow is the user access matrix.
Sheet1 | Sheet2 | Sheet3 | |
USER1 | Yes | No | No |
USER2 | No | Yes | Yes |
ADMIN | Yes | Yes | Yes |
Issue:
I have logged in as USER1, created a new sheet and some new charts.
1) Here the user able to see the objects in Sheet 2 and Sheet 3 through repository option available in Access point (Full Browser and Small Device Version Mode)
2) Now USER2 able to see the Sheets/Objects created by USER1, which should not happen as per my requirement.
In brief, the objects/sheets which are related to/created by some user, those should be visible to that particular user or admin only.
Which is not happening in my case.
Thanks in advance.
Hi,
please see this
Introduction to Section Access
and for your question
Sheets Security with Section Access
HTH
André Gomes
Hi Andre, thanks for quick response.
I have implemented the section access properly and it is working fine. The problem is when testing the same application in the access point as mentioned above.
Can any one help me on this?
Hi pradeep,
I think you are thinking in another direction, section access is not about hiding sheet object, rather this is something about data being loaded in to qvw app, i.e . data reduction from some fields.
I think you cant achieve what you require but if you want dynamic hiding or showing of the qv objects based on the person who logged in, you can use QVuser() in the show property of the objects which you general find in layout menu.
Regards KK
Hi kiran,
I am not using the section access to hide the objects.
My intention is restrict the user to view the objects, which are created by other users.
I hope you got my requirement.