<?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 section access in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sheet-level-section-access-in-Qlikview/m-p/1614911#M1247309</link>
    <description>&lt;P&gt;If the application is not reloaded with all data, you may be eventually opening a file with no sheets, and the error could be because of that.&lt;/P&gt;
&lt;P&gt;Test first that row level security works, then check the conditions for the sheet.&lt;/P&gt;
&lt;P&gt;Note that&lt;/P&gt;
&lt;P&gt;SH01 = 1&lt;/P&gt;
&lt;P&gt;will be false if the same user has more than one different value, so instead use something like&lt;/P&gt;
&lt;P&gt;Max(SH01) = 1&lt;/P&gt;
&lt;P&gt;or similarly suitable function.&lt;/P&gt;
&lt;P&gt;Think of what is the difference between local and server, different account names, headers, etc.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Aug 2019 14:39:28 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2019-08-21T14:39:28Z</dc:date>
    <item>
      <title>Sheet level section access in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-level-section-access-in-Qlikview/m-p/1614903#M1247306</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I am facing an issue in Sheet level section access&lt;/P&gt;&lt;P&gt;I have done the following steps:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;STEP1:&amp;nbsp;&lt;/STRONG&gt; wrote script like below:&lt;/P&gt;&lt;P&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;LOAD * INLINE&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;ACCESS,NTNAME,GROUP&lt;/P&gt;&lt;P&gt;ADMIN, QLIKID,ALL&lt;/P&gt;&lt;P&gt;ADMIN,MYNTNAME,GRP&lt;/P&gt;&lt;P&gt;USER,SPECIFICID,GRP1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;SECTION APPLICATION;&lt;/P&gt;&lt;P&gt;SHEET_ACCESS:&lt;/P&gt;&lt;P&gt;LOAD *INLINE&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;GROUP, SH01,SH02&lt;/P&gt;&lt;P&gt;ALL,1,1,&lt;/P&gt;&lt;P&gt;GRP,1,1,&lt;/P&gt;&lt;P&gt;GRP1,1,0&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;STEP 2&lt;/STRONG&gt;:&amp;nbsp; enabled strict exclusion in document properties&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;STEP3:&lt;/STRONG&gt; also wrote conditional hiding in sheets like (SH01=1 etc)&lt;/P&gt;&lt;P&gt;After reload the file and saved. When i am checking the file in local it is working for me and other users as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But after published the same application in access point, i am getting the error when i tried to open the file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;failed to open the document. you don't have access&amp;nbsp; to this document.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: When i wrote the same NT name for Data level security it is working in access point. Only sheet level is not working&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can any one please advice is there any step i am missing . please help me to solve this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Uma.k&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-level-section-access-in-Qlikview/m-p/1614903#M1247306</guid>
      <dc:creator>umakrishnaswamy</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet level section access in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-level-section-access-in-Qlikview/m-p/1614911#M1247309</link>
      <description>&lt;P&gt;If the application is not reloaded with all data, you may be eventually opening a file with no sheets, and the error could be because of that.&lt;/P&gt;
&lt;P&gt;Test first that row level security works, then check the conditions for the sheet.&lt;/P&gt;
&lt;P&gt;Note that&lt;/P&gt;
&lt;P&gt;SH01 = 1&lt;/P&gt;
&lt;P&gt;will be false if the same user has more than one different value, so instead use something like&lt;/P&gt;
&lt;P&gt;Max(SH01) = 1&lt;/P&gt;
&lt;P&gt;or similarly suitable function.&lt;/P&gt;
&lt;P&gt;Think of what is the difference between local and server, different account names, headers, etc.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 14:39:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-level-section-access-in-Qlikview/m-p/1614911#M1247309</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2019-08-21T14:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet level section access in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-level-section-access-in-Qlikview/m-p/1614927#M1247312</link>
      <description>&lt;P&gt;May be you can use Fieldindex('Field Name', 'Compare Value')&amp;gt;0 in conditional statement.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 14:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-level-section-access-in-Qlikview/m-p/1614927#M1247312</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2019-08-21T14:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet level section access in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-level-section-access-in-Qlikview/m-p/1615172#M1247315</link>
      <description>Thank you!. But if a qlikview file with out any data and have only sheets also facing the same problem.</description>
      <pubDate>Thu, 22 Aug 2019 07:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-level-section-access-in-Qlikview/m-p/1615172#M1247315</guid>
      <dc:creator>umakrishnaswamy</dc:creator>
      <dc:date>2019-08-22T07:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet level section access in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-level-section-access-in-Qlikview/m-p/1619690#M1247317</link>
      <description>&lt;P&gt;Uma, have a look at the following Design Blog post, and note there are further links at the bottom of that post too.&amp;nbsp; Hopefully this may give you some further help/ideas on how to go about things in your use case.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Section-Access/ba-p/1465766" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Section-Access/ba-p/1465766&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 16:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-level-section-access-in-Qlikview/m-p/1619690#M1247317</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-09-03T16:11:25Z</dc:date>
    </item>
  </channel>
</rss>

