<?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 and object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-and-object/m-p/416622#M562897</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not certain of the data that you are trying to provide data to. I encountered as similar need to the issue. I mereged my data with a section access centric qvd that performed a join to the source table.&amp;nbsp; This provided a way for use to identify the data that a user is associated with without Qlikview making the automated load joins. If you user authentication is at the domain level, use the NTNAME field.&amp;nbsp; If you are using customer user account through the Qlikview console, use the USERID.&amp;nbsp; However, I do not think I am telling you anything different than Gysbert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Mar 2013 16:00:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-08T16:00:44Z</dc:date>
    <item>
      <title>Section Access and object</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-object/m-p/416619#M562893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, i need help.&lt;/P&gt;&lt;P&gt;In script of my qvw I have this section access:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SECTION &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ACCESS&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, NTNAME, USERTYPE&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, ABA\mde, UT&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, DELL\san, AM&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Now i want that some objects or sheets are visible only to admin.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;For example in a pivot table, that must be visible only to admin user, in&amp;nbsp; the lable presentation I have wrote this instruction: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Match&lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;OSUser&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(), 'DELL\san')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;So, if I log with the NTNAME DELL\san I can see the pivot table; while if I log as ABA\mde I can't see that table and It's ok!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Now, I have a large number of users(ADMIN and USER) and I can't write in the match instruction all the NTNAME. So i want use the Match with the field ACCESS instead of NTNAME.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;But if i write in the pivot table:&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Match&lt;/SPAN&gt;(ACCESS, 'ADMIN')&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt;to make visible the table only to ADMIN, It give me error.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Someone can help me?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 08:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-object/m-p/416619#M562893</guid>
      <dc:creator />
      <dc:date>2013-03-07T08:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access and object</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-object/m-p/416620#M562894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See &lt;A _jive_internal="true" href="https://community.qlik.com/thread/16699"&gt;here&lt;/A&gt; for a solution that scales to larger number of users.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 10:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-object/m-p/416620#M562894</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-07T10:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access and object</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-object/m-p/416621#M562895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert, thanks for your post but this solution is not suitable for me because I can't ask users to enter an ID when they open the application. &lt;/P&gt;&lt;P&gt;Does anyone have some other suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 15:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-object/m-p/416621#M562895</guid>
      <dc:creator />
      <dc:date>2013-03-08T15:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access and object</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-object/m-p/416622#M562897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not certain of the data that you are trying to provide data to. I encountered as similar need to the issue. I mereged my data with a section access centric qvd that performed a join to the source table.&amp;nbsp; This provided a way for use to identify the data that a user is associated with without Qlikview making the automated load joins. If you user authentication is at the domain level, use the NTNAME field.&amp;nbsp; If you are using customer user account through the Qlikview console, use the USERID.&amp;nbsp; However, I do not think I am telling you anything different than Gysbert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 16:00:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-object/m-p/416622#M562897</guid>
      <dc:creator />
      <dc:date>2013-03-08T16:00:44Z</dc:date>
    </item>
  </channel>
</rss>

