<?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 security rule for specific user in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/sheet-level-security-rule-for-specific-user/m-p/2063627#M24834</link>
    <description>&lt;P&gt;Hi, since the option to set the show condition in each sheet I think it's more manageable to use this option and a section acces like in this script:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/HOW-TO-RESTRICT-SHEET-ACCESS-WITH-SECTION-ACCESS/td-p/824046" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Dev/HOW-TO-RESTRICT-SHEET-ACCESS-WITH-SECTION-ACCESS/td-p/824046&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;But adapted to Sense syntax:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/February2023/Subsystems/Hub/Content/Sense_Hub/Scripting/Security/manage-security-with-section-access.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2023/Subsystems/Hub/Content/Sense_Hub/Scripting/Security/manage-security-with-section-access.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Using this you can manage access from an inline table or an external file or database that stores the access for each user/app/sheets, and it works for OnPremise and on Qlik Cloud.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Apr 2023 11:48:47 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2023-04-24T11:48:47Z</dc:date>
    <item>
      <title>sheet level security rule for specific user</title>
      <link>https://community.qlik.com/t5/Management-Governance/sheet-level-security-rule-for-specific-user/m-p/2063474#M24833</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I want to create a sheet level security rule for one user.&lt;/P&gt;
&lt;P&gt;stream : br_reports&lt;/P&gt;
&lt;P&gt;App Name : Prod_report&lt;/P&gt;
&lt;P&gt;Sheet : sheet1 , sheet2 &amp;amp; sheet3&lt;/P&gt;
&lt;P&gt;user name : 1234&lt;/P&gt;
&lt;P&gt;Now i want to create security for only&amp;nbsp; one user has to view the sheet2 sheet3&lt;/P&gt;
&lt;P&gt;for that created custom properties as SheetAccess and selected users in resource type and added sheet2 &amp;amp; sheet3 in custom property values.&lt;/P&gt;
&lt;P&gt;after that selected user 1234 and added sheet2 &amp;amp; sheet3 in SheetAccess section.&lt;/P&gt;
&lt;P&gt;so little confusion here every one can access the three sheets.&lt;/P&gt;
&lt;P&gt;can you please help me to how to write a security rule for this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 07:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/sheet-level-security-rule-for-specific-user/m-p/2063474#M24833</guid>
      <dc:creator>bhaskar</dc:creator>
      <dc:date>2023-04-24T07:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: sheet level security rule for specific user</title>
      <link>https://community.qlik.com/t5/Management-Governance/sheet-level-security-rule-for-specific-user/m-p/2063627#M24834</link>
      <description>&lt;P&gt;Hi, since the option to set the show condition in each sheet I think it's more manageable to use this option and a section acces like in this script:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/HOW-TO-RESTRICT-SHEET-ACCESS-WITH-SECTION-ACCESS/td-p/824046" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Dev/HOW-TO-RESTRICT-SHEET-ACCESS-WITH-SECTION-ACCESS/td-p/824046&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;But adapted to Sense syntax:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/February2023/Subsystems/Hub/Content/Sense_Hub/Scripting/Security/manage-security-with-section-access.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2023/Subsystems/Hub/Content/Sense_Hub/Scripting/Security/manage-security-with-section-access.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Using this you can manage access from an inline table or an external file or database that stores the access for each user/app/sheets, and it works for OnPremise and on Qlik Cloud.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 11:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/sheet-level-security-rule-for-specific-user/m-p/2063627#M24834</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2023-04-24T11:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: sheet level security rule for specific user</title>
      <link>https://community.qlik.com/t5/Management-Governance/sheet-level-security-rule-for-specific-user/m-p/2063640#M24835</link>
      <description>&lt;P&gt;I would recommend to use Sheet Show Condition available from Qlik Sense Feb 2021.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=33tBUbRb6fk" target="_blank"&gt;https://www.youtube.com/watch?v=33tBUbRb6fk&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you want to manage via security rules take a look also at this link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Documents/Sheet-or-App-Object-Level-Security-Qlik-Sense/ta-p/1485114/page/2/show-comments/true" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Documents/Sheet-or-App-Object-Level-Security-Qlik-Sense/ta-p/1485114/page/2/show-comments/true&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please keep in mind that s&lt;SPAN class="markedContent"&gt;&lt;SPAN&gt;heet show condition is not a security function,&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="markedContent"&gt;&lt;SPAN&gt;use section access instead.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="markedContent"&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 12:03:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/sheet-level-security-rule-for-specific-user/m-p/2063640#M24835</guid>
      <dc:creator>Giovanni_Civardi</dc:creator>
      <dc:date>2023-04-24T12:03:02Z</dc:date>
    </item>
  </channel>
</rss>

