<?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 from database (ODBC connection) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-access-from-database-ODBC-connection/m-p/439102#M697753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thank you for your answer but It seems that I'm not authorized to open the document in the link &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Feb 2013 13:16:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-15T13:16:56Z</dc:date>
    <item>
      <title>Section access from database (ODBC connection)</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-from-database-ODBC-connection/m-p/439100#M697751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello every body, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question about how to retreive the user's groups from a database to use them into the section access of my application.&lt;/P&gt;&lt;P&gt;The first step, the authentication, is already ok but now, I would like to know how to put the authenticated users into the section access.&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>Fri, 15 Feb 2013 10:16:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-from-database-ODBC-connection/m-p/439100#M697751</guid>
      <dc:creator />
      <dc:date>2013-02-15T10:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Section access from database (ODBC connection)</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-from-database-ODBC-connection/m-p/439101#M697752</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'm not sure to understand as well but you'll certainly find how to do what you want in &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-1853"&gt;this document&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin Favier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 12:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-from-database-ODBC-connection/m-p/439101#M697752</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2013-02-15T12:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Section access from database (ODBC connection)</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-from-database-ODBC-connection/m-p/439102#M697753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thank you for your answer but It seems that I'm not authorized to open the document in the link &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 13:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-from-database-ODBC-connection/m-p/439102#M697753</guid>
      <dc:creator />
      <dc:date>2013-02-15T13:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Section access from database (ODBC connection)</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-from-database-ODBC-connection/m-p/439103#M697754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If you want to load a number of AD groups from a database, and give full rights to the Admin group and USER rights to the rest, then you can do a &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(Group) as NTNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Group='Admin','ADMIN','USER') as ACCESS;&lt;/P&gt;&lt;P&gt;SQL SELECT Group FROM &amp;lt;DataBaseTable&amp;gt; ;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem comes when you want to link a group to specific region or product group. For this, you will need to have an authorization table in the DB that defines these relationships.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 14:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-from-database-ODBC-connection/m-p/439103#M697754</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-02-15T14:37:50Z</dc:date>
    </item>
  </channel>
</rss>

