<?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 with NTUSER in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-with-NTUSER/m-p/1011531#M343141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in Section Application case must match the section access case&lt;/P&gt;&lt;P&gt;IMHO case of values in section access is upper (Qlik will convert to upper)&lt;/P&gt;&lt;P&gt;so case of values in section application must be upper or converted to upper (you have to convert if lower)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Section Application;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(PRODUCT) as PRODUCT,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;.....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;from&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ......&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Feb 2016 12:35:34 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2016-02-02T12:35:34Z</dc:date>
    <item>
      <title>Section Access with NTUSER</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-with-NTUSER/m-p/1011525#M343135</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'm trying to implement section access using NTNAME rather than a username and password.&amp;nbsp; I tried with a very simple example, as below, and I can't get it to work at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I reload with the below script, I can see all PRODUCTS.&amp;nbsp; If I change 'ADMIN' to 'USER', I get an access denied error and the document is locked.&amp;nbsp; Osuser() returns MYDOMAIN\myusername.&amp;nbsp; If I try replacing &lt;SPAN style="font-size: 13.3333px;"&gt;myusername with &lt;SPAN style="font-size: 13.3333px;"&gt;MYDOMAIN\myusername, I get the same behaviour.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me what I'm doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Section Access;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, NTNAME, PRODUCT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, myusername, chicken&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, test_user, lamb &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Section Application;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PRODUCT, COUNTRY, VALUE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;chicken, UK, 20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;chicken, Spain, 35&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;chicken, France, 22&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;chicken, US, 45&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;beef, UK, 23&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;beef, Spain, 26&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;beef, France, 25&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;beef, US, 44&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;lamb, UK, 66&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;lamb, Spain, 42&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;lamb, France, 32&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;lamb, US,102&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 17:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-with-NTUSER/m-p/1011525#M343135</guid>
      <dc:creator />
      <dc:date>2015-11-02T17:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access with NTUSER</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-with-NTUSER/m-p/1011526#M343136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make NTNAME, PRODUCT field values Upper case on both the tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 18:12:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-with-NTUSER/m-p/1011526#M343136</guid>
      <dc:creator>prabhu0505</dc:creator>
      <dc:date>2015-11-02T18:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access with NTUSER</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-with-NTUSER/m-p/1011527#M343137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the product values in section application should be uppercase&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 18:23:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-with-NTUSER/m-p/1011527#M343137</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-11-02T18:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access with NTUSER</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-with-NTUSER/m-p/1011528#M343138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For section access, only we need the field name is upper case rather than its value...&lt;/P&gt;&lt;P&gt;Kind advise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 11:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-with-NTUSER/m-p/1011528#M343138</guid>
      <dc:creator>Mahamed_Qlik</dc:creator>
      <dc:date>2016-02-02T11:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access with NTUSER</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-with-NTUSER/m-p/1011529#M343139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is from QlikView help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;All the fields listed in &lt;SPAN class="Bold"&gt;Load&lt;/SPAN&gt; or &lt;SPAN class="Bold"&gt;Select&lt;/SPAN&gt; statements in the section access must be written in UPPER CASE. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Any field name containing lower case letters in the database should be converted to upper case using the &lt;SPAN class="Bold"&gt;upper&lt;/SPAN&gt; function.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think field name in uppercase is a must.&lt;/P&gt;&lt;P&gt;Field values outside section access uppercase.&lt;/P&gt;&lt;P&gt;Field values in section access upper/lowercase (Qlik will convert to upper).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I usually use upper everywhere (simple) for sec acc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 12:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-with-NTUSER/m-p/1011529#M343139</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-02-02T12:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access with NTUSER</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-with-NTUSER/m-p/1011530#M343140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you mean it should be like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Section Access;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, NTNAME, PRODUCT&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, MYUSERNAME, CHICKEN&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, TEST_USER, LAMB&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Section Application;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;?&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 12:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-with-NTUSER/m-p/1011530#M343140</guid>
      <dc:creator>Mahamed_Qlik</dc:creator>
      <dc:date>2016-02-02T12:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access with NTUSER</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-with-NTUSER/m-p/1011531#M343141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in Section Application case must match the section access case&lt;/P&gt;&lt;P&gt;IMHO case of values in section access is upper (Qlik will convert to upper)&lt;/P&gt;&lt;P&gt;so case of values in section application must be upper or converted to upper (you have to convert if lower)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Section Application;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(PRODUCT) as PRODUCT,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;.....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;from&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ......&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 12:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-with-NTUSER/m-p/1011531#M343141</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-02-02T12:35:34Z</dc:date>
    </item>
  </channel>
</rss>

