Not able to Hide a one sheet out of 14 from specific user groups Qlik Sense QMC
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 .