<?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 for only one tab in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-for-only-one-tab/m-p/1351168#M516468</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the same issue and unable to replicate it.Can you share me Sample Qvw for reference or can you share me the detail script that you have used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Oct 2017 14:02:30 GMT</pubDate>
    <dc:creator>pinky1234</dc:creator>
    <dc:date>2017-10-16T14:02:30Z</dc:date>
    <item>
      <title>Section Access for only one tab</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-for-only-one-tab/m-p/1351164#M516464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a document with 3 tabs, in which one of the tab needs to be restricted and should be available only for a set of users, available in an excel sheet. Additionally, only one group of the users that is available in the excel should get the access (this excel has other purposes for other dashboards).The other 2 tabs should be available to ALL users. &lt;/P&gt;&lt;P&gt;The Excel looks like:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 285px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="232"&gt;NTNAME&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="53"&gt;ACCESS&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="53"&gt;BUDGETACCESS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ABC&lt;/TD&gt;&lt;TD&gt;USER&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;BCD&lt;/TD&gt;&lt;TD&gt;USER&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, here is what i did after loading the excel:&lt;/P&gt;&lt;P&gt;SECTION APPLICATION;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [ &lt;/P&gt;&lt;P&gt;BUDGETACCESS,SH07&lt;/P&gt;&lt;P&gt;YES, 1&lt;/P&gt;&lt;P&gt;NO, 0&lt;/P&gt;&lt;P&gt;]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, on the restricted tab, i have enabled conditional show with "= sum(SH07)&amp;gt;=1".&lt;/P&gt;&lt;P&gt;I have checked the appropriate checkbox in the Settings/opening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Section access.GIF" class="jive-image image-1" src="/legacyfs/online/161885_Section access.GIF" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I have ensured in QMC, the task associated has the section access check box enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With all this, the restriction is not working. Also, for the people who are not in the excel are not able to see the entire dashboard. Ideally, they should be able to see the other 2 tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am i doing wrong?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 15:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-for-only-one-tab/m-p/1351164#M516464</guid>
      <dc:creator />
      <dc:date>2017-05-02T15:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access for only one tab</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-for-only-one-tab/m-p/1351165#M516465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Section Application and Section Access script should have below details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. NTNAME/USERID&lt;/P&gt;&lt;P&gt;2. ACCESS&lt;/P&gt;&lt;P&gt;3. Reduction Fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Your Example the table should look like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION APPLICATION;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [ &lt;/P&gt;&lt;P&gt;NTNAME, ACCESS, BUDGETACCESS&lt;/P&gt;&lt;P&gt;ABC,USER,YES&lt;/P&gt;&lt;P&gt;BCD,USER,NO&lt;/P&gt;&lt;P&gt;]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this Budget Access field to Show/Hide the Sheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 15:44:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-for-only-one-tab/m-p/1351165#M516465</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-05-02T15:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access for only one tab</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-for-only-one-tab/m-p/1351166#M516466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Section Access restricts access to your document to those users that are explicitly listed in your Section Access table. No one else will get in, UNLESS &lt;SPAN style="font-size: 10pt;"&gt;you add a line with a * in the NTNAME field and a NO in the BUDGETACCESS field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Note that if you are not using Data reduction, but only data selection in the settings on the Document Properties-&amp;gt;Opening tab, you will not protect your document in any way. Anyone who can add a listbox with the BUDGETACCESS field can select the YES value because it will still be available.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The difficulty with Section Access explanations is that they never describe configuration and operation in its entirety. It's way simpler for you to post an example document, and for us to show what we mean.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 19:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-for-only-one-tab/m-p/1351166#M516466</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-05-02T19:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access for only one tab</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-for-only-one-tab/m-p/1351167#M516467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your solution. Once I added the line with a * in NTNAME and moved the users who should have access to a different sheet, the solution worked. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 11:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-for-only-one-tab/m-p/1351167#M516467</guid>
      <dc:creator />
      <dc:date>2017-05-04T11:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access for only one tab</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-for-only-one-tab/m-p/1351168#M516468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the same issue and unable to replicate it.Can you share me Sample Qvw for reference or can you share me the detail script that you have used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 14:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-for-only-one-tab/m-p/1351168#M516468</guid>
      <dc:creator>pinky1234</dc:creator>
      <dc:date>2017-10-16T14:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access for only one tab</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-for-only-one-tab/m-p/1351169#M516469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having similar issue.I have two sheets which is Sheet1 and Sheet2. Sheet2 should have access only few people(Not sure how many) but the sheet1 should see everyone.Can you please help me the Sample qvw or detailed script that i can use?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 14:08:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-for-only-one-tab/m-p/1351169#M516469</guid>
      <dc:creator>pinky1234</dc:creator>
      <dc:date>2017-10-16T14:08:04Z</dc:date>
    </item>
  </channel>
</rss>

