<?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 - ignore some filters, but not others in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-ignore-some-filters-but-not-others/m-p/635500#M1094641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I am new to Qlikview, so please keep this in mind when answering.&lt;/P&gt;&lt;P&gt;My problem is that I am trying to create a table that will filter the numerator to all selections, but the denominator to only some.&amp;nbsp; Specifically, I need a per capita number for a subset of a population and a total cost.&amp;nbsp; So I want to be able to filter the population to one thing in the denominator, and filter the costs to the population, but also to a subset of total costs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if we have total money spent on fruit by people per person.&amp;nbsp; But we want money spent on oranges by women.&amp;nbsp; So we need to be able to filter the denominator to women, and the numerator to women and oranges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 May 2014 21:22:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-15T21:22:02Z</dc:date>
    <item>
      <title>Set Analysis - ignore some filters, but not others</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-ignore-some-filters-but-not-others/m-p/635500#M1094641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I am new to Qlikview, so please keep this in mind when answering.&lt;/P&gt;&lt;P&gt;My problem is that I am trying to create a table that will filter the numerator to all selections, but the denominator to only some.&amp;nbsp; Specifically, I need a per capita number for a subset of a population and a total cost.&amp;nbsp; So I want to be able to filter the population to one thing in the denominator, and filter the costs to the population, but also to a subset of total costs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if we have total money spent on fruit by people per person.&amp;nbsp; But we want money spent on oranges by women.&amp;nbsp; So we need to be able to filter the denominator to women, and the numerator to women and oranges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 21:22:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-ignore-some-filters-but-not-others/m-p/635500#M1094641</guid>
      <dc:creator />
      <dc:date>2014-05-15T21:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - ignore some filters, but not others</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-ignore-some-filters-but-not-others/m-p/635501#M1094642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;sum( &lt;/SPAN&gt;{$&amp;lt;FIELD_TO_IGNORE=, FIELD2_TO_IGNORE= &amp;gt;}, Sales&lt;SPAN class="Bold"&gt; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this should help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 21:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-ignore-some-filters-but-not-others/m-p/635501#M1094642</guid>
      <dc:creator />
      <dc:date>2014-05-15T21:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - ignore some filters, but not others</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-ignore-some-filters-but-not-others/m-p/635502#M1094643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can add all the fields which you want to ignore in the above expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 21:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-ignore-some-filters-but-not-others/m-p/635502#M1094643</guid>
      <dc:creator />
      <dc:date>2014-05-15T21:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - ignore some filters, but not others</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-ignore-some-filters-but-not-others/m-p/635503#M1094644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= sum({&amp;lt;People = {'Women'}, Fruit = {'Oranges'}&amp;gt;} MoneySpent) / sum({&amp;lt;People = {'Women'}&amp;gt;} MoneySpent) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you have made selections on People and Fruit and want to ignore section on Fruit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum( MoneySpent) / sum( {&amp;lt;Fruit= &amp;gt;} MoneySpent)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 21:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-ignore-some-filters-but-not-others/m-p/635503#M1094644</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-05-15T21:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - ignore some filters, but not others</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-ignore-some-filters-but-not-others/m-p/635504#M1094645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;For example, if we have total money spent on fruit by people per person.&amp;nbsp; But we want money spent on oranges by women.&amp;nbsp; So we need to be able to filter the denominator to women, and the numerator to women and oranges.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN class="Bold" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sales)/ &lt;SPAN class="Bold" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum( &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{$&amp;lt;Fruit=&amp;gt;}, Sales&lt;/SPAN&gt;&lt;SPAN class="Bold" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; ) with&amp;nbsp; Women and Orange selected in the dashboard.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN class="Bold" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;the numerator will respect your selection and will give you women who bought Oranges and the denominator will ignore the Fruit selection.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 21:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-ignore-some-filters-but-not-others/m-p/635504#M1094645</guid>
      <dc:creator />
      <dc:date>2014-05-15T21:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - ignore some filters, but not others</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-ignore-some-filters-but-not-others/m-p/635505#M1094646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try&lt;/P&gt;&lt;P&gt;sum ( {$ &amp;lt;sex={woman},fruit={orange}&amp;gt;}&amp;nbsp; [money spent])&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;count({$ &amp;lt;sex={woman}&amp;gt;} person)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but better if you can post your qlikview doc&lt;/P&gt;&lt;P&gt;You can also search in help for set analysis&lt;/P&gt;&lt;P&gt;or read this doc&amp;nbsp; &lt;A href="https://community.qlik.com/docs/DOC-4951"&gt;Set Analysis: syntaxes, examples&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or search google for set analysis wizard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 21:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-ignore-some-filters-but-not-others/m-p/635505#M1094646</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-05-15T21:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - ignore some filters, but not others</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-ignore-some-filters-but-not-others/m-p/635506#M1094647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Swuehl, did not mean to duplicate your reply. My page did not refresh while I was replying to this &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 21:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-ignore-some-filters-but-not-others/m-p/635506#M1094647</guid>
      <dc:creator />
      <dc:date>2014-05-15T21:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - ignore some filters, but not others</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-ignore-some-filters-but-not-others/m-p/635507#M1094648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, I think I can work with your answers.&amp;nbsp; I really appreciate the quick response.&amp;nbsp; I was told this is an excellent forum, and was apparently told correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 22:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-ignore-some-filters-but-not-others/m-p/635507#M1094648</guid>
      <dc:creator />
      <dc:date>2014-05-15T22:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - ignore some filters, but not others</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-ignore-some-filters-but-not-others/m-p/635508#M1094649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=sum({$&amp;lt;gender={"Woman"},furits={"Orange"}&amp;gt;}sales)/&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;gender={"Women"}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 06:33:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-ignore-some-filters-but-not-others/m-p/635508#M1094649</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-05-16T06:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - ignore some filters, but not others</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-ignore-some-filters-but-not-others/m-p/635509#M1094650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close this discussion by giving Correct and Helpful answers to the posts which are useful for you.&amp;nbsp; It helps others in finding answers for similar scenarios. Thanks and good Qlik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 12:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-ignore-some-filters-but-not-others/m-p/635509#M1094650</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-05-16T12:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - ignore some filters, but not others</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-ignore-some-filters-but-not-others/m-p/2003681#M1221469</link>
      <description>&lt;P&gt;You are a genius. I was looking for something similar and it worked in my scenario.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 18:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-ignore-some-filters-but-not-others/m-p/2003681#M1221469</guid>
      <dc:creator>mansoorsheraz</dc:creator>
      <dc:date>2022-11-11T18:29:01Z</dc:date>
    </item>
  </channel>
</rss>

