<?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: Using NTName in section access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-NTName-in-section-access/m-p/746805#M1039315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;The reason is you didn't used NTNAME because you renamed it to USERID. Both are system-fields for qv - have a look here: &lt;/SPAN&gt;&lt;A class="jive-link-wiki-small" data-containerid="2049" data-containertype="14" data-objectid="1853" data-objecttype="102" href="http://community.qlik.com/docs/DOC-1853"&gt;http://community.qlik.com/docs/DOC-1853&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jan 2015 12:29:18 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2015-01-07T12:29:18Z</dc:date>
    <item>
      <title>Using NTName in section access</title>
      <link>https://community.qlik.com/t5/QlikView/Using-NTName-in-section-access/m-p/746804#M1039314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a simple requirement to reduce data for sales reps to see their own sales. I have this script:&lt;/P&gt;&lt;P&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;LOAD Access as ACCESS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME as USERID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SalesRep as [Sales Rep]&lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is NTName);&lt;/P&gt;&lt;P&gt;&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;SalesRep&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;USER&lt;/TD&gt;&lt;TD&gt;USER&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ADMIN&lt;/TD&gt;&lt;TD&gt;Domain\Administrators&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ADMIN&lt;/TD&gt;&lt;TD&gt;Domain\testuser&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;USER&lt;/TD&gt;&lt;TD&gt;SC&lt;/TD&gt;&lt;TD&gt;SC&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;DUMMY&lt;/TD&gt;&lt;TD&gt;DUMMY&lt;/TD&gt;&lt;TD&gt;SC&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;DUMMY&lt;/TD&gt;&lt;TD&gt;DUMMY&lt;/TD&gt;&lt;TD&gt;ST&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;DUMMY&lt;/TD&gt;&lt;TD&gt;DUMMY&lt;/TD&gt;&lt;TD&gt;SW&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works well in both website and desktop access once the document&amp;nbsp; is open.&lt;/P&gt;&lt;P&gt;I am authenticated on the browser and logged into the access point as DOMAIN\testuser.&lt;/P&gt;&lt;P&gt;Q1: When opening the model from the access point I am asked to login again (see below). Is this necessary having been authenticated on the access point.?&lt;/P&gt;&lt;P&gt;Q2: No password is used, because I don't know them and the NTNAME should be sufficient, is it not ? The login does not require a password to be entered.&lt;/P&gt;&lt;P&gt;Q3: Why does SC work when it is not an domain account ?. With no password this is not secure.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="8-01-2015 12-03-28 a.m..png" class="image-1 jive-image" src="/legacyfs/online/74754_8-01-2015 12-03-28 a.m..png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I am not using a password, so this post about the same problem didn't help &lt;A href="https://community.qlik.com/thread/100439"&gt;Webticket not passing user credentials to QVW&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Need SSO to work as well as section access based on domain login. Currently anyone can get into the document if the know a domain user name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the IE plugin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 11:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-NTName-in-section-access/m-p/746804#M1039314</guid>
      <dc:creator>sangland2</dc:creator>
      <dc:date>2015-01-07T11:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using NTName in section access</title>
      <link>https://community.qlik.com/t5/QlikView/Using-NTName-in-section-access/m-p/746805#M1039315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;The reason is you didn't used NTNAME because you renamed it to USERID. Both are system-fields for qv - have a look here: &lt;/SPAN&gt;&lt;A class="jive-link-wiki-small" data-containerid="2049" data-containertype="14" data-objectid="1853" data-objecttype="102" href="http://community.qlik.com/docs/DOC-1853"&gt;http://community.qlik.com/docs/DOC-1853&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 12:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-NTName-in-section-access/m-p/746805#M1039315</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-01-07T12:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using NTName in section access</title>
      <link>https://community.qlik.com/t5/QlikView/Using-NTName-in-section-access/m-p/746806#M1039316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus. One more question. Is it really necessary to specify every possible value of SalesRep with a DUMMY row so that the "*" works for testuser? I guess I can read the unique sales reps out of the source database for the model to populate section access. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 12:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-NTName-in-section-access/m-p/746806#M1039316</guid>
      <dc:creator>sangland2</dc:creator>
      <dc:date>2015-01-07T12:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using NTName in section access</title>
      <link>https://community.qlik.com/t5/QlikView/Using-NTName-in-section-access/m-p/746807#M1039317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should be work without DUMMY values for each possible value, only with "*". Maybe you need a statement like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;star is *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 13:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-NTName-in-section-access/m-p/746807#M1039317</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-01-07T13:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using NTName in section access</title>
      <link>https://community.qlik.com/t5/QlikView/Using-NTName-in-section-access/m-p/746808#M1039318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"*" only seems gives you access to other values in the column. Not sure what "star is *;" means.&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; It was no problem to go to the database to get all possible values for DUMMY records, but its counter &lt;/SPAN&gt;intuitive&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;. Thanks for your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 06:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-NTName-in-section-access/m-p/746808#M1039318</guid>
      <dc:creator>sangland2</dc:creator>
      <dc:date>2015-01-08T06:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using NTName in section access</title>
      <link>https://community.qlik.com/t5/QlikView/Using-NTName-in-section-access/m-p/746809#M1039319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.citagus.com/citagus/blog/field-reduction-using-section-access-in-qlikview/" title="http://www.citagus.com/citagus/blog/field-reduction-using-section-access-in-qlikview/"&gt;http://www.citagus.com/citagus/blog/field-reduction-using-section-access-in-qlikview/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Found the answer here, use a blank if you want all values on the data model, use a "*" if you want&amp;nbsp; all the other values listed in section.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 05:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-NTName-in-section-access/m-p/746809#M1039319</guid>
      <dc:creator>sangland2</dc:creator>
      <dc:date>2015-01-09T05:00:05Z</dc:date>
    </item>
  </channel>
</rss>

