<?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: Custom Rule as Exception to Default rule in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Custom-Rule-as-Exception-to-Default-rule/m-p/2047000#M29564</link>
    <description>&lt;P&gt;Hello Henrik, thanks so much for pointing me in the right direction, I was testing with this, but I'm facing an issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I started by creating a duplicate of the default stream security rule (best practices and all that), then I disabled the original and enabled the custom new one.&amp;nbsp;After this, Users stopped seeing App Objects in their apps, and when I audit the access to a specific sheet of an app, the new rule isn't in the associated rules list, and I can only see the disabled rule in that list. which means the custom rule its not even being applied, even though its an identical copy, and so I was forced to re-enable the original rule. Did I miss a step after duplicating? I appreciate your help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Mar 2023 17:26:53 GMT</pubDate>
    <dc:creator>Bashar</dc:creator>
    <dc:date>2023-03-08T17:26:53Z</dc:date>
    <item>
      <title>Custom Rule as Exception to Default rule</title>
      <link>https://community.qlik.com/t5/Management-Governance/Custom-Rule-as-Exception-to-Default-rule/m-p/2046295#M29562</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'm in the process of learning more about security rules, and wanted to confirm my understanding of the hierarchical nature of them, but I couldn't find this particular scenario being implemented, so please correct me if I'm wrong.&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;The default stream rule is : &lt;STRONG&gt;'allow users to see everything in the stream if they have been assigned to that stream, either by hardcoding the user to the access rule or by setting up custom properties'.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I have &lt;STRONG&gt;9 streams&lt;/STRONG&gt; right now, each stream with &lt;STRONG&gt;its own security rule&lt;/STRONG&gt; to access it, we have one rule for each because soon each rule will pull from a different security group in AD, but its not implemented yet (otherwise I would've made one rule). This works fine,&lt;STRONG&gt; I created custom properties and users can see the streams (and everything in them) that they are assigned to&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;This means if you meet the condition of the rule for one particular stream, you'll see the stream (thanks to the stream specific rule I created) and you'll see every app in that stream (thanks to the default stream rule). So this means that both rules are working, and &lt;STRONG&gt;the custom one rides on top of the default one&lt;/STRONG&gt; in order to be functional and working.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;My main question is the following&lt;/STRONG&gt;: I created a new 10th stream 'Testing', that should operate differently than the others, what I want is to apply app level security on this stream only, without breaking any of the other rules, so I want a rule for this stream that basically says &lt;STRONG&gt;everyone can access this stream only when there are apps in it assigned to you (through custom properties) and in the stream you can see those apps only.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Since this stream rule will also work on top of the default stream rule, that means it wont actually work because they are contradicting each other, and the default rule will win because its granting access while the custom rule is trying to revoke that same access?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so then how do I write this rule and make it work as an exception to the default rule without changing the default rule?&lt;/P&gt;
&lt;P&gt;Sorry for the long post, I appreciate any help and I'll be happy to elaborate if something isn't clear &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 15:48:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Custom-Rule-as-Exception-to-Default-rule/m-p/2046295#M29562</guid>
      <dc:creator>Bashar</dc:creator>
      <dc:date>2023-03-07T15:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Rule as Exception to Default rule</title>
      <link>https://community.qlik.com/t5/Management-Governance/Custom-Rule-as-Exception-to-Default-rule/m-p/2046468#M29563</link>
      <description>&lt;P&gt;In your default rule, you need to exclude the 'Testing' stream.&lt;/P&gt;
&lt;P&gt;... and resource.name!="Testing"&lt;/P&gt;
&lt;P&gt;That way the defualt rule will not apply to that stream, and you can create other rules specifically for the Testing stream.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 22:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Custom-Rule-as-Exception-to-Default-rule/m-p/2046468#M29563</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2023-03-07T22:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Rule as Exception to Default rule</title>
      <link>https://community.qlik.com/t5/Management-Governance/Custom-Rule-as-Exception-to-Default-rule/m-p/2047000#M29564</link>
      <description>&lt;P&gt;Hello Henrik, thanks so much for pointing me in the right direction, I was testing with this, but I'm facing an issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I started by creating a duplicate of the default stream security rule (best practices and all that), then I disabled the original and enabled the custom new one.&amp;nbsp;After this, Users stopped seeing App Objects in their apps, and when I audit the access to a specific sheet of an app, the new rule isn't in the associated rules list, and I can only see the disabled rule in that list. which means the custom rule its not even being applied, even though its an identical copy, and so I was forced to re-enable the original rule. Did I miss a step after duplicating? I appreciate your help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 17:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Custom-Rule-as-Exception-to-Default-rule/m-p/2047000#M29564</guid>
      <dc:creator>Bashar</dc:creator>
      <dc:date>2023-03-08T17:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Rule as Exception to Default rule</title>
      <link>https://community.qlik.com/t5/Management-Governance/Custom-Rule-as-Exception-to-Default-rule/m-p/2047176#M29565</link>
      <description>&lt;P&gt;Hard to say what has happened. Is it possible that you post images of both rules so we can see them?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 08:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Custom-Rule-as-Exception-to-Default-rule/m-p/2047176#M29565</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2023-03-09T08:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Rule as Exception to Default rule</title>
      <link>https://community.qlik.com/t5/Management-Governance/Custom-Rule-as-Exception-to-Default-rule/m-p/2047336#M29566</link>
      <description>&lt;P&gt;Hello Henrik, please check the attached, they look identical, but for some reason when I audit access to a sheet in one of the published apps, I only see the default rule in the associated rules list, and when I disable it and enable the custom rule, the associated rules stays the same except the stream rule is disabled then.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 11:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Custom-Rule-as-Exception-to-Default-rule/m-p/2047336#M29566</guid>
      <dc:creator>Bashar</dc:creator>
      <dc:date>2023-03-09T11:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Rule as Exception to Default rule</title>
      <link>https://community.qlik.com/t5/Management-Governance/Custom-Rule-as-Exception-to-Default-rule/m-p/2047420#M29567</link>
      <description>&lt;P&gt;In the &lt;EM&gt;Custom Rule.png &lt;/EM&gt;the resource filter is "App_*" but in the default rule it is "App*". Try changing your custom rule's resource filter so that it is the same as in the default rule.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 13:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Custom-Rule-as-Exception-to-Default-rule/m-p/2047420#M29567</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2023-03-09T13:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Rule as Exception to Default rule</title>
      <link>https://community.qlik.com/t5/Management-Governance/Custom-Rule-as-Exception-to-Default-rule/m-p/2047431#M29568</link>
      <description>&lt;P&gt;Hi Henrik, I didn't even notice that, it works now!! Thanks so much for your time! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 14:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Custom-Rule-as-Exception-to-Default-rule/m-p/2047431#M29568</guid>
      <dc:creator>Bashar</dc:creator>
      <dc:date>2023-03-09T14:14:55Z</dc:date>
    </item>
  </channel>
</rss>

