<?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 Problem filter table with set analysis dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-filter-table-with-set-analysis-dimension/m-p/230370#M82200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem arises when a linear table, use a dimension with set analysis, example: sum ({1} Import).&lt;BR /&gt;In this table when the filter, such as YEAR, the dimension does not change correctly, but the table does NOT filter the rows for years.&lt;/P&gt;&lt;P&gt;But I would like the rows affected by the filter are removed.&lt;BR /&gt;How can I do?&lt;/P&gt;&lt;P&gt;Thanks Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Feb 2011 10:05:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-25T10:05:53Z</dc:date>
    <item>
      <title>Problem filter table with set analysis dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-filter-table-with-set-analysis-dimension/m-p/230370#M82200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem arises when a linear table, use a dimension with set analysis, example: sum ({1} Import).&lt;BR /&gt;In this table when the filter, such as YEAR, the dimension does not change correctly, but the table does NOT filter the rows for years.&lt;/P&gt;&lt;P&gt;But I would like the rows affected by the filter are removed.&lt;BR /&gt;How can I do?&lt;/P&gt;&lt;P&gt;Thanks Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 10:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-filter-table-with-set-analysis-dimension/m-p/230370#M82200</guid>
      <dc:creator />
      <dc:date>2011-02-25T10:05:53Z</dc:date>
    </item>
    <item>
      <title>Problem filter table with set analysis dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-filter-table-with-set-analysis-dimension/m-p/230371#M82201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you put {1} in set analysis, it means you want to by-pass all selections. So your chart is behaving as your expression wants itself. if you want your rows get varried according to selection, you have to remove the set analysis from expression. i am not sure what you are using this set for, if it is to consider all Import(s), you can try it with TOTAL keyword which would by-pass dimension values.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards, tresesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 10:23:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-filter-table-with-set-analysis-dimension/m-p/230371#M82201</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2011-02-25T10:23:54Z</dc:date>
    </item>
    <item>
      <title>Problem filter table with set analysis dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-filter-table-with-set-analysis-dimension/m-p/230372#M82202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, but ...&lt;BR /&gt;&lt;BR /&gt;The TOTAL function in this case does not work. Attached you can see why.&lt;BR /&gt;I wish that when I select the filter "ID" lines in the table are selected, but when you filter for "FLAG", I wish that the total remains the "TOTAL Euro" group by ID&lt;BR /&gt;&lt;BR /&gt;I also tried to use the "aggr" (aggr(sum(TOTAL Euro),ID) ) but I have not found the correct solution. What is wrong?&lt;BR /&gt;&lt;BR /&gt;I hope I was clear. &lt;IMG alt="Indifferent" src="http://community.qlik.com/emoticons/emotion-8.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2011 14:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-filter-table-with-set-analysis-dimension/m-p/230372#M82202</guid>
      <dc:creator />
      <dc:date>2011-02-28T14:26:55Z</dc:date>
    </item>
    <item>
      <title>Problem filter table with set analysis dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-filter-table-with-set-analysis-dimension/m-p/230373#M82203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand you correctly, you are trying to make your sums independent on the Flag selection? If that is the case, try this:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;SUM({&amp;lt;Flag=&amp;gt;} TOTAL Euro)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2011 15:30:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-filter-table-with-set-analysis-dimension/m-p/230373#M82203</guid>
      <dc:creator />
      <dc:date>2011-02-28T15:30:07Z</dc:date>
    </item>
    <item>
      <title>Problem filter table with set analysis dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-filter-table-with-set-analysis-dimension/m-p/230374#M82204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, it works. Even if I had to remove the word "TOTAL".&lt;BR /&gt;Guess that also add any other filters I have to write: SUM ({ &amp;lt;Flag=, Flag2=, Flag3=&amp;gt;} Euro).&lt;BR /&gt;True?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2011 16:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-filter-table-with-set-analysis-dimension/m-p/230374#M82204</guid>
      <dc:creator />
      <dc:date>2011-02-28T16:19:02Z</dc:date>
    </item>
    <item>
      <title>Problem filter table with set analysis dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-filter-table-with-set-analysis-dimension/m-p/230375#M82205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to ignore them, yes. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 13:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-filter-table-with-set-analysis-dimension/m-p/230375#M82205</guid>
      <dc:creator />
      <dc:date>2011-03-01T13:05:19Z</dc:date>
    </item>
  </channel>
</rss>

