<?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: Sheet Level Access with Custom Property in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Sheet-Level-Access-with-Custom-Property/m-p/1254757#M8525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christophe ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You answered exactly what I was looking , Really appreciated.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I have tried to &lt;/SPAN&gt;implement&lt;SPAN style="font-size: 10pt;"&gt; your solution and checked to &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;App Objects&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; and found every sheet has an resource id and we can use it instead of Name , Quiet enough , Now what is &lt;/SPAN&gt;happening&lt;SPAN style="font-size: 10pt;"&gt; now I have written a code as below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;(user.name="&lt;STRONG&gt;Jarvis&lt;/STRONG&gt;" and resource.objectType="sheet" and resource.name="Budget Analysis")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I have achieved what I want, I logged in with &lt;STRONG&gt;JARVIS &lt;/STRONG&gt;and I found only &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Budget Analysis &lt;/STRONG&gt;sheet is visible to Jarvis ,Now problem is when I open this &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Budget Analysis &lt;/STRONG&gt;sheet I found there is no visibility of charts ,Its &lt;STRONG&gt;Blank or invalid visuals &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;When I try to write code as:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; resource.id="TqwwFf"or resource.name="Sales vs Budget"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Sales vs Budget&lt;/STRONG&gt;&lt;/SPAN&gt; is one of the charts which are available on &lt;STRONG style="font-size: 13.3333px;"&gt;Budget Analysis&lt;/STRONG&gt; sheet and &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;TqwwFf&lt;/STRONG&gt;&lt;/SPAN&gt; is the Object ID the same chart&amp;nbsp; which I got from developer hub then single configurator .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but still no chart is visible &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I wondered why Chart names are coming under app.object i.e &lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Sales vs Budget&lt;/STRONG&gt; &lt;SPAN style="font-size: 10pt;"&gt;in resource name even if they are not app objects because when I look at the app Object folder there only sheet names are &lt;/SPAN&gt;available&lt;SPAN style="font-size: 10pt;"&gt;, Please explain this &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please provide me solution how can I see the visuals or charts when I restrict one sheet to one user and explain me what I am doing wrong if it is &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Feb 2017 06:07:06 GMT</pubDate>
    <dc:creator>rohitk1609</dc:creator>
    <dc:date>2017-02-01T06:07:06Z</dc:date>
    <item>
      <title>Sheet Level Access with Custom Property</title>
      <link>https://community.qlik.com/t5/Management-Governance/Sheet-Level-Access-with-Custom-Property/m-p/1254755#M8523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Developers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to implement Sheet level security with custom properties:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am mentioning the process I followed below step wise:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1. Disabled By default Stream access rule&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2. Created a Custom Property &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;@Stream_Access&lt;/STRONG&gt;&lt;/SPAN&gt; with resources type Stream and User and used as below :&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;((user.@Stream_Access="Assistant" and resource.@Stream_Access="Assistant"))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3. Created a Custom Property with resource type user and app and used as :&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;((user.@AppAccess="AppAccess" and resource.@AppAccess="AppAccess"))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;4. Created another &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Custom Property&lt;/SPAN&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG&gt;@AccesstoSheet&lt;/STRONG&gt;&lt;/SPAN&gt; with resource type &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;User &lt;/STRONG&gt;with value &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;"First" &lt;/STRONG&gt; and assigned to my concern User:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;5. Created a new security rule by following your solution:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(resource.resourcetype = "App" and resource.stream.HasPrivilege("read")) or ((resource.resourcetype = "App.Object" and resource.published ="true") and resource.app.stream.HasPrivilege("read")&amp;nbsp; and&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(user.@AccesstoSheet="&lt;STRONG&gt;First&lt;/STRONG&gt;" and resource.objectType="&lt;STRONG&gt;sheet&lt;/STRONG&gt;" and resource.name="&lt;STRONG&gt;JzJMza&lt;/STRONG&gt;")&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Custom Property: @AccesstoSheet with value &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;First and same assigned to concern user&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;JzJMza&lt;/STRONG&gt;: it is the sheet id I got from developer hub ,single configuration and copied by URL&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;/single?appid=da505f68-dc87-4086-b86b-086c8a0f84ad&amp;amp;sheet=&lt;STRONG&gt;JzJMza&lt;/STRONG&gt;&amp;amp;opt=nointeraction&amp;amp;select=clearall&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Now when I login with my concern user and I have access to &lt;STRONG&gt;Stream then Application but there are no sheet is available&lt;/STRONG&gt; there as Concern User don't have any sheet access.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Can you please help me to know what I am doing wrong and missing&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 07:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Sheet-Level-Access-with-Custom-Property/m-p/1254755#M8523</guid>
      <dc:creator>rohitk1609</dc:creator>
      <dc:date>2017-01-30T07:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Level Access with Custom Property</title>
      <link>https://community.qlik.com/t5/Management-Governance/Sheet-Level-Access-with-Custom-Property/m-p/1254756#M8524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The resource.name is the real name of your sheet (ex. : "My dashboard").&lt;/P&gt;&lt;P&gt;If you want to work with the ID of the sheet, you should use resource.id.&lt;/P&gt;&lt;P&gt;You will find this ID in QMC / App Objects and add the ID column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more things :&lt;/P&gt;&lt;P&gt;You can simplify this &lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;((user.@Stream_Access="Assistant" and resource.@Stream_Access="Assistant"))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;with this &lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;((user.@Stream_Access=resource.@Stream_Access))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; User and Stream with the same @Stream_Access values will have access.&lt;/P&gt;&lt;P&gt;No need to create multiple values for "Assistant", then "xxx" and so on...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 09:43:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Sheet-Level-Access-with-Custom-Property/m-p/1254756#M8524</guid>
      <dc:creator>_CD_</dc:creator>
      <dc:date>2017-01-31T09:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Level Access with Custom Property</title>
      <link>https://community.qlik.com/t5/Management-Governance/Sheet-Level-Access-with-Custom-Property/m-p/1254757#M8525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christophe ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You answered exactly what I was looking , Really appreciated.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I have tried to &lt;/SPAN&gt;implement&lt;SPAN style="font-size: 10pt;"&gt; your solution and checked to &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;App Objects&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; and found every sheet has an resource id and we can use it instead of Name , Quiet enough , Now what is &lt;/SPAN&gt;happening&lt;SPAN style="font-size: 10pt;"&gt; now I have written a code as below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;(user.name="&lt;STRONG&gt;Jarvis&lt;/STRONG&gt;" and resource.objectType="sheet" and resource.name="Budget Analysis")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I have achieved what I want, I logged in with &lt;STRONG&gt;JARVIS &lt;/STRONG&gt;and I found only &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Budget Analysis &lt;/STRONG&gt;sheet is visible to Jarvis ,Now problem is when I open this &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Budget Analysis &lt;/STRONG&gt;sheet I found there is no visibility of charts ,Its &lt;STRONG&gt;Blank or invalid visuals &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;When I try to write code as:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; resource.id="TqwwFf"or resource.name="Sales vs Budget"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Sales vs Budget&lt;/STRONG&gt;&lt;/SPAN&gt; is one of the charts which are available on &lt;STRONG style="font-size: 13.3333px;"&gt;Budget Analysis&lt;/STRONG&gt; sheet and &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;TqwwFf&lt;/STRONG&gt;&lt;/SPAN&gt; is the Object ID the same chart&amp;nbsp; which I got from developer hub then single configurator .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but still no chart is visible &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I wondered why Chart names are coming under app.object i.e &lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Sales vs Budget&lt;/STRONG&gt; &lt;SPAN style="font-size: 10pt;"&gt;in resource name even if they are not app objects because when I look at the app Object folder there only sheet names are &lt;/SPAN&gt;available&lt;SPAN style="font-size: 10pt;"&gt;, Please explain this &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please provide me solution how can I see the visuals or charts when I restrict one sheet to one user and explain me what I am doing wrong if it is &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 06:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Sheet-Level-Access-with-Custom-Property/m-p/1254757#M8525</guid>
      <dc:creator>rohitk1609</dc:creator>
      <dc:date>2017-02-01T06:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Level Access with Custom Property</title>
      <link>https://community.qlik.com/t5/Management-Governance/Sheet-Level-Access-with-Custom-Property/m-p/1254758#M8526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know this issue too. It's when you disabling &lt;STRONG&gt;Stream&lt;/STRONG&gt; security rules. If you look at this it, this rules says to give access to AppObject except &lt;STRONG&gt;loadmodel&lt;/STRONG&gt; and &lt;STRONG&gt;app_appscript&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;It seems to also disable some visual abality. I don't really understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's better to create a new rule, based on the &lt;STRONG&gt;Stream&lt;/STRONG&gt; rule. In this new rule you will add :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and resource.objectType != "sheet"&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So every others object type will be allow except &lt;STRONG&gt;loadmodel&lt;/STRONG&gt;, &lt;STRONG&gt;app_appscript&lt;/STRONG&gt; and &lt;STRONG&gt;sheet&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;The sheet visibility are managed by the new rule we spoke before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 08:48:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Sheet-Level-Access-with-Custom-Property/m-p/1254758#M8526</guid>
      <dc:creator>_CD_</dc:creator>
      <dc:date>2017-02-01T08:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Level Access with Custom Property</title>
      <link>https://community.qlik.com/t5/Management-Governance/Sheet-Level-Access-with-Custom-Property/m-p/1254759#M8527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Christophe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found one another very easy way , Almost the same you told me initially, We just need to modify the same security rule which we have written for restrict concern user &lt;STRONG&gt;JARVIS&lt;/STRONG&gt; to one single sheet with &lt;STRONG&gt;OR&lt;/STRONG&gt; condition as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(user.name="Jarvis" or resource.objectType="masterobject" or resource.name="*")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will give visual access to the concern sheet and it is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify below terms :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;loadmodel&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&amp;nbsp; is the same which is data model schema ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;and &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;app_appscript&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;. : ETL script we writes in scripting engine ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;what you mentioned this time same I found initially when I started working on it, I was confused why do I want to add &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;resource.objectType != "sheet"&amp;nbsp; in&amp;nbsp; Stream &lt;/STRONG&gt;access rule , I thought this should be in APP. Object&amp;nbsp; template, Please clarify with this in detail , how can I restrict any app object in stream access rule ? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 13:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Sheet-Level-Access-with-Custom-Property/m-p/1254759#M8527</guid>
      <dc:creator>rohitk1609</dc:creator>
      <dc:date>2017-02-01T13:06:50Z</dc:date>
    </item>
  </channel>
</rss>

