<?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 Re: Security rules - All my sheets disapeared in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Security-rules-All-my-sheets-disapeared/m-p/1731672#M16435</link>
    <description>&lt;P&gt;Any ideas ?&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jul 2020 08:10:56 GMT</pubDate>
    <dc:creator>MNicolas</dc:creator>
    <dc:date>2020-07-29T08:10:56Z</dc:date>
    <item>
      <title>Security rules - All my sheets disapeared</title>
      <link>https://community.qlik.com/t5/Management-Governance/Security-rules-All-my-sheets-disapeared/m-p/1721209#M16222</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm designing the security for my Qlik Sense serveur and i'm using this video :&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=feSaaJZ7Jco" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=feSaaJZ7Jco&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a Stream Level Custom Property and a App Level Custom property, and apply this Custom properties to my user&lt;/P&gt;&lt;P&gt;I see the corrects streams and applications, but I can't see any sheets on all my applications now...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are my rules (I disabled App default security rule)&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080"&gt;// 1. I can see the streams where the streamlevel CustomProperty match the user CustomProperty&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Stream&lt;/STRONG&gt;*&amp;nbsp;((resource.@StreamLevel=user.@StreamLevel))&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080"&gt;//2. I can see all apps in streams where i havent set CustomProperty&lt;/FONT&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;STRONG&gt;App*&lt;/STRONG&gt; (resource.resourcetype = "App" and resource.stream.HasPrivilege("read") and resource.stream.@StreamLevel.empty()) or ((resource.resourcetype = "App.Object" and resource.published ="true" and resource.objectType != "app_appscript" and resource.objectType != "loadmodel") and resource.app.stream.HasPrivilege("read") and resource.stream.@StreamLevel.empty())&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080"&gt;// 3. I can see the apps in streams where the applevel CustomProperty match the user CustomProperty&lt;/FONT&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;STRONG&gt;App*&lt;/STRONG&gt;(resource.resourcetype = "App" and resource.stream.HasPrivilege("read") and resource.@AppsLevel=user.@AppsLevel) or ((resource.resourcetype = "App.Object" and resource.published ="true" and resource.objectType != "app_appscript" and resource.objectType != "loadmodel") and resource.app.stream.HasPrivilege("read") and resource.@AppsLevel=user.@AppsLevel)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help &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;</description>
      <pubDate>Sat, 16 Nov 2024 02:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Security-rules-All-my-sheets-disapeared/m-p/1721209#M16222</guid>
      <dc:creator>MNicolas</dc:creator>
      <dc:date>2024-11-16T02:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Security rules - All my sheets disapeared</title>
      <link>https://community.qlik.com/t5/Management-Governance/Security-rules-All-my-sheets-disapeared/m-p/1731672#M16435</link>
      <description>&lt;P&gt;Any ideas ?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 08:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Security-rules-All-my-sheets-disapeared/m-p/1731672#M16435</guid>
      <dc:creator>MNicolas</dc:creator>
      <dc:date>2020-07-29T08:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Security rules - All my sheets disapeared</title>
      <link>https://community.qlik.com/t5/Management-Governance/Security-rules-All-my-sheets-disapeared/m-p/1731674#M16436</link>
      <description>&lt;P&gt;Good morning&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/69262"&gt;@MNicolas&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;on Second and Third rule you are trying to ask Qlik to verify if the custom property&amp;nbsp;@AppsLevel &lt;EM&gt;applied to the App.Object&lt;/EM&gt; entity (sheets, stories, ...) has a value equal to the same custom property applied to the user.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rzenere_0-1596010688879.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38277i174C88233BD55470/image-size/large?v=v2&amp;amp;px=999" role="button" title="rzenere_0-1596010688879.png" alt="rzenere_0-1596010688879.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far, you cannot apply custom properties on app objects...&lt;BR /&gt;I suggest to remove those highlighted rows from second and third rules. For regular users, visibility based on an applevel (as suggested by your custom property) is fine.&lt;BR /&gt;If you need to restrict visibility also on sheet level, then a different approach needs to be taken.&lt;BR /&gt;&lt;BR /&gt;I hope this helps,&lt;BR /&gt;Riccardo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 08:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Security-rules-All-my-sheets-disapeared/m-p/1731674#M16436</guid>
      <dc:creator>rzenere_avvale</dc:creator>
      <dc:date>2020-07-29T08:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Security rules - All my sheets disapeared</title>
      <link>https://community.qlik.com/t5/Management-Governance/Security-rules-All-my-sheets-disapeared/m-p/1736371#M16541</link>
      <description>&lt;P&gt;Thanks for your response!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2020 12:35:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Security-rules-All-my-sheets-disapeared/m-p/1736371#M16541</guid>
      <dc:creator>MNicolas</dc:creator>
      <dc:date>2020-08-17T12:35:03Z</dc:date>
    </item>
  </channel>
</rss>

