<?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/Distribution Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-Distribution-Issue/m-p/456358#M1271738</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Now, this is something that I have never encountered before. It just started occurring over the weekend&lt;/P&gt;&lt;P&gt;I have a Section Access Script that looks like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD &lt;BR /&gt; text(USERID) as USERID, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TEXT(PASSWORD) as PASSWORD, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'MSWBH\' &amp;amp; text(NTNAME) as NTNAME, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LASTNAME, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FIRSTNAME, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(LEN(TRIM(ACCESS)) &amp;gt; 0,'ADMIN','USER') AS ACCESS, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TEXT(GROUP) as&amp;nbsp; GROUP, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; text(OMIT) AS OMIT&lt;BR /&gt;FROM&lt;BR /&gt;[..\..\..\Security.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Section Application;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Directory;&lt;BR /&gt;LOAD TEXT(GROUP) AS GROUP, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS&lt;BR /&gt;FROM&lt;BR /&gt;[..\..\..\Security.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Group Info is as follows:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;GROUP&lt;/TD&gt;&lt;TD width="64"&gt;ACCESS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;GROUP1&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;GROUP2&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the group setup to hide certain fields from users from Group 1 that are included in the OMIT field.&lt;/P&gt;&lt;P&gt;In the app, I also hide certain charts by adding the condition "sum(ACCESS) &amp;gt;= 1" which means that only those users that belong to GROUP2 can view those charts. We use Publisher to distribute the documents. So, after I reload the publish the document, the app in the Source document looks accurate. It assigns the correct group to the correct user. ( I tested that by giving myself restricted access and I observed that I could see one row in the group table that had GROUP 1 AND 0).&lt;/P&gt;&lt;P&gt;However, when I look at it from Accesspoint, I see that everything that should be hidden is still visible. I also see in the table viewer that the group info has been reversed, i.e. GROUP 2 AND 1. That is the reason why the objects are not hidden, even though data reduction takes place successfully&lt;/P&gt;&lt;P&gt;I am clueless as to why the Publisher would change this on the fly.&lt;/P&gt;&lt;P&gt;Any thoughts?&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>Section Access/Distribution Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Distribution-Issue/m-p/456358#M1271738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Now, this is something that I have never encountered before. It just started occurring over the weekend&lt;/P&gt;&lt;P&gt;I have a Section Access Script that looks like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD &lt;BR /&gt; text(USERID) as USERID, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TEXT(PASSWORD) as PASSWORD, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'MSWBH\' &amp;amp; text(NTNAME) as NTNAME, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LASTNAME, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FIRSTNAME, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(LEN(TRIM(ACCESS)) &amp;gt; 0,'ADMIN','USER') AS ACCESS, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TEXT(GROUP) as&amp;nbsp; GROUP, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; text(OMIT) AS OMIT&lt;BR /&gt;FROM&lt;BR /&gt;[..\..\..\Security.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Section Application;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Directory;&lt;BR /&gt;LOAD TEXT(GROUP) AS GROUP, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS&lt;BR /&gt;FROM&lt;BR /&gt;[..\..\..\Security.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Group Info is as follows:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;GROUP&lt;/TD&gt;&lt;TD width="64"&gt;ACCESS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;GROUP1&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;GROUP2&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the group setup to hide certain fields from users from Group 1 that are included in the OMIT field.&lt;/P&gt;&lt;P&gt;In the app, I also hide certain charts by adding the condition "sum(ACCESS) &amp;gt;= 1" which means that only those users that belong to GROUP2 can view those charts. We use Publisher to distribute the documents. So, after I reload the publish the document, the app in the Source document looks accurate. It assigns the correct group to the correct user. ( I tested that by giving myself restricted access and I observed that I could see one row in the group table that had GROUP 1 AND 0).&lt;/P&gt;&lt;P&gt;However, when I look at it from Accesspoint, I see that everything that should be hidden is still visible. I also see in the table viewer that the group info has been reversed, i.e. GROUP 2 AND 1. That is the reason why the objects are not hidden, even though data reduction takes place successfully&lt;/P&gt;&lt;P&gt;I am clueless as to why the Publisher would change this on the fly.&lt;/P&gt;&lt;P&gt;Any thoughts?&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-Distribution-Issue/m-p/456358#M1271738</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access/Distribution Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Distribution-Issue/m-p/456359#M1271742</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;Not sure if this is your issue or not, but you need to make sure the Service Account has Administrator rights to the Document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 20:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Distribution-Issue/m-p/456359#M1271742</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2013-04-16T20:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access/Distribution Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Distribution-Issue/m-p/456360#M1271743</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 the same problem and the service Account has administrator privileges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isaac.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 16:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Distribution-Issue/m-p/456360#M1271743</guid>
      <dc:creator>isaac_oliva</dc:creator>
      <dc:date>2013-06-11T16:57:55Z</dc:date>
    </item>
  </channel>
</rss>

