<?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 by APP and User in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-by-APP-and-User/m-p/788908#M1258830</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimiliano, the access is fine. We use a local domain controller to set a password and dont need load a password field too. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just need to link "DocumentName()" with "NamedUser()" for establish Section Access in Script, i think that is posible with publisher but not sure in Script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for response Massimiliano &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Mar 2015 12:12:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-25T12:12:54Z</dc:date>
    <item>
      <title>Section Access by APP and User</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-by-APP-and-User/m-p/788906#M1258826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a doubt with Section Access. ¿It's possible to include a filter of Document Name to establish permission in Access Point?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one xls to set permission for each app&amp;nbsp; and would like&amp;nbsp; to use only one XLS for all apps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm tried to do this, but doesn't work, ¿any help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET V_APP = 'DocumentName()';&lt;/P&gt;&lt;P&gt;SECTION Access;&lt;/P&gt;&lt;P&gt;ACCESO:&lt;/P&gt;&lt;P&gt;LOAD ACCESS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(Usuario) as Usuario,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(APP)&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is ACCESO)&lt;/P&gt;&lt;P&gt;Where APP =upper($(V_APP));&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/Section-Access-by-APP-and-User/m-p/788906#M1258826</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access by APP and User</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-by-APP-and-User/m-p/788907#M1258827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need also password field in your xlsx.&lt;/P&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET V_APP = upper(DocumentName());&lt;/P&gt;&lt;P&gt;SECTION Access;&lt;/P&gt;&lt;P&gt;ACCESO:&lt;/P&gt;&lt;P&gt;LOAD ACCESS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(Usuario) as USERID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(Password) as PASSWORD,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(APP)&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is ACCESO)&lt;/P&gt;&lt;P&gt;Where APP ='$(V_APP)';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 11:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-by-APP-and-User/m-p/788907#M1258827</guid>
      <dc:creator>mrossoit</dc:creator>
      <dc:date>2015-03-25T11:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access by APP and User</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-by-APP-and-User/m-p/788908#M1258830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimiliano, the access is fine. We use a local domain controller to set a password and dont need load a password field too. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just need to link "DocumentName()" with "NamedUser()" for establish Section Access in Script, i think that is posible with publisher but not sure in Script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for response Massimiliano &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 12:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-by-APP-and-User/m-p/788908#M1258830</guid>
      <dc:creator />
      <dc:date>2015-03-25T12:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access by APP and User</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-by-APP-and-User/m-p/788909#M1258834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;The correct way to manage accesses to your Access Point pass through &lt;SPAN&gt;CALs&lt;/SPAN&gt; but in your question you seem to want a second level of control.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you want to use section access at all costs I'm pretty sure that your table &lt;SPAN&gt;ACCESO&lt;/SPAN&gt; must contains at least ACCESS, &lt;SPAN&gt;USERID&lt;/SPAN&gt; and PASSWORD fields with upper values into them.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If your password list resides in another repository you should join fields from your &lt;SPAN&gt;xlsx&lt;/SPAN&gt; to passwords using username as link.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 12:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-by-APP-and-User/m-p/788909#M1258834</guid>
      <dc:creator>mrossoit</dc:creator>
      <dc:date>2015-03-25T12:27:39Z</dc:date>
    </item>
  </channel>
</rss>

