<?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: Web Tickets Groups with Section access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Web-Tickets-Groups-with-Section-access/m-p/497197#M1302910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tanguy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to include the GROUP as a field in the section access load, e.g.;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;Load * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, NTNAME,GROUP&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN1, GROUPA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER1,&amp;nbsp; GROUPB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER2, GROUPB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER2, GROUPC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;SECTION APPLICATION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So by adding the groups here, you can limit users down to the relevant group or groups (USER2 has access to two groups via two records).&amp;nbsp; It is important to note that GROUP has to be capitalised (or at least that's what Qlikview says).&amp;nbsp; If you want your model to have Groups in lower case, simply add GROUP as an additional field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no direct way to put this into the accesspoint as each qvw has it's own authentication, thus feasibly a user may have different group authorisation by qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There may be a work around such as setting up a qvd with buttons to your different working qvws, and displaying the data there.&amp;nbsp; But this gets a bit heavier on the maintenance and is not a perfect solution.&amp;nbsp; I would simply ensure the user is aware of their authorisation limits on each qvw they enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&amp;nbsp; Let me know how you get on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Oct 2013 15:01:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-01T15:01:59Z</dc:date>
    <item>
      <title>Web Tickets Groups with Section access</title>
      <link>https://community.qlik.com/t5/QlikView/Web-Tickets-Groups-with-Section-access/m-p/497196#M1302908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an app, that I access with the web ticket system, here is my authentication (this script is in ColdFusion):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfxml variable="QVRequest"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Global method="GetWebTicket"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;UserId&amp;gt;&amp;lt;cfoutput&amp;gt;#QVUser#&amp;lt;/cfoutput&amp;gt;&amp;lt;/UserId&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;GroupList&amp;gt;&amp;lt;string&amp;gt;#QVGroup#&amp;lt;/string&amp;gt;&amp;lt;/GroupList&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;GroupsIsNames&amp;gt;true&amp;lt;/GroupsIsNames&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Global&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfxml&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All is working well, my users come authenticated on access point, and can access to application with section access on NTNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like limit access by group, and the documentation is not really clear about it.&lt;/P&gt;&lt;P&gt;What is the field that match the group in "GroupList" in section access ?&lt;/P&gt;&lt;P&gt;Is there a way to see in access point the group associated with the authenticated user?&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/Web-Tickets-Groups-with-Section-access/m-p/497196#M1302908</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Web Tickets Groups with Section access</title>
      <link>https://community.qlik.com/t5/QlikView/Web-Tickets-Groups-with-Section-access/m-p/497197#M1302910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tanguy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to include the GROUP as a field in the section access load, e.g.;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;Load * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, NTNAME,GROUP&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN1, GROUPA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER1,&amp;nbsp; GROUPB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER2, GROUPB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER2, GROUPC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;SECTION APPLICATION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So by adding the groups here, you can limit users down to the relevant group or groups (USER2 has access to two groups via two records).&amp;nbsp; It is important to note that GROUP has to be capitalised (or at least that's what Qlikview says).&amp;nbsp; If you want your model to have Groups in lower case, simply add GROUP as an additional field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no direct way to put this into the accesspoint as each qvw has it's own authentication, thus feasibly a user may have different group authorisation by qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There may be a work around such as setting up a qvd with buttons to your different working qvws, and displaying the data there.&amp;nbsp; But this gets a bit heavier on the maintenance and is not a perfect solution.&amp;nbsp; I would simply ensure the user is aware of their authorisation limits on each qvw they enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&amp;nbsp; Let me know how you get on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 15:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Web-Tickets-Groups-with-Section-access/m-p/497197#M1302910</guid>
      <dc:creator />
      <dc:date>2013-10-01T15:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Web Tickets Groups with Section access</title>
      <link>https://community.qlik.com/t5/QlikView/Web-Tickets-Groups-with-Section-access/m-p/497198#M1302912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Steve, I will try this!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 15:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Web-Tickets-Groups-with-Section-access/m-p/497198#M1302912</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-01T15:10:09Z</dc:date>
    </item>
  </channel>
</rss>

