<?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 Rule to block partial dashboards for Qlik Sense Dashboards in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Security-Rule-to-block-partial-dashboards-for-Qlik-Sense/m-p/115432#M1828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to block exporting of app data then you would want to disable the default rule ExportAppData.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The conditions of this rule is : resource.HasPrivilege("read") and !user.IsAnonymous()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The semantic meaning here is that any user who can see an app can export data so long as they are not anonymous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wanted to block a subset of users from exporting then a rule like this would achieve the goal:&lt;/P&gt;&lt;P&gt;resource.HasPrivilege("read") and user.group="Group who should be able to export"&lt;/P&gt;&lt;P&gt;(or any attribute which you can select on)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2018 20:24:58 GMT</pubDate>
    <dc:creator>Levi_Turner</dc:creator>
    <dc:date>2018-08-29T20:24:58Z</dc:date>
    <item>
      <title>Security Rule to block partial dashboards for Qlik Sense Dashboards</title>
      <link>https://community.qlik.com/t5/Management-Governance/Security-Rule-to-block-partial-dashboards-for-Qlik-Sense/m-p/115429#M1825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have implemented security rule to block export to excel , but suppose we want to give export&amp;nbsp; partial users &amp;amp;&lt;/P&gt;&lt;P&gt;Block Partial users in Qllik Sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 12:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Security-Rule-to-block-partial-dashboards-for-Qlik-Sense/m-p/115429#M1825</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2018-08-23T12:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Security Rule to block partial dashboards for Qlik Sense Dashboards</title>
      <link>https://community.qlik.com/t5/Management-Governance/Security-Rule-to-block-partial-dashboards-for-Qlik-Sense/m-p/115430#M1826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not following, what do you mean partial users? What distinguishes a partial from a full user in Qlik Sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 19:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Security-Rule-to-block-partial-dashboards-for-Qlik-Sense/m-p/115430#M1826</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2018-08-27T19:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Security Rule to block partial dashboards for Qlik Sense Dashboards</title>
      <link>https://community.qlik.com/t5/Management-Governance/Security-Rule-to-block-partial-dashboards-for-Qlik-Sense/m-p/115431#M1827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For certain group like sales of users it should be open and for certain group like finance it should be blocked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 05:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Security-Rule-to-block-partial-dashboards-for-Qlik-Sense/m-p/115431#M1827</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2018-08-28T05:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Security Rule to block partial dashboards for Qlik Sense Dashboards</title>
      <link>https://community.qlik.com/t5/Management-Governance/Security-Rule-to-block-partial-dashboards-for-Qlik-Sense/m-p/115432#M1828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to block exporting of app data then you would want to disable the default rule ExportAppData.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The conditions of this rule is : resource.HasPrivilege("read") and !user.IsAnonymous()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The semantic meaning here is that any user who can see an app can export data so long as they are not anonymous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wanted to block a subset of users from exporting then a rule like this would achieve the goal:&lt;/P&gt;&lt;P&gt;resource.HasPrivilege("read") and user.group="Group who should be able to export"&lt;/P&gt;&lt;P&gt;(or any attribute which you can select on)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 20:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Security-Rule-to-block-partial-dashboards-for-Qlik-Sense/m-p/115432#M1828</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2018-08-29T20:24:58Z</dc:date>
    </item>
  </channel>
</rss>

