<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Limit access to Community Sheets in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Limit-access-to-Community-Sheets/m-p/1629029#M14769</link>
    <description>&lt;P&gt;Hi all, a tine security rule nut for a Friday afternoon &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My aim is to limit read access to Comunity sheets, to certain groups.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been able to restrict the ability to &lt;STRONG&gt;create&lt;/STRONG&gt;&amp;nbsp;and publish Community sheets to only the custom Role = 'Editor':&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Disable the default rule:&amp;nbsp;&lt;STRONG&gt;CreateAppObjectsPublishedApp&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Create rule:&lt;OL&gt;&lt;LI&gt;Resource filter:&amp;nbsp;App.Object_*&lt;/LI&gt;&lt;LI&gt;Actions: Create&lt;/LI&gt;&lt;LI&gt;Conditions:&lt;BR /&gt;!resource.App.stream.Empty() and&lt;BR /&gt;resource.App.HasPrivilege("read") and&lt;BR /&gt;(resource.objectType = "userstate" or resource.objectType = "sheet") and&lt;BR /&gt;user.roles = "Editor"&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;(Not sure what the objectType "userState" is, but left that in from the CreateAppObjectsPublishedApp rule.)&lt;/P&gt;&lt;P&gt;This works. Only Editors get the 'Edit' button, and they can create and publish Community sheets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Now the part I need some guidance&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Lets assume 4 users:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Alice - Group A - Editor&lt;/LI&gt;&lt;LI&gt;Allan - Group A - Normal user&lt;/LI&gt;&lt;LI&gt;Betty - Group B - Editor&lt;/LI&gt;&lt;LI&gt;Bob - Group B - Normal user&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Alice and Betty can create Comunity sheets, but neither Allan og Bob can. (This works at the moment.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But currently, both Allan and Bob can the the Community sheets that Alice created.&lt;/P&gt;&lt;P&gt;My aim is that only Allan can see the the Commmunity sheet that Alice created. And only Bob can see the sheet that Betty created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My plan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The way I see it, the first step is to:&lt;/P&gt;&lt;P&gt;A) Find what default rule allows the users to Read Community sheets, and disable that.&lt;/P&gt;&lt;P&gt;B)&amp;nbsp;Create a new rule that takes into account the Group of the user and the owner.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have any suggestion to this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&amp;nbsp;Any tips and partial solutions are welcome. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vegard&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 19:59:58 GMT</pubDate>
    <dc:creator>vegard_bakke</dc:creator>
    <dc:date>2024-11-16T19:59:58Z</dc:date>
    <item>
      <title>Limit access to Community Sheets</title>
      <link>https://community.qlik.com/t5/Management-Governance/Limit-access-to-Community-Sheets/m-p/1629029#M14769</link>
      <description>&lt;P&gt;Hi all, a tine security rule nut for a Friday afternoon &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My aim is to limit read access to Comunity sheets, to certain groups.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been able to restrict the ability to &lt;STRONG&gt;create&lt;/STRONG&gt;&amp;nbsp;and publish Community sheets to only the custom Role = 'Editor':&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Disable the default rule:&amp;nbsp;&lt;STRONG&gt;CreateAppObjectsPublishedApp&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Create rule:&lt;OL&gt;&lt;LI&gt;Resource filter:&amp;nbsp;App.Object_*&lt;/LI&gt;&lt;LI&gt;Actions: Create&lt;/LI&gt;&lt;LI&gt;Conditions:&lt;BR /&gt;!resource.App.stream.Empty() and&lt;BR /&gt;resource.App.HasPrivilege("read") and&lt;BR /&gt;(resource.objectType = "userstate" or resource.objectType = "sheet") and&lt;BR /&gt;user.roles = "Editor"&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;(Not sure what the objectType "userState" is, but left that in from the CreateAppObjectsPublishedApp rule.)&lt;/P&gt;&lt;P&gt;This works. Only Editors get the 'Edit' button, and they can create and publish Community sheets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Now the part I need some guidance&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Lets assume 4 users:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Alice - Group A - Editor&lt;/LI&gt;&lt;LI&gt;Allan - Group A - Normal user&lt;/LI&gt;&lt;LI&gt;Betty - Group B - Editor&lt;/LI&gt;&lt;LI&gt;Bob - Group B - Normal user&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Alice and Betty can create Comunity sheets, but neither Allan og Bob can. (This works at the moment.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But currently, both Allan and Bob can the the Community sheets that Alice created.&lt;/P&gt;&lt;P&gt;My aim is that only Allan can see the the Commmunity sheet that Alice created. And only Bob can see the sheet that Betty created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My plan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The way I see it, the first step is to:&lt;/P&gt;&lt;P&gt;A) Find what default rule allows the users to Read Community sheets, and disable that.&lt;/P&gt;&lt;P&gt;B)&amp;nbsp;Create a new rule that takes into account the Group of the user and the owner.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have any suggestion to this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&amp;nbsp;Any tips and partial solutions are welcome. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vegard&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:59:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Limit-access-to-Community-Sheets/m-p/1629029#M14769</guid>
      <dc:creator>vegard_bakke</dc:creator>
      <dc:date>2024-11-16T19:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Limit access to Community Sheets</title>
      <link>https://community.qlik.com/t5/Management-Governance/Limit-access-to-Community-Sheets/m-p/1639745#M14998</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;refer the following link - i hide a sheet based on sheet name. it can hide both published and community sheet.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Deployment-Management/QlikSense-Admin-Access-on-Stream-level/m-p/1639736#M14996" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Qlik-Sense-Deployment-Management/QlikSense-Admin-Access-on-Stream-leve...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sasikumar&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 05:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Limit-access-to-Community-Sheets/m-p/1639745#M14998</guid>
      <dc:creator>sasikumar</dc:creator>
      <dc:date>2019-10-25T05:21:45Z</dc:date>
    </item>
  </channel>
</rss>

