Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have some security issue here.
Actually I have 18 sheets in one document.
But when I am implementing security my requirement is such a way that all user does not have access to view all sheets.
Let's say user1 can view only 5 sheets out of 18 sheets.
So when user1 is logging in to the application can I hide other sheets conditionally,so that user1 should only see 5 sheets not all 18?
Is this possible in QlickView ?
Thanks & Regards,
Mahasweta
Hi Mahasweta,
it´s possible!
If you have security in place (Section Access, Section Application) you can use the function "QVUSER()" to identify who loged in and define a condition to show or hide a sheet.
Good luck!
Rainer
DMS only?
...if you are using section access and want to group your users together, define a column in the access control source for each user and then make it visible in the application section:
Section Access;
[Access Control]:
LOAD ....
USERGROUP
FROM....
Section Application;
LOAD USERGROUP
RESIDENT [Access Control];
Regards,
Gordon