Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a requirement for setting sheet level access in Qlik Cloud. For this I've used the OSUser() function for fetching the User ID and then I've used this in the Show Condition in my sheet. The issue is, How do I get the UserIDs for all the users? Or is there a better way to do this in Qlik Cloud?
There's no such thing as "Sheet level access"... do not confuse show/hide conditions with security. They are not the same thing.
You can look at using GetUserAttr() instead of OSUser(), in particular the Groups option.
There's no such thing as "Sheet level access"... do not confuse show/hide conditions with security. They are not the same thing.
You can look at using GetUserAttr() instead of OSUser(), in particular the Groups option.