<?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: Set Analysis Help - Ignoring Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Help-Ignoring-Values/m-p/1296813#M404690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must have understood what I was asking for, because it worked. I haven't been doing a ton of development lately, so this wasn't simple for me and I was having an issue figuring out what terms to search for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 May 2017 20:46:01 GMT</pubDate>
    <dc:creator>datagrrl</dc:creator>
    <dc:date>2017-05-18T20:46:01Z</dc:date>
    <item>
      <title>Set Analysis Help - Ignoring Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Help-Ignoring-Values/m-p/1296811#M404688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a pretty basic set analysis question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have countries and zones. When someone selects a country in chart one, I want to see numbers for all countries in that zone on chart 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="AllData.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/163988_AllData.PNG" style="height: 168px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;They will not have selected the zone in any other filter, so it isn't really a "Current Selection"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I accomplished the desired outcome by using a trigger on the country field (Zone=Zone), but I was wondering if there is a better way to do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Canada.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/163989_Canada.PNG" style="height: 160px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My simple expression for chart 2:&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Country= &amp;gt; }Measure)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a mock up of the data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any assistance is appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 19:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Help-Ignoring-Values/m-p/1296811#M404688</guid>
      <dc:creator>datagrrl</dc:creator>
      <dc:date>2017-05-18T19:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Help - Ignoring Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Help-Ignoring-Values/m-p/1296812#M404689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not entirely sure what you're saying.......&lt;/P&gt;&lt;P&gt;But maybe create a variable of &lt;/P&gt;&lt;P&gt;vZone=max(Zone)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and your expression is&lt;/P&gt;&lt;P&gt;=if(getselectedcount(Country)=1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({$&amp;lt;Zone={'$(vZone)'},Country=&amp;gt; }Measure),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({$&amp;lt;Country= &amp;gt; }Measure))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 20:20:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Help-Ignoring-Values/m-p/1296812#M404689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-18T20:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Help - Ignoring Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Help-Ignoring-Values/m-p/1296813#M404690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must have understood what I was asking for, because it worked. I haven't been doing a ton of development lately, so this wasn't simple for me and I was having an issue figuring out what terms to search for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 20:46:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Help-Ignoring-Values/m-p/1296813#M404690</guid>
      <dc:creator>datagrrl</dc:creator>
      <dc:date>2017-05-18T20:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Help - Ignoring Values</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Help-Ignoring-Values/m-p/1296814#M404691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it worked.&amp;nbsp; Can you mark my response as the answer then?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 20:49:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Help-Ignoring-Values/m-p/1296814#M404691</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-18T20:49:10Z</dc:date>
    </item>
  </channel>
</rss>

