<?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: Need help in implementing section access at sheet level in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-in-implementing-section-access-at-sheet-level/m-p/1373421#M1324636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to read this&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9039"&gt;Section Access&lt;/A&gt;&lt;/P&gt;&lt;P&gt;there are 5 lin to sheet security with section access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also this can help you&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5806"&gt;QlikView App - Show and Hide Sheets based on User or Menu&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 10 Dec 2017 17:23:25 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2017-12-10T17:23:25Z</dc:date>
    <item>
      <title>Need help in implementing section access at sheet level</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-implementing-section-access-at-sheet-level/m-p/1373419#M1324628</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;I've the below code in order to give access to the users at the sheet level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION Access;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;ACCESS, NTNAME, USER&lt;BR /&gt;ADMIN, XYZ\USER, A&lt;BR /&gt;USER, XYZ\USER, B&lt;BR /&gt;];&lt;BR /&gt;SECTION Application;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;USER, SH01,&amp;nbsp; SH02&lt;BR /&gt;A,1,1&lt;BR /&gt;B,1,0&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from the above code do I've to give any kind of conditions at the sheet level in order to have the code worked?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-implementing-section-access-at-sheet-level/m-p/1373419#M1324628</guid>
      <dc:creator>vikasshana</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in implementing section access at sheet level</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-implementing-section-access-at-sheet-level/m-p/1373420#M1324631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌can some one help me on my request please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Dec 2017 16:40:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-implementing-section-access-at-sheet-level/m-p/1373420#M1324631</guid>
      <dc:creator>vikasshana</dc:creator>
      <dc:date>2017-12-10T16:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in implementing section access at sheet level</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-implementing-section-access-at-sheet-level/m-p/1373421#M1324636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to read this&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9039"&gt;Section Access&lt;/A&gt;&lt;/P&gt;&lt;P&gt;there are 5 lin to sheet security with section access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also this can help you&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5806"&gt;QlikView App - Show and Hide Sheets based on User or Menu&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Dec 2017 17:23:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-implementing-section-access-at-sheet-level/m-p/1373421#M1324636</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2017-12-10T17:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in implementing section access at sheet level</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-implementing-section-access-at-sheet-level/m-p/1373422#M1324637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the links, I've tried the below code in order to give access to users for particular sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, NTNAME, NAME&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, XYZ\1, A&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, XYZ\2, B&lt;BR /&gt;];&lt;BR /&gt;Section Application;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; NAME,SHEET&lt;BR /&gt; A, 1&lt;BR /&gt; B, 2&lt;BR /&gt; ]; &lt;/P&gt;&lt;P&gt;Security_Ref:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;SHEET, ATM, Windows Server, ATM Checks&lt;BR /&gt;1, 1, 1, 1 &lt;BR /&gt;2, 1, 1, 0&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see I gave user B access to only ATM and Windows Server sheets when ever I publish User A can able to see all the sheets (ATM, Windows Server, ATM Checks) but user B is facing below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/186424_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've checked Initial reduction in the settings and enabled the conditions at the sheet level as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ATM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=1,1,0) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Windows Server&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=1,1,0) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ATM Checks&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=1,1,0) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;but still user B not able to open the document.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 12:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-implementing-section-access-at-sheet-level/m-p/1373422#M1324637</guid>
      <dc:creator>vikasshana</dc:creator>
      <dc:date>2017-12-11T12:32:52Z</dc:date>
    </item>
  </channel>
</rss>

