<?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: Qlik Sense - security rules to manage single sheets showing in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rules-to-manage-single-sheets-showing/m-p/1382716#M31487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea, Tag is listed as available resource, have you tried to use it?&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/June2017/Subsystems/ManagementConsole/Content/available-resource-filters.htm" title="https://help.qlik.com/en-US/sense/June2017/Subsystems/ManagementConsole/Content/available-resource-filters.htm"&gt;https://help.qlik.com/en-US/sense/June2017/Subsystems/ManagementConsole/Content/available-resource-filters.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't test it, but you can try to detect tags with:&lt;/P&gt;&lt;P&gt;resource.resourcetype="Tag"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Oct 2017 16:07:15 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2017-10-31T16:07:15Z</dc:date>
    <item>
      <title>Qlik Sense - security rules to manage single sheets showing</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rules-to-manage-single-sheets-showing/m-p/1382713#M31484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;My requirement is to show only 4-5 sheets of 30 total.&lt;/P&gt;&lt;P&gt;Below the security rule I'm using for specific users that works fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resource filter: App.Object_*,Stream_5666088f-c4de-4f2c-88aa-d5ea4b1b19a1&lt;/P&gt;&lt;P&gt;((user.userDirectory="AM" and resource.app.name="Sales analysis" and resource.name!="Agenti Top Performer" and resource.name!="Analisi dei sospesi e blocchi" and resource.name!="FATT vs MARG LORDO" and resource.name!="ANALISI GEOGRAFICA" and resource.name!="Relazioni" and resource.name!="Fatt vs MARG comparativo" and resource.name!="KPI AREA" and resource.name!="TEST for support" and resource.name!="TEST for support (1)" and resource.approved="true" and resource.name!="CRM"))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd need to add another security rule for all users belongs to userDirectory="SF" to enable them to see only the following sheets names:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;- "Agenti Top Performer"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;- "Analisi dei sospesi e blocchi"&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;I know I could use the same rule as above with all sheets names they can't see but I'd like to use the reverse logic I mean listing only the sheets they can access to like below:&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;Resource filter: App.Object_*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;((user.userDirectory="SF" and resource.app.name="Sales analysis" and resource.name="CRM" and resource.approved="true"))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this security rule I noted I can't see Master Items anymore. Why ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I'd like to know if is possible to use Tags within security rule in order to avoid to list all sheets name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone suggest me the quickest way to enable users to show only some sheets (with Master Items) with security rule ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached all rules I disabled if can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 08:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rules-to-manage-single-sheets-showing/m-p/1382713#M31484</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2017-10-31T08:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - security rules to manage single sheets showing</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rules-to-manage-single-sheets-showing/m-p/1382714#M31485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea, I didn't tested but seems it restricts access to any other object that doesn't have 'CRM' as name, so master items without this name can't be seen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe adding a condition to ignore this condition when the object is not a Sheet, like:&lt;/P&gt;&lt;P&gt;or resource.resourcetype!="Sheet"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last time I tested I can't assign custom properties to app objects, would be nice to have this option available to avoid using sheet names, you can use a prefix or suffix to group them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 11:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rules-to-manage-single-sheets-showing/m-p/1382714#M31485</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-10-31T11:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - security rules to manage single sheets showing</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rules-to-manage-single-sheets-showing/m-p/1382715#M31486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;Do you know if is possible to use Tags within security rule ?&lt;/P&gt;&lt;P&gt;This could be useful in this case because as you can see below I associated two sheets to "INTERNAL_USE" tag&lt;/P&gt;&lt;P&gt;name and I'd like to use it inside security rules rather than sheets names.&lt;/P&gt;&lt;P&gt; &lt;IMG alt="Image 5.png" class="jive-image image-1" src="/legacyfs/online/181628_Image 5.png" style="height: 428px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 13:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rules-to-manage-single-sheets-showing/m-p/1382715#M31486</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2017-10-31T13:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - security rules to manage single sheets showing</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rules-to-manage-single-sheets-showing/m-p/1382716#M31487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea, Tag is listed as available resource, have you tried to use it?&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/June2017/Subsystems/ManagementConsole/Content/available-resource-filters.htm" title="https://help.qlik.com/en-US/sense/June2017/Subsystems/ManagementConsole/Content/available-resource-filters.htm"&gt;https://help.qlik.com/en-US/sense/June2017/Subsystems/ManagementConsole/Content/available-resource-filters.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't test it, but you can try to detect tags with:&lt;/P&gt;&lt;P&gt;resource.resourcetype="Tag"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 16:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rules-to-manage-single-sheets-showing/m-p/1382716#M31487</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-10-31T16:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - security rules to manage single sheets showing</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rules-to-manage-single-sheets-showing/m-p/1382717#M31488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I gave a try quickly but seems it doesn't works.&lt;/P&gt;&lt;P&gt;When I try to set value for resource type no values are available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 17:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rules-to-manage-single-sheets-showing/m-p/1382717#M31488</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2017-10-31T17:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - security rules to manage single sheets showing</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rules-to-manage-single-sheets-showing/m-p/1382718#M31489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried what below but it doesn't works.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Image 31.png" class="jive-image image-1" src="/legacyfs/online/182017_Image 31.png" style="height: 698px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before I have created a tag named "SF_USE" associated with a sheet of sales app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I refer to this tag within security rule ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone help me to achieve it ? if this is possible of course.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 14:32:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-security-rules-to-manage-single-sheets-showing/m-p/1382718#M31489</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2017-11-03T14:32:36Z</dc:date>
    </item>
  </channel>
</rss>

