<?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>article How to control Master Item access in a Published App in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-control-Master-Item-access-in-a-Published-App/ta-p/1780758</link>
    <description>&lt;DIV class="lia-message-template-question-zone"&gt;
&lt;P&gt;You can control access to Master Items in a published app by setting&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;resource.objectType&lt;/FONT&gt; to "&lt;FONT face="courier new,courier"&gt;dimension&lt;/FONT&gt;" &lt;/STRONG&gt;or&lt;STRONG&gt; "&lt;FONT face="courier new,courier"&gt;measure&lt;/FONT&gt;".&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Here are two examples:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Allows the user to create any app object for the published apps:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG style="font-family: inherit;"&gt;!resource.App.stream.Empty() and resource.App.HasPrivilege("rea&lt;WBR /&gt;d")&lt;/STRONG&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp; and !user.IsAnonymous()&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;Allows the user to create the specific app object for the published apps, such as sheet, bookmark, story, master item, etc: &lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;!resource.App.stream.Empty() and resource.App.HasPrivilege("rea&lt;/FONT&gt;&lt;WBR style="font-family: 'courier new', courier;" /&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;d") and (resource.objectType = "userstate" or resource.objectType = "sheet" or resource.objectType = "story" or resource.objectType = "bookmark" or resource.objectType = "snapshot" or resource.objectType = "embeddedsnapshot" or resource.objectType = "hiddenbookmark"&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;or resource.objectType = "dimension" or resource.objectType = "measure"&lt;/STRONG&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;) and !user.IsAnonymous()&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV class="lia-message-template-answer-zone"&gt;
&lt;P&gt;&lt;EM&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution may not be provided by Qlik Support.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Related Content:&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/Collection-of-Specific-Rule-Scenarios-and-Customization-of-Qlik/ta-p/1716899" target="_self"&gt;Collection of Specific Rule Scenarios and Customization of Qlik Sense Security rules&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Mon, 08 Feb 2021 15:26:02 GMT</pubDate>
    <dc:creator>Lisa_Sun</dc:creator>
    <dc:date>2021-02-08T15:26:02Z</dc:date>
    <item>
      <title>How to control Master Item access in a Published App</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-control-Master-Item-access-in-a-Published-App/ta-p/1780758</link>
      <description>&lt;DIV class="lia-message-template-question-zone"&gt;
&lt;P&gt;You can control access to Master Items in a published app by setting&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;resource.objectType&lt;/FONT&gt; to "&lt;FONT face="courier new,courier"&gt;dimension&lt;/FONT&gt;" &lt;/STRONG&gt;or&lt;STRONG&gt; "&lt;FONT face="courier new,courier"&gt;measure&lt;/FONT&gt;".&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Here are two examples:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Allows the user to create any app object for the published apps:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG style="font-family: inherit;"&gt;!resource.App.stream.Empty() and resource.App.HasPrivilege("rea&lt;WBR /&gt;d")&lt;/STRONG&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp; and !user.IsAnonymous()&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;Allows the user to create the specific app object for the published apps, such as sheet, bookmark, story, master item, etc: &lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;!resource.App.stream.Empty() and resource.App.HasPrivilege("rea&lt;/FONT&gt;&lt;WBR style="font-family: 'courier new', courier;" /&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;d") and (resource.objectType = "userstate" or resource.objectType = "sheet" or resource.objectType = "story" or resource.objectType = "bookmark" or resource.objectType = "snapshot" or resource.objectType = "embeddedsnapshot" or resource.objectType = "hiddenbookmark"&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;or resource.objectType = "dimension" or resource.objectType = "measure"&lt;/STRONG&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;) and !user.IsAnonymous()&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV class="lia-message-template-answer-zone"&gt;
&lt;P&gt;&lt;EM&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution may not be provided by Qlik Support.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Related Content:&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/Collection-of-Specific-Rule-Scenarios-and-Customization-of-Qlik/ta-p/1716899" target="_self"&gt;Collection of Specific Rule Scenarios and Customization of Qlik Sense Security rules&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 08 Feb 2021 15:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-control-Master-Item-access-in-a-Published-App/ta-p/1780758</guid>
      <dc:creator>Lisa_Sun</dc:creator>
      <dc:date>2021-02-08T15:26:02Z</dc:date>
    </item>
  </channel>
</rss>

