<?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 : avoid reduction on specified fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-avoid-reduction-on-specified-fields/m-p/532869#M199061</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;Here is a simple example with script to illustrate my problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;PEOPLE:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME, CITY&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jean, Paris&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pierre, Paris&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; John, London&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;TRAVEL:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME, CONTINENT&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jean, Europe&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jean, Africa&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jean, Oceania&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pierre, Asia&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pierre, Europe&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pierre, America&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; John, Europe&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; John, America&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; John, Oceania&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two tables : &lt;/P&gt;&lt;P&gt;- people living in cities&lt;/P&gt;&lt;P&gt;- continent where those people travelled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 2 guys leaving in Paris has travelled in each 5 continents.&lt;/P&gt;&lt;P&gt;The only guy leaving in London travelled only in 3 continents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I apply a section access on people leaving in London, the selection list object for field CONTINENT will be reduced to 3 items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logical for Qlikview, but I want to display the whole list of 5 continents. Because I want to display that John has never visited Asia for Example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope my example is clear enough, because I'm currently facing a similar problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alexandre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Nov 2013 17:16:13 GMT</pubDate>
    <dc:creator>alexprost</dc:creator>
    <dc:date>2013-11-15T17:16:13Z</dc:date>
    <item>
      <title>Section Access : avoid reduction on specified fields</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-avoid-reduction-on-specified-fields/m-p/532869#M199061</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;Here is a simple example with script to illustrate my problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;PEOPLE:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME, CITY&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jean, Paris&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pierre, Paris&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; John, London&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;TRAVEL:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME, CONTINENT&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jean, Europe&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jean, Africa&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jean, Oceania&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pierre, Asia&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pierre, Europe&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pierre, America&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; John, Europe&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; John, America&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; John, Oceania&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two tables : &lt;/P&gt;&lt;P&gt;- people living in cities&lt;/P&gt;&lt;P&gt;- continent where those people travelled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 2 guys leaving in Paris has travelled in each 5 continents.&lt;/P&gt;&lt;P&gt;The only guy leaving in London travelled only in 3 continents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I apply a section access on people leaving in London, the selection list object for field CONTINENT will be reduced to 3 items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logical for Qlikview, but I want to display the whole list of 5 continents. Because I want to display that John has never visited Asia for Example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope my example is clear enough, because I'm currently facing a similar problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alexandre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 17:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-avoid-reduction-on-specified-fields/m-p/532869#M199061</guid>
      <dc:creator>alexprost</dc:creator>
      <dc:date>2013-11-15T17:16:13Z</dc:date>
    </item>
  </channel>
</rss>

