<?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: section access in excel file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/section-access-in-excel-file/m-p/1773127#M718076</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;for revert. All users have access of SH11 but in the sample data there are multiple sheets which are also visible to all user which&amp;nbsp;is incorrect.&lt;/P&gt;</description>
    <pubDate>Sun, 10 Jan 2021 09:37:00 GMT</pubDate>
    <dc:creator>pk</dc:creator>
    <dc:date>2021-01-10T09:37:00Z</dc:date>
    <item>
      <title>section access in excel file</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-in-excel-file/m-p/1773086#M718074</link>
      <description>&lt;P&gt;hello friends,&lt;/P&gt;&lt;P&gt;am using excel file for section access and columns are like below&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;ACCESS&lt;/TD&gt;&lt;TD&gt;NTNAME&lt;/TD&gt;&lt;TD&gt;PLANTCODE&lt;/TD&gt;&lt;TD&gt;USER&lt;/TD&gt;&lt;TD&gt;SH14&lt;/TD&gt;&lt;TD&gt;SH11&lt;/TD&gt;&lt;TD&gt;SH12&lt;/TD&gt;&lt;TD&gt;SH13&lt;/TD&gt;&lt;TD&gt;SH15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ADMIN&lt;/TD&gt;&lt;TD&gt;DOMAINNAME\ADMINISTRATOR&lt;/TD&gt;&lt;TD&gt;&amp;lt;ALL&amp;gt;&lt;/TD&gt;&lt;TD&gt;DOMAINNAME\ADMINISTRATOR&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;USER&lt;/TD&gt;&lt;TD&gt;DOMAINNAME\SACHIN&lt;/TD&gt;&lt;TD&gt;1100&lt;/TD&gt;&lt;TD&gt;DOMAINNAME\SACHIN&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;USER&lt;/TD&gt;&lt;TD&gt;DOMAINNAME\RAHUL&lt;/TD&gt;&lt;TD&gt;1200&lt;/TD&gt;&lt;TD&gt;DOMAINNAME\RAHUL&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;USER&lt;/TD&gt;&lt;TD&gt;DOMAINNAME\RAHUL&lt;/TD&gt;&lt;TD&gt;1300&lt;/TD&gt;&lt;TD&gt;DOMAINNAME\RAHUL&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;below code i have used in application:&lt;/P&gt;&lt;P&gt;SECTION Access;&lt;BR /&gt;Access:&lt;BR /&gt;LOAD Upper (ACCESS) as ACCESS,&lt;BR /&gt;Upper (NTNAME) as NTNAME,&lt;BR /&gt;Upper (PLANTCODE) as PLANTCODE,&lt;BR /&gt;Upper (USER) as USER&lt;BR /&gt;FROM&lt;BR /&gt;[$(vSectionAccess)SectionAccess - Operations.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;SECTION Application;&lt;/P&gt;&lt;P&gt;Sheetlevel:&lt;BR /&gt;LOAD Upper (USER) as USER,&lt;BR /&gt;SH14,&lt;BR /&gt;SH11,&lt;BR /&gt;SH13,&lt;BR /&gt;SH12,&lt;BR /&gt;SH15&lt;BR /&gt;FROM&lt;BR /&gt;[$(vSectionAccess)SectionAccess .xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;and added condition in sheet properties:&lt;/P&gt;&lt;P&gt;=USER = Only({&amp;lt;SH11={1}&amp;gt;} USER)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Unfortunately this is not working as expected.&amp;nbsp; PLANCODE Wise access restriction is working but sheet level access is not working. all sheets are visible to all users.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;please help to restrict sheet level access.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jan 2021 18:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-in-excel-file/m-p/1773086#M718074</guid>
      <dc:creator>pk</dc:creator>
      <dc:date>2021-01-09T18:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: section access in excel file</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-in-excel-file/m-p/1773099#M718075</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/62259"&gt;@pk&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on ur sample, all user has sheet 11 access. so yes, it will display for all users.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Only({&amp;lt;SH11={1}&amp;gt;} USER)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Many examples are available in Community. For basic, please refer below. Hope it helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/Type-of-Security/ta-p/1490510" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/Type-of-Security/ta-p/1490510&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jan 2021 01:53:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-in-excel-file/m-p/1773099#M718075</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-01-10T01:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: section access in excel file</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-in-excel-file/m-p/1773127#M718076</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;for revert. All users have access of SH11 but in the sample data there are multiple sheets which are also visible to all user which&amp;nbsp;is incorrect.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jan 2021 09:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-in-excel-file/m-p/1773127#M718076</guid>
      <dc:creator>pk</dc:creator>
      <dc:date>2021-01-10T09:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: section access in excel file</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-in-excel-file/m-p/1773133#M718077</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/62259"&gt;@pk&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you provide the sample file and excel sheet to verify&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jan 2021 10:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-in-excel-file/m-p/1773133#M718077</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-01-10T10:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: section access in excel file</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-in-excel-file/m-p/1773144#M718078</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try this condition for sheet visibility: =Only(SH11)&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jan 2021 12:59:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-in-excel-file/m-p/1773144#M718078</guid>
      <dc:creator>michal__</dc:creator>
      <dc:date>2021-01-10T12:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: section access in excel file</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-in-excel-file/m-p/1773218#M718079</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp; refer attached files&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 07:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-in-excel-file/m-p/1773218#M718079</guid>
      <dc:creator>pk</dc:creator>
      <dc:date>2021-01-11T07:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: section access in excel file</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-in-excel-file/m-p/1773448#M718080</link>
      <description>It’s not working&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jan 2021 17:08:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-in-excel-file/m-p/1773448#M718080</guid>
      <dc:creator>pk</dc:creator>
      <dc:date>2021-01-11T17:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: section access in excel file</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-in-excel-file/m-p/1773494#M718081</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the formula i provided returns 1 or 0 and it should work if placed as a sheet visibility condition.&lt;/P&gt;&lt;P&gt;If your reduction on PLANTCODE works perfectly and the USER is associated with respective NTNAME then sheet visibility should work too.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 19:13:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-in-excel-file/m-p/1773494#M718081</guid>
      <dc:creator>michal__</dc:creator>
      <dc:date>2021-01-11T19:13:11Z</dc:date>
    </item>
  </channel>
</rss>

