<?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 Application with NTNAME and USERID in Section Access in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Section-Application-with-NTNAME-and-USERID-in-Section-Access/m-p/946662#M13409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy - sorry to hear that.&amp;nbsp; I have had some finicky things with it but it does work.&amp;nbsp; In case you want to try get it working again as documented here are some ideas . I think once that is solved it should be easy to get the row filters in place as you need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some ideas why it may not be working as documented:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- have you enabled the 'legacy' script mode ?&amp;nbsp; (there is a way to change qlik sense to accept legacy qlikview script instead of standard qlik sense script. They are essentially the same with minor differences , section access being one. Have you done this ? )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- When you log in as a user what is the USERID that shows in the hub. In my screenshot below the correct reference would be&amp;nbsp; QTSEL\JPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/106232_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And a section access script to restrict this users to see only&amp;nbsp; COUNTRY=CANADA&amp;nbsp;&amp;nbsp; (all upper case) would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/106233_Capture2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Nov 2015 15:00:53 GMT</pubDate>
    <dc:creator>JonnyPoole</dc:creator>
    <dc:date>2015-11-20T15:00:53Z</dc:date>
    <item>
      <title>Section Application with NTNAME and USERID in Section Access</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Application-with-NTNAME-and-USERID-in-Section-Access/m-p/946659#M13406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two user directories.&amp;nbsp; One is from Active Directory and one is from SQL.&amp;nbsp; I am trying to configure my app to be accessible by both user directories.&amp;nbsp; I have tried something similar to the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACCESS, NTNAME, USERID, S_LINK&lt;/P&gt;&lt;P&gt;USER, DOMAIN\XXX, *, SALES&lt;/P&gt;&lt;P&gt;USER, *, YYY, MARKETING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I am not sure if it's because of the wildcard, all SQL users are given access to SALES.&amp;nbsp; I am trying to set it up so that Active Directory users can only access SALES data and SQL users can only access MARKETING data.&amp;nbsp; Any suggestion on how to set up my section access and section application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 21:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Application-with-NTNAME-and-USERID-in-Section-Access/m-p/946659#M13406</guid>
      <dc:creator />
      <dc:date>2015-11-19T21:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Section Application with NTNAME and USERID in Section Access</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Application-with-NTNAME-and-USERID-in-Section-Access/m-p/946660#M13407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this for Qlik Sense ?&amp;nbsp; the section access syntax in Sense does not support NTNAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/sense/2.1/en-US/online/#../Subsystems/Hub/Content/Scripting/Security/sections-in-script.htm" title="http://help.qlik.com/sense/2.1/en-US/online/#../Subsystems/Hub/Content/Scripting/Security/sections-in-script.htm"&gt;http://help.qlik.com/sense/2.1/en-US/online/#../Subsystems/Hub/Content/Scripting/Security/sections-in-script.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Sense (Server only) you would use USERID field to reference the users . Not that you can still reference the group under USERID as well as individual users. So if you have groups in your AD/SQL repositories and you have synced them into sense, you should be able to use them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* will only reference the other explict values in the section table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 21:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Application-with-NTNAME-and-USERID-in-Section-Access/m-p/946660#M13407</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-11-19T21:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Section Application with NTNAME and USERID in Section Access</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Application-with-NTNAME-and-USERID-in-Section-Access/m-p/946661#M13408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the response Jonathan.&amp;nbsp; I understand that NTNAME isn't listed in the Sense documentation, however based on my own experiments and other user threads, it seems to work.&amp;nbsp; I have tried adding AD user under USERID column, but it doesn't work.&amp;nbsp; I kept getting Access Denied error.&amp;nbsp; Adding AD user under NTNAME opened up access to the app for AD user.&amp;nbsp; However, it screws up the data reductions.&amp;nbsp; I am looking if anyone has accomplished this before and can provide code samples.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 22:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Application-with-NTNAME-and-USERID-in-Section-Access/m-p/946661#M13408</guid>
      <dc:creator />
      <dc:date>2015-11-19T22:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Section Application with NTNAME and USERID in Section Access</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Application-with-NTNAME-and-USERID-in-Section-Access/m-p/946662#M13409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy - sorry to hear that.&amp;nbsp; I have had some finicky things with it but it does work.&amp;nbsp; In case you want to try get it working again as documented here are some ideas . I think once that is solved it should be easy to get the row filters in place as you need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some ideas why it may not be working as documented:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- have you enabled the 'legacy' script mode ?&amp;nbsp; (there is a way to change qlik sense to accept legacy qlikview script instead of standard qlik sense script. They are essentially the same with minor differences , section access being one. Have you done this ? )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- When you log in as a user what is the USERID that shows in the hub. In my screenshot below the correct reference would be&amp;nbsp; QTSEL\JPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/106232_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And a section access script to restrict this users to see only&amp;nbsp; COUNTRY=CANADA&amp;nbsp;&amp;nbsp; (all upper case) would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/106233_Capture2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 15:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Application-with-NTNAME-and-USERID-in-Section-Access/m-p/946662#M13409</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-11-20T15:00:53Z</dc:date>
    </item>
  </channel>
</rss>

