Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Not able to Hide a one sheet out of 14 from specific user groups,
I wrote this logic in Security rules ((resource.resourcetype = "App.Object" and resource.published ="true" and resource.objectType != "app_appscript" and resource.objectType != "loadmodel") and resource.app.stream.HasPrivilege("read") and (((user.group!="QlikSense Stream ADS") and (resource.objecttype="Sheet") and (resource.name!="Day in Time")))) But still its not working.
Default Security rule is App*, If i put App_* it is not working .
How to achieve this Sheet Security in Qlik Sense.
http://dataonthe.rocks/sheet-restrictions-with-security-rules/