<?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 in QEMC in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-in-QEMC/m-p/189918#M1281015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For point 2, can I say that you use QV Publisher?&lt;/P&gt;&lt;P&gt;The difference is you can hv centralized section access and you can reuse it for other files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Apr 2011 10:22:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-04-27T10:22:29Z</dc:date>
    <item>
      <title>Section Access in QEMC</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-in-QEMC/m-p/189916#M1281007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. How to implement section access in QEMC 9.0 ?&lt;/P&gt;&lt;P&gt;2. What is the Usage of Section Access mentioned under QEMC -&amp;gt; sETUP - &amp;gt; Advanced tab.&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-in-QEMC/m-p/189916#M1281007</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Section Access in QEMC</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-in-QEMC/m-p/189917#M1281011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1. Section access is always at a document level, meaning you code it in the document script, and meaning that you may have two documents with different section access. Search a bit in the forums and you will find several dozens of posts and sample codes covering the different fields and ways to get the section access working.&lt;/P&gt;&lt;P&gt;2. I don't have such setting. What version are you using? Can you please elaborate on how to get to that "Advanced" tab?&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 08:35:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-in-QEMC/m-p/189917#M1281011</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-04-27T08:35:16Z</dc:date>
    </item>
    <item>
      <title>Section Access in QEMC</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-in-QEMC/m-p/189918#M1281015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For point 2, can I say that you use QV Publisher?&lt;/P&gt;&lt;P&gt;The difference is you can hv centralized section access and you can reuse it for other files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 10:22:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-in-QEMC/m-p/189918#M1281015</guid>
      <dc:creator />
      <dc:date>2011-04-27T10:22:29Z</dc:date>
    </item>
    <item>
      <title>Section Access in QEMC</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-in-QEMC/m-p/189919#M1281020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;you may define a section access in your script as&lt;/P&gt;&lt;P&gt;Section access;&lt;/P&gt;&lt;P&gt;Acces_table:&lt;/P&gt;&lt;P&gt;ACCESS, USERID, [PASSWORD, FIELD1, FIELD2...]&lt;BR /&gt;Admin, Name, [pwd, Dept, field...]&lt;BR /&gt;User, Name, [pwd, Dept, field...]&lt;/P&gt;&lt;P&gt;you can ever load it from a table or a file as&lt;/P&gt;&lt;P&gt;LOAD DISTINCT&lt;BR /&gt;'USER' as ACCESS,&lt;BR /&gt;Name as USERID,&lt;BR /&gt;Pass as PASSWORD,&lt;BR /&gt;Dept_name as DEPT&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;RESIDENT Table&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Don't forget to save a copy beifre loading in case you messed up the content of this section, you wouldn't be able to open it again!!&lt;/P&gt;&lt;P&gt;open the your section application and get relation with access table&lt;/P&gt;&lt;P&gt;section application;&lt;BR /&gt;&lt;BR /&gt;star is *;&lt;BR /&gt;&lt;BR /&gt;Reduc_Data_table:&lt;BR /&gt;load * inline [&lt;BR /&gt;DEPT, Territorycode&lt;BR /&gt;0, *&lt;BR /&gt;];&lt;BR /&gt;LOAD&lt;BR /&gt; Territorycode as DEPT,&lt;BR /&gt; Territorycode&lt;BR /&gt;RESIDENT Terr_Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will give all access to DEPT = 0 and reduce date to other accordiing value of DEPT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tick the option "Data reduction based on section access" in "Setting, opening"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 10:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-in-QEMC/m-p/189919#M1281020</guid>
      <dc:creator />
      <dc:date>2011-04-27T10:36:58Z</dc:date>
    </item>
    <item>
      <title>Section Access in QEMC</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-in-QEMC/m-p/189920#M1281024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I wanted to clarify the Section Access mentioned in QEMC in the following tab:&lt;/P&gt;&lt;P&gt;System -&amp;gt; Setup -&amp;gt; Distribution Services -&amp;gt; Advanced Tab -&amp;gt; Section Access&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 06:15:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-in-QEMC/m-p/189920#M1281024</guid>
      <dc:creator />
      <dc:date>2011-04-28T06:15:18Z</dc:date>
    </item>
    <item>
      <title>Section Access in QEMC</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-in-QEMC/m-p/189921#M1281028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sending a pdf attached with that reply...&lt;/P&gt;&lt;P&gt;May be it will help you..&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Deep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 06:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-in-QEMC/m-p/189921#M1281028</guid>
      <dc:creator />
      <dc:date>2011-04-28T06:30:19Z</dc:date>
    </item>
  </channel>
</rss>

