<?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 How to read local groups in QlikView for Section Access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-read-local-groups-in-QlikView-for-Section-Access/m-p/1211871#M1251416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created several local groups on the QlikView server (Windows groups). Depending on the name of the group, the access should be restricted. But how can I read the local groups including the users in that group in QlikView? I have managed to read the LDAP-groups (same construction), but can't find a way to read the local groups. We need to use local groups instead of Active Directory network groups because of changing the infrastructure by our IT department.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The local group is called "QlikView Report 1X" or "QlikView Report 2-". Users in the group ending with 1X need to have other access to the data (limited) and objects/tabs in the dashboard than the users in the group ending with 2-. So I need to know in what local group the user that opens the app, but for the admins, I need to read all the groups (they are dynamic so an inline load doesn't fit), so I can grant access to all the data and objects/tabs in the app.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>How to read local groups in QlikView for Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-read-local-groups-in-QlikView-for-Section-Access/m-p/1211871#M1251416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created several local groups on the QlikView server (Windows groups). Depending on the name of the group, the access should be restricted. But how can I read the local groups including the users in that group in QlikView? I have managed to read the LDAP-groups (same construction), but can't find a way to read the local groups. We need to use local groups instead of Active Directory network groups because of changing the infrastructure by our IT department.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The local group is called "QlikView Report 1X" or "QlikView Report 2-". Users in the group ending with 1X need to have other access to the data (limited) and objects/tabs in the dashboard than the users in the group ending with 2-. So I need to know in what local group the user that opens the app, but for the admins, I need to read all the groups (they are dynamic so an inline load doesn't fit), so I can grant access to all the data and objects/tabs in the app.&lt;/SPAN&gt;&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/How-to-read-local-groups-in-QlikView-for-Section-Access/m-p/1211871#M1251416</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to read local groups in QlikView for Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-read-local-groups-in-QlikView-for-Section-Access/m-p/1211872#M1251418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would try using section access and the &lt;/P&gt;&lt;P&gt;servername\localgroupname in the NTNAME field&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/Security/sections-in-script.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/Security/sections-in-script.htm"&gt;Sections in the script ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1853"&gt;Introduction to Section Access&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 19:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-read-local-groups-in-QlikView-for-Section-Access/m-p/1211872#M1251418</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-10-24T19:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to read local groups in QlikView for Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-read-local-groups-in-QlikView-for-Section-Access/m-p/1211873#M1251420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the late respons - was on vacation.&lt;BR /&gt;But this is not what I meant. With this option I have to define all the groups (about 50 and they change regularly) in the section access part in the script. I'm trying to avoid that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My prefered solution would be:&lt;BR /&gt;- define the local groups on the server (Windows);&lt;/P&gt;&lt;P&gt;- use a script to collect all the defined groups;&lt;/P&gt;&lt;P&gt;- in this script the right access will be defined based on the naming convention;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;gt; this will be the section access table&lt;/P&gt;&lt;P&gt;- read the users local group and get the specific access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1 is no problem; step 2 is the problem. I've managed to get this working with Active Directory groups (LDAP), but can't get it for local groups.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2016 07:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-read-local-groups-in-QlikView-for-Section-Access/m-p/1211873#M1251420</guid>
      <dc:creator />
      <dc:date>2016-10-28T07:36:54Z</dc:date>
    </item>
  </channel>
</rss>

