Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am trying to limit access of a sheet to certain users.
I tried using conditional show property of sheet, but it didn't work. Please help.
Thanks
Goto Settings->Document Properties->Security-> Show All Sheets and Objects, uncheck it.
Hi Kamal,
using OSuser like that should work fine, check the case or upper everything, might just be a case sensitivity issue.
The other option you have is section access, maybe have a look here
Sheets Security with Section Access
hope that helps
Joe
Hi,
you are correct with OS user, when you say it's not working, do you mean that the sheet is VISIBLE to all OR HIDDEN?
Andy
OSuser should be in the format DOMAIN\USER
I used different id's including mine.. but it is always visible..
Although, it should be visible to me only..
Yes.. I have already checked that ..
I observed something strange.. When I just copied that condition in new qlikview file.. It started working as it supposed to be..
Any idea what can be the wrong with my exiting qvw.
Thanks
try like this
=IF(OSUser()='UserName',1,0)
Goto Settings->Document Properties->Security-> Show All Sheets and Objects, uncheck it.
Try this
=MixMatch(
osuser(),
'user1',
'user2',
)
>0
Absolutely..!!
But 'Absolutely!!' is not the right answer ! Please mark the right one as 'Correct Answer', that would help people find it easily.