<?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: Restrict &amp;quot;Export Data&amp;quot; on some sheets via sheet name prefix = noexport_ in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Restrict-quot-Export-Data-quot-on-some-sheets-via-sheet-name/m-p/2142873#M29863</link>
    <description>&lt;P&gt;I believe the "resource" here is the object, not the sheet? You don't export data from a sheet.&lt;/P&gt;</description>
    <pubDate>Thu, 30 Nov 2023 13:17:18 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2023-11-30T13:17:18Z</dc:date>
    <item>
      <title>Restrict "Export Data" on some sheets via sheet name prefix = noexport_</title>
      <link>https://community.qlik.com/t5/Management-Governance/Restrict-quot-Export-Data-quot-on-some-sheets-via-sheet-name/m-p/2142865#M29862</link>
      <description>&lt;P&gt;hi i tried to restrict export data on a sheet by modifying the default security rule ExportAppData this way:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="css"&gt;resource.HasPrivilege("read") and !user.IsAnonymous() and !(resource.name like "noexport_*")&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dobak_0-1701348951700.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/120836i909907C22292AAE7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dobak_0-1701348951700.png" alt="dobak_0-1701348951700.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Created 2 sheets: this one you can export, noexport_sheet&lt;/P&gt;
&lt;P&gt;But i am still able to right click on the sheet objects and export data on both of the sheets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What adjustments of my security rule would you propose?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 12:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Restrict-quot-Export-Data-quot-on-some-sheets-via-sheet-name/m-p/2142865#M29862</guid>
      <dc:creator>dobak</dc:creator>
      <dc:date>2023-11-30T12:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict "Export Data" on some sheets via sheet name prefix = noexport_</title>
      <link>https://community.qlik.com/t5/Management-Governance/Restrict-quot-Export-Data-quot-on-some-sheets-via-sheet-name/m-p/2142873#M29863</link>
      <description>&lt;P&gt;I believe the "resource" here is the object, not the sheet? You don't export data from a sheet.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 13:17:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Restrict-quot-Export-Data-quot-on-some-sheets-via-sheet-name/m-p/2142873#M29863</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-11-30T13:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict "Export Data" on some sheets via sheet name prefix = noexport_</title>
      <link>https://community.qlik.com/t5/Management-Governance/Restrict-quot-Export-Data-quot-on-some-sheets-via-sheet-name/m-p/2142896#M29864</link>
      <description>&lt;P&gt;i tested it on a names KPI object and it also did not work. only when giving the application a "nonexport_" prefix it started to block exports. but for all sheets and objects inside.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i am refering to this article which i got from qlik support today as an answer on how to restrict export of data on parts of applications: &lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/How-to-restrict-export-option-in-sheet-level/td-p/1889346" target="_blank"&gt;https://community.qlik.com/t5/New-to-Qlik-Sense/How-to-restrict-export-option-in-sheet-level/td-p/1889346&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i am not sure if that answer was right but it was marked as right...&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 13:50:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Restrict-quot-Export-Data-quot-on-some-sheets-via-sheet-name/m-p/2142896#M29864</guid>
      <dc:creator>dobak</dc:creator>
      <dc:date>2023-11-30T13:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict "Export Data" on some sheets via sheet name prefix = noexport_</title>
      <link>https://community.qlik.com/t5/Management-Governance/Restrict-quot-Export-Data-quot-on-some-sheets-via-sheet-name/m-p/2142902#M29865</link>
      <description>&lt;P&gt;Looking at that thread, they ended up using an app-level rule, not a sheet level one.&lt;/P&gt;
&lt;P&gt;This may not be up to date, but at least as of 2021, there was no option to use it based on a sheet (the link includes an explanation):&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Deployment-Management/Qlik-Sense-security-rule-for-Exporting-data/td-p/1773707" target="_blank"&gt;https://community.qlik.com/t5/Deployment-Management/Qlik-Sense-security-rule-for-Exporting-data/td-p/1773707&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 13:59:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Restrict-quot-Export-Data-quot-on-some-sheets-via-sheet-name/m-p/2142902#M29865</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-11-30T13:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict "Export Data" on some sheets via sheet name prefix = noexport_</title>
      <link>https://community.qlik.com/t5/Management-Governance/Restrict-quot-Export-Data-quot-on-some-sheets-via-sheet-name/m-p/2142933#M29866</link>
      <description>&lt;P&gt;yes it seems like there is only a way to do this on the app level. i leave this one open for a few days lets see if there is someone who would oppose. thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 14:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Restrict-quot-Export-Data-quot-on-some-sheets-via-sheet-name/m-p/2142933#M29866</guid>
      <dc:creator>dobak</dc:creator>
      <dc:date>2023-11-30T14:54:26Z</dc:date>
    </item>
  </channel>
</rss>

