<?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 strange publisher problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-strange-publisher-problem/m-p/553407#M1267394</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the response.That helped me look in the right place.&lt;/P&gt;&lt;P&gt;I did not use * in the USERNAME field for the service account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using * brings in all the values into the published qvw and now section access can work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Dec 2013 16:18:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-11T16:18:17Z</dc:date>
    <item>
      <title>Section Access strange publisher problem</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-strange-publisher-problem/m-p/553405#M1267390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having a problem with new appications where section application does not work.&lt;/P&gt;&lt;P&gt;Hopefully someone can spot something wrong or help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I open the app on my desktop, section access works perfectly&lt;/P&gt;&lt;P&gt;When I open the published app from the published folder either through the AP or from the desktop it applies section access for the id that published the qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the section access I am using.&amp;nbsp; I load from a spread sheet first then use that table as section access so I can see the what is scoming in.&amp;nbsp; I have tried to reading directly as the section access but I get the same results.&lt;/P&gt;&lt;P&gt;USERNAME is what I use to reduce the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a tab I put up a list box with USERNAME and when I load the app from my desktop it shows my USERNAME&lt;/P&gt;&lt;P&gt;When I load from the AP or from the published folder it shows the publisher USERNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using v10 ; server 10.0.8935.7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Initial Data Reduction Based on Section Access checked&lt;/P&gt;&lt;P&gt;I do NOT have Strict Exclusion checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried all different combinations but nothing seems to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone see anything wrong with this section access?&lt;/P&gt;&lt;P&gt;Has anyone had anything similar happen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any and all help is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUALIFY *;&lt;BR /&gt;SectionAccessTbl:&lt;BR /&gt;LOAD Upper(ACCESS) as ACCESS, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(NTNAME) AS NTNAME, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(USERNAME) AS USERNAME&lt;BR /&gt;FROM $(SA) (ooxml, embedded labels, table is Users);&lt;BR /&gt;UNQUALIFY *;&lt;/P&gt;&lt;P&gt;STAR IS *;&lt;/P&gt;&lt;P&gt;SECTION Access;&lt;BR /&gt;LOAD SectionAccessTbl.ACCESS as ACCESS, &lt;BR /&gt;&amp;nbsp; SectionAccessTbl.NTNAME as NTNAME,&lt;BR /&gt;&amp;nbsp; SectionAccessTbl.USERNAME as USERNAME&lt;BR /&gt;Resident SectionAccessTbl;&lt;BR /&gt;SECTION Application;&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-strange-publisher-problem/m-p/553405#M1267390</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access strange publisher problem</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-strange-publisher-problem/m-p/553406#M1267392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first impression is that the Publisher task only distributes the application &lt;STRONG&gt;without reloading&lt;/STRONG&gt;.&amp;nbsp; Or, maybe you have separate tasks for reload and for distribute?&lt;/P&gt;&lt;P&gt;When the service account ("id that published the qvw") opens the application, only this account's USERNAME is there because of the data reduction.&amp;nbsp; If reload and save&amp;nbsp; - all data should be there.&amp;nbsp; If save without reload, only one USERNAME remains.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my assumption is correct, to fix it you have to use reload and distribute in one task.&lt;/P&gt;&lt;P&gt;Another approach is to grant service account access to all data, by adding this to Section Access:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USERNAME&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;NT name&amp;gt;,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 16:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-strange-publisher-problem/m-p/553406#M1267392</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-10T16:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access strange publisher problem</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-strange-publisher-problem/m-p/553407#M1267394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the response.That helped me look in the right place.&lt;/P&gt;&lt;P&gt;I did not use * in the USERNAME field for the service account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using * brings in all the values into the published qvw and now section access can work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 16:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-strange-publisher-problem/m-p/553407#M1267394</guid>
      <dc:creator />
      <dc:date>2013-12-11T16:18:17Z</dc:date>
    </item>
  </channel>
</rss>

