<?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 Set analysis to include a field even when it is filtered out in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-include-a-field-even-when-it-is-filtered-out/m-p/187942#M51418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I screenshot a report (files attached as well) where I have three straight tables, course, classes and subjects. They were all in one field orginally but I've used a hierarchy to split them into Course Ref (level 1), Class Ref (level 2) and Subject Ref (level 3). Now I can count the enrolments for each, using set analysis on the Type.&lt;/P&gt;&lt;P&gt;The problem is that when I click on a subject, the count of class and course enrolments is lost. This is because there is not subject on the class or course line that I'm actually counting. Is there any way round this using set analysis?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2288_sourceID:2288" /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2289_sourceID:2289" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Sep 2010 11:42:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-03T11:42:50Z</dc:date>
    <item>
      <title>Set analysis to include a field even when it is filtered out</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-include-a-field-even-when-it-is-filtered-out/m-p/187942#M51418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I screenshot a report (files attached as well) where I have three straight tables, course, classes and subjects. They were all in one field orginally but I've used a hierarchy to split them into Course Ref (level 1), Class Ref (level 2) and Subject Ref (level 3). Now I can count the enrolments for each, using set analysis on the Type.&lt;/P&gt;&lt;P&gt;The problem is that when I click on a subject, the count of class and course enrolments is lost. This is because there is not subject on the class or course line that I'm actually counting. Is there any way round this using set analysis?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2288_sourceID:2288" /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2289_sourceID:2289" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 11:42:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-include-a-field-even-when-it-is-filtered-out/m-p/187942#M51418</guid>
      <dc:creator />
      <dc:date>2010-09-03T11:42:50Z</dc:date>
    </item>
    <item>
      <title>Set analysis to include a field even when it is filtered out</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-include-a-field-even-when-it-is-filtered-out/m-p/187943#M51419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use {1} (and not $), so you don't apply the current selections. Make your own selections with set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 15:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-include-a-field-even-when-it-is-filtered-out/m-p/187943#M51419</guid>
      <dc:creator>dirk_konings</dc:creator>
      <dc:date>2010-09-03T15:46:40Z</dc:date>
    </item>
    <item>
      <title>Set analysis to include a field even when it is filtered out</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-include-a-field-even-when-it-is-filtered-out/m-p/187944#M51420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add a Set Modifier to ignore the selections on the two subject fields in the first two charts:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;...,[Subject Name]=,[Subject Ref]=&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;The expression for the first chart should look like this:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=sum({$&amp;lt;Type= {"C"},[Subject Name]=,[Subject Ref]=&amp;gt;}[Enrolment Counter])&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;That will ignore the selections on the Subject fields, but respect all other selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 16:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-include-a-field-even-when-it-is-filtered-out/m-p/187944#M51420</guid>
      <dc:creator />
      <dc:date>2010-09-03T16:07:52Z</dc:date>
    </item>
    <item>
      <title>Set analysis to include a field even when it is filtered out</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-to-include-a-field-even-when-it-is-filtered-out/m-p/187945#M51421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that worked perfectly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 21:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-to-include-a-field-even-when-it-is-filtered-out/m-p/187945#M51421</guid>
      <dc:creator />
      <dc:date>2010-09-03T21:57:34Z</dc:date>
    </item>
  </channel>
</rss>

