<?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, Publisher, Reduction, NTName in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-Publisher-Reduction-NTName/m-p/578841#M1326806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Jim&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently had a similar issues, with QV 11.2 SR5, that I could not get both USERID &amp;amp; NTNAME Section access working.&amp;nbsp; To get it working I eliminated all the USERID elements as time was pressing.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This certainly is not a solution, but I will follow this thread with interest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp; &lt;STRONG&gt;&amp;nbsp;&amp;nbsp; Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jan 2014 17:31:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-01-28T17:31:37Z</dc:date>
    <item>
      <title>Section Access, Publisher, Reduction, NTName</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Publisher-Reduction-NTName/m-p/578840#M1326803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Observed behavior:&lt;/P&gt;&lt;P&gt;If I use USERID, works as expected&lt;/P&gt;&lt;P&gt;If I use NTName, does NOT work as expected&lt;/P&gt;&lt;P&gt;* Only change is commenting out the UserID line and uncommenting the NTName line*&lt;/P&gt;&lt;P&gt;&amp;nbsp; Note that both userid and NTName are on the same line, and no other document settings were changed&lt;/P&gt;&lt;P&gt;&amp;nbsp; On opening, see the OSName() shown as 'CUSTOM\pdbdeveloper', and the QVUser() = filled in (for USERID, shows entry, for NTNAME, shows nothing, but seems to verify that I'm using the 'Correct' NTName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Key areas:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Directory;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Section Access;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;NoConcatenate&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Access:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Load&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(ACCESS) as ACCESS,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(USERID) As USERID, // Works, but asks for double login&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(NTNAME) As NTNAME, // Gets login working, shows as NTName, but fails to do restriction&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(SECURITYLINK_TERRITORY) as SECURITYLINK_TERRITORY&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;FROM&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;[.\Excel Helpers\QuoteAccess.xls]&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;(biff, embedded labels, table is [Sheet1$])&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Section Application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later on:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;NoConcatenate&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;SecurityLinkTbl_Territory:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Load&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(SECURITYLINK_TERRITORY) as SECURITYLINK_TERRITORY,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (TerritoryCode) As [Territory Code]&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;FROM&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;[.\Excel Helpers\QuoteAccess.xls]&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;(biff, embedded labels, table is [Sheet2$])&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Concatenate&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;SecurityLinkTbl_Territory:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Load Distinct&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper('ALL') as SECURITYLINK_TERRITORY,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Territory Code] As [Territory Code]&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Resident Territory;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;Spreadsheet contents (Sheet1):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACCESS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USERID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SECURITYLINK_TERRITORY&lt;/P&gt;&lt;P&gt;ADMIN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;USER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PDBDeveloper&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CUSTOM\PDBDeveloper&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REGION_4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sheet2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECURITYLINK_TERRITORY&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TerritoryCode&lt;/P&gt;&lt;P&gt;REGION_4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A37&lt;/P&gt;&lt;P&gt;REGION_4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A38&lt;/P&gt;&lt;P&gt;REGION_4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A39&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Publisher-Reduction-NTName/m-p/578840#M1326803</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access, Publisher, Reduction, NTName</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Publisher-Reduction-NTName/m-p/578841#M1326806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Jim&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently had a similar issues, with QV 11.2 SR5, that I could not get both USERID &amp;amp; NTNAME Section access working.&amp;nbsp; To get it working I eliminated all the USERID elements as time was pressing.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This certainly is not a solution, but I will follow this thread with interest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp; &lt;STRONG&gt;&amp;nbsp;&amp;nbsp; Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 17:31:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Publisher-Reduction-NTName/m-p/578841#M1326806</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-28T17:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access, Publisher, Reduction, NTName</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Publisher-Reduction-NTName/m-p/578842#M1326810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not even both, I'm just trying to switch, but seem to be hitting something&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried a bunch of things on my own, but figure it's best to ask before continuing to blow too much time on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 17:53:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Publisher-Reduction-NTName/m-p/578842#M1326810</guid>
      <dc:creator />
      <dc:date>2014-01-28T17:53:18Z</dc:date>
    </item>
  </channel>
</rss>

