<?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 Section Access using windows users and Network users in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-using-windows-users-and-Network-users/m-p/154461#M1310239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Karen,&lt;/P&gt;&lt;P&gt;You may use the QVUser() built-in function to get the user currently logged into the document to set which objects the user is able to see. Anyway, It's just a comment.&lt;/P&gt;&lt;P&gt;Regarding your section access, when you use IE plugin, by default it sends your Windows login credentials to the AccessPoint and to the section access, if any, in the document. So there is no need for PASSWORD in those records, since QlikView server will compare the login information with Active Directory and allow or deny access accordingly.&lt;/P&gt;&lt;P&gt;Bear in mind that when you open a document in the Desktop application, ADMIN and USER ACCESSes are respected. When you access through the server, all users have USER status, even when they have been explicitly declared otherwise in your script (so they won't be able to reload, access the script and so).&lt;/P&gt;&lt;P&gt;Besides, when you use "*" in section access, it means "all values listed for this field in section access" and they accumulate, so DIST_ID field will have DIST1 and DIST2 for both TSmith and KSmith.&lt;/P&gt;&lt;P&gt;Basically you are mixing user and password users with Active Directory users, and that's where QlikView doesn't know who prevails or even if they have some correspondence between them.&lt;/P&gt;&lt;P&gt;If having a user and password to log into the documents is not a problem for your users, I would set all them up without NTNAME, with their correspondents USERID and PASSWORD field, moreover when you are accessing both from local and wide networks. At least, I'd try for testing with this. Once you have that working, you may concatenate another table with corresponding NTNAME records.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Sep 2010 00:10:02 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2010-09-25T00:10:02Z</dc:date>
    <item>
      <title>Section Access using windows users and Network users</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-windows-users-and-Network-users/m-p/154460#M1310236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I currently have an application that uses section access. User ids are related to a variable vCust. Depending on the user the objects will display data based on customer (vCust) associated to the user.&lt;/P&gt;&lt;P&gt;Here is my script;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Section Access;&lt;BR /&gt;Security:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ACCESS, USERID, PASSWORD, NTNAME, DIST_ID&lt;/P&gt;&lt;P&gt;ADMIN, admin, xxx, *&lt;/P&gt;&lt;P&gt;USER, TSmith, abc, *,DIST1 ------This a local server user that will access via outside our LAN.&lt;/P&gt;&lt;P&gt;USER, *, *,KSmith,DIST2 ----This is a domain user that will access inside our LAN&lt;BR /&gt;];&lt;BR /&gt;Section Application;&lt;/P&gt;&lt;P&gt;LOAD DISTINCT DIST_ID, Resident Security;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We currently use Publisher. The application is scheduled in publisher to reload and distribute job.&lt;/P&gt;&lt;P&gt;If I use the 'admin' user and reload via the server development client. Application seems to be okay, but from IE the applicaitons just hangs.&lt;/P&gt;&lt;P&gt;What I don't understand is shoudl the network user connect to Access Point via Network profile and then log into the application. Should the network user be in the distribute list on the server? And, should the local user be in the distribute list on the server?&lt;/P&gt;&lt;P&gt;How should section access work when combined with Publsher and local server users and network users. What all should be configured?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&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-using-windows-users-and-Network-users/m-p/154460#M1310236</guid>
      <dc:creator>karensmith</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Section Access using windows users and Network users</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-windows-users-and-Network-users/m-p/154461#M1310239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Karen,&lt;/P&gt;&lt;P&gt;You may use the QVUser() built-in function to get the user currently logged into the document to set which objects the user is able to see. Anyway, It's just a comment.&lt;/P&gt;&lt;P&gt;Regarding your section access, when you use IE plugin, by default it sends your Windows login credentials to the AccessPoint and to the section access, if any, in the document. So there is no need for PASSWORD in those records, since QlikView server will compare the login information with Active Directory and allow or deny access accordingly.&lt;/P&gt;&lt;P&gt;Bear in mind that when you open a document in the Desktop application, ADMIN and USER ACCESSes are respected. When you access through the server, all users have USER status, even when they have been explicitly declared otherwise in your script (so they won't be able to reload, access the script and so).&lt;/P&gt;&lt;P&gt;Besides, when you use "*" in section access, it means "all values listed for this field in section access" and they accumulate, so DIST_ID field will have DIST1 and DIST2 for both TSmith and KSmith.&lt;/P&gt;&lt;P&gt;Basically you are mixing user and password users with Active Directory users, and that's where QlikView doesn't know who prevails or even if they have some correspondence between them.&lt;/P&gt;&lt;P&gt;If having a user and password to log into the documents is not a problem for your users, I would set all them up without NTNAME, with their correspondents USERID and PASSWORD field, moreover when you are accessing both from local and wide networks. At least, I'd try for testing with this. Once you have that working, you may concatenate another table with corresponding NTNAME records.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Sep 2010 00:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-windows-users-and-Network-users/m-p/154461#M1310239</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-25T00:10:02Z</dc:date>
    </item>
    <item>
      <title>Section Access using windows users and Network users</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-windows-users-and-Network-users/m-p/154462#M1310243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Miquel,&lt;/P&gt;&lt;P&gt;Thank you for your response. I understand a little better now. If you don't mind I still have one more question. This the only application at the moment that will have the security variation. So, if I set every user up in the script with a user id and password, will I still need to give access from the 'distribute' tab on the server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 15:20:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-windows-users-and-Network-users/m-p/154462#M1310243</guid>
      <dc:creator>karensmith</dc:creator>
      <dc:date>2010-09-27T15:20:52Z</dc:date>
    </item>
    <item>
      <title>Section Access using windows users and Network users</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-windows-users-and-Network-users/m-p/154463#M1310246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karen,&lt;/P&gt;&lt;P&gt;I'd suggest you to do so, until you have all your security requirements accomplished and you can use the "*" meaning "all users". It will take some time but it will help you to check how are your users working and reducing data.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 15:50:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-windows-users-and-Network-users/m-p/154463#M1310246</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-27T15:50:25Z</dc:date>
    </item>
    <item>
      <title>Section Access using windows users and Network users</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-windows-users-and-Network-users/m-p/154464#M1310249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks again Miquel.&lt;/P&gt;&lt;P&gt;Still having issues.&lt;/P&gt;&lt;P&gt;I have taken NTNAME out of the script. I have added domain users in the distribute list in QEMC.&lt;/P&gt;&lt;P&gt;Applicaiton shows up in my accesspoint view from IE. It then prompts me to login into application. I user a application user name and password, but DIST_ID is not assigned to that USERID.&lt;/P&gt;&lt;P&gt;But from my client on my PC. DIST_ID is assigned correctly to that same USERID.&lt;/P&gt;&lt;P&gt;Should I take out distribute configuration in QEMC?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 15:12:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-windows-users-and-Network-users/m-p/154464#M1310249</guid>
      <dc:creator>karensmith</dc:creator>
      <dc:date>2010-09-28T15:12:53Z</dc:date>
    </item>
    <item>
      <title>Section Access using windows users and Network users</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-windows-users-and-Network-users/m-p/154465#M1310252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karen,&lt;/P&gt;&lt;P&gt;May I know a little further about your current configuration? I'm sorry but I don't understand your "distribute configuration" and why your section access is not returning the right value for DIST_ID.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 15:52:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-windows-users-and-Network-users/m-p/154465#M1310252</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-28T15:52:28Z</dc:date>
    </item>
    <item>
      <title>Section Access using windows users and Network users</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-windows-users-and-Network-users/m-p/154466#M1310255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;I&gt;&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIST_ID is assigned to specific USERID. (which is defined in Section access of the script)&lt;/P&gt;&lt;P&gt;The frontend objects use the variable vDist in many calculations.&lt;/P&gt;&lt;P&gt;This actually works when using the application from QV Client, but not IE or AJAX.&lt;/P&gt;I am using Section Access for user variable vDist= DIST_ID. &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 16:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-windows-users-and-Network-users/m-p/154466#M1310255</guid>
      <dc:creator>karensmith</dc:creator>
      <dc:date>2010-09-28T16:12:55Z</dc:date>
    </item>
    <item>
      <title>Section Access using windows users and Network users</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-windows-users-and-Network-users/m-p/154467#M1310256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Karen,&lt;/P&gt;&lt;P&gt;Are you using some kind of macro to populate that variable? That may make your document work opened in Desktop but not in server, since some macros (actions, triggers) will not work serverside.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 16:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-windows-users-and-Network-users/m-p/154467#M1310256</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-28T16:18:25Z</dc:date>
    </item>
    <item>
      <title>Section Access using windows users and Network users</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-windows-users-and-Network-users/m-p/154468#M1310258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not populate the variable, but I was using one to choose a Year value and calendar type. I have tested removing all macros and the result is the same.&lt;/P&gt;&lt;P&gt;The varialbe is populated from the section access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Section Access;&lt;BR /&gt;Security:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ACCESS, USERID, PASSWORD, DIST_ID, LOGO&lt;BR /&gt; //ADMIN, MENA\QlikAdmin, *,*&lt;BR /&gt; ADMIN,admin, xxxx&lt;/P&gt;&lt;P&gt;USER,KElzey,aaaa,AVNET, avnet.jpg&lt;BR /&gt; USER,KSmith,bbbb,ARROW, murata.jpg&lt;BR /&gt;&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Section Application;&lt;/P&gt;&lt;P&gt;LOAD DISTINCT DIST_ID, LOGO Resident Security;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 17:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-windows-users-and-Network-users/m-p/154468#M1310258</guid>
      <dc:creator>karensmith</dc:creator>
      <dc:date>2010-09-28T17:33:12Z</dc:date>
    </item>
    <item>
      <title>Section Access using windows users and Network users</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-windows-users-and-Network-users/m-p/154469#M1310260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see Karen,&lt;/P&gt;&lt;P&gt;You are populating your table from Section Access table, which is whay it's not working. Section Access tables are loaded in a different way so you cannot access them (for the sake of the security).&lt;/P&gt;&lt;P&gt;Just do a normal or inline load instead of using the RESIDENT.&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 20:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-windows-users-and-Network-users/m-p/154469#M1310260</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-28T20:15:39Z</dc:date>
    </item>
    <item>
      <title>Section Access using windows users and Network users</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-windows-users-and-Network-users/m-p/154470#M1310262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't really understand what you mean. Should the table layout show table securtiy link to any of the other data tables?&lt;/P&gt;&lt;P&gt;I did change the resident load and did inline to load DIST_ID, but then I no longer see Security table in my table layout design.&lt;/P&gt;&lt;P&gt;Can you explain a little more. thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 12:26:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-windows-users-and-Network-users/m-p/154470#M1310262</guid>
      <dc:creator>karensmith</dc:creator>
      <dc:date>2010-09-29T12:26:46Z</dc:date>
    </item>
    <item>
      <title>Section Access using windows users and Network users</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-windows-users-and-Network-users/m-p/154471#M1310264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Karen,&lt;/P&gt;&lt;P&gt;That's key for section access and it's called reduction field. Imagine you select the DIST_ID value manually, then go to File, Reduce Data, Keep possible values. That's what DIST_ID in section access will do anytime a user logs in. If there is no DIST_ID value in your datamodel (not in security) all data will be reduced and the user will not be able to log in.&lt;/P&gt;&lt;P&gt;Think about this sample:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Section Access;Security: // not needed, but useful for debugging, okLOAD * INLINE [ ACCESS, USERID, PASSWORD, SALESREP_ID ADMIN, admin, xxxx USER, KElzey, aaaa, 100 USER, KSmith, bbbb, 200]; Section Application; // meaning your "normal" loading script starts here Customers:LOAD Code, Name, Address, SALESREP_ID // Must by uppercase to be compared to the Security table fieldFROM Customers.qvd (QVD); // any other table you want to load&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;KElzey will see all clients for that SALESREP_ID equals to 100, while KSmith will see those with SALESREP_ID equals to 200.&lt;/P&gt;&lt;P&gt;If there are no Customers according to those values, both KElzey and KSmith will no be able to log into the document. If there are Customers with null or blank SALESREP_ID, these will be reduced from the document.&lt;/P&gt;&lt;P&gt;Hope this helps a bit further than my previous posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 13:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-windows-users-and-Network-users/m-p/154471#M1310264</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-29T13:05:29Z</dc:date>
    </item>
  </channel>
</rss>

