<?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 QlikView data reduction without Publisher (V9 SR2) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-data-reduction-without-Publisher-V9-SR2/m-p/173494#M1311860</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;I've several users which should access to the same qvw but with some data restrictions upon some fields.&lt;/P&gt;&lt;P&gt;So is it possible (With only the Server (not the Publisher)) in DMS with Community Users Licenses mode to :&lt;/P&gt;&lt;P&gt;1) Automatically displays or not a file on the Access Point depending on the user NT name ?&lt;/P&gt;&lt;P&gt;2) When users open a qvw on the Access Point, he have a data reduction depending on his NT name ?&lt;/P&gt;&lt;P&gt;If it possible, how can I do this (I just need a global explanation) ?&lt;BR /&gt;P.S : I'm working with V9 SR2 version&lt;/P&gt;&lt;P&gt;Best regards&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>QlikView data reduction without Publisher (V9 SR2)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-data-reduction-without-Publisher-V9-SR2/m-p/173494#M1311860</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;I've several users which should access to the same qvw but with some data restrictions upon some fields.&lt;/P&gt;&lt;P&gt;So is it possible (With only the Server (not the Publisher)) in DMS with Community Users Licenses mode to :&lt;/P&gt;&lt;P&gt;1) Automatically displays or not a file on the Access Point depending on the user NT name ?&lt;/P&gt;&lt;P&gt;2) When users open a qvw on the Access Point, he have a data reduction depending on his NT name ?&lt;/P&gt;&lt;P&gt;If it possible, how can I do this (I just need a global explanation) ?&lt;BR /&gt;P.S : I'm working with V9 SR2 version&lt;/P&gt;&lt;P&gt;Best regards&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/QlikView-data-reduction-without-Publisher-V9-SR2/m-p/173494#M1311860</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>QlikView data reduction without Publisher (V9 SR2)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-data-reduction-without-Publisher-V9-SR2/m-p/173495#M1311861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes! But be aware that you have to use the latest build from QVS9 SR2 to make this work (the first version has some bug with data reduction).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you need to define is a SECTION ACCESS within your .qvw! Read the QVDeveloper documentation for details.&lt;/P&gt;&lt;P&gt;If you are using DMS-Mode in the QlikviewServer, you have to define the column NTNAME within your section access.&lt;BR /&gt;In this column you must define the usernames logging into your accesspoint.&lt;/P&gt;&lt;P&gt;As in DMS-Mode your users might not be actual NTNames, but some generic usernames your Section Access Table could look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Section Access;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;ACCESS, NTNAME, ROLE&lt;BR /&gt;ADMIN, vec, ALL&lt;BR /&gt;ADMIN,Domain\QVDeveloper,ALL&lt;BR /&gt; USER, username, AT&lt;BR /&gt; USER, test1, DACH&lt;BR /&gt; USER, test2, DE&lt;BR /&gt;];&lt;BR /&gt;Section Application;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ROLE, Country&lt;BR /&gt; ALL, *&lt;BR /&gt; AT, Österreich&lt;BR /&gt; DACH, Österreich&lt;BR /&gt; DACH, Schweiz&lt;BR /&gt; DACH, Deutschland&lt;BR /&gt; DE, Deutschland&lt;BR /&gt;];&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;If now the user "username" logs into Accesspoint, he just see the Country "Österreich" (== Austria).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2009 18:03:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-data-reduction-without-Publisher-V9-SR2/m-p/173495#M1311861</guid>
      <dc:creator />
      <dc:date>2009-11-20T18:03:24Z</dc:date>
    </item>
    <item>
      <title>QlikView data reduction without Publisher (V9 SR2)</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-data-reduction-without-Publisher-V9-SR2/m-p/173496#M1311862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try section access, there you can use NT Login, more detail is available in the ref manual.&lt;BR /&gt;Below is a sample code for data reduction on 'Region'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Section Access;&lt;BR /&gt;Load * Inline&lt;BR /&gt;[ ACCESS, USERID, PASSWORD, DEPT&lt;BR /&gt;ADMIN, sy, sy86514,1&lt;BR /&gt;ADMIN,pa,pa41567,2&lt;BR /&gt;ADMIN,rb11414,rb11414 ,3&lt;BR /&gt;USER,User, User,4];&lt;BR /&gt;section application;&lt;BR /&gt;star is *;&lt;BR /&gt;load * inline&lt;BR /&gt;[DEPT,REGION&lt;BR /&gt;1,*&lt;BR /&gt;2,West&lt;BR /&gt;3,*&lt;BR /&gt;4,South] ;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Here user 1 and 3 will see only 'West' &amp;amp; 'South' Data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2009 18:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-data-reduction-without-Publisher-V9-SR2/m-p/173496#M1311862</guid>
      <dc:creator />
      <dc:date>2009-11-20T18:40:37Z</dc:date>
    </item>
  </channel>
</rss>

