<?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: How to exclude just 1 value with set analysis? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-exclude-just-1-value-with-set-analysis/m-p/1551102#M440286</link>
    <description>This is my expression:&lt;BR /&gt;Sum ( {&amp;lt;[Store Type2] = {'Concept','SiS','Soft shop'} &amp;gt;} {$&amp;lt;Country -= {'Sweden'}&amp;gt;} If(WildMatch(SeasonCalc, vCurrentSeasonCalc),Fsgantal*Shoes))</description>
    <pubDate>Fri, 01 Mar 2019 13:23:10 GMT</pubDate>
    <dc:creator>robinwiman</dc:creator>
    <dc:date>2019-03-01T13:23:10Z</dc:date>
    <item>
      <title>How to exclude just 1 value with set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-just-1-value-with-set-analysis/m-p/1551092#M440282</link>
      <description>&lt;P&gt;So I'm familiar with sets like:&lt;/P&gt;&lt;P&gt;{$&amp;lt;Country = {"*"} - {'Sweden'}&amp;gt;}&lt;/P&gt;&lt;P&gt;{$&amp;lt;Country -= {'Sweden'}&amp;gt;}&lt;/P&gt;&lt;P&gt;But what this also means that I will get ALL other contries except Sweden, what if I have 5 countries showing, 10 possible, and now I want to make sure that Sweden is never shown. How can I exclude it, while still allowing a filter for the others?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:17:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-just-1-value-with-set-analysis/m-p/1551092#M440282</guid>
      <dc:creator>robinwiman</dc:creator>
      <dc:date>2024-11-16T04:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude just 1 value with set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-just-1-value-with-set-analysis/m-p/1551093#M440283</link>
      <description>&lt;P&gt;This should do it (your second modifier)&lt;/P&gt;&lt;PRE&gt;{$&amp;lt;Country -= {'Sweden'}&amp;gt;}&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Mar 2019 13:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-just-1-value-with-set-analysis/m-p/1551093#M440283</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-03-01T13:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude just 1 value with set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-just-1-value-with-set-analysis/m-p/1551096#M440284</link>
      <description>Thank you for your response.&lt;BR /&gt;Still, it will then show ALL other countries but Sweden.&lt;BR /&gt;I don't want to reverse the selection, I just want Sweden to not show in this particular table. When I use {$&amp;lt;Country -= {'Sweden'}&amp;gt;} it will show over 40 countries I have available. With no set analysis, the table will show only 5 countries (these are the only ones I want to show, since they have a sales value).</description>
      <pubDate>Fri, 01 Mar 2019 13:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-just-1-value-with-set-analysis/m-p/1551096#M440284</guid>
      <dc:creator>robinwiman</dc:creator>
      <dc:date>2019-03-01T13:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude just 1 value with set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-just-1-value-with-set-analysis/m-p/1551098#M440285</link>
      <description>&lt;P&gt;So,&amp;nbsp;&lt;SPAN&gt;{$&amp;lt;Country -= {'Sweden'}&amp;gt;} should exclude Country = Sweden with or without selection. But will also exclude Countries which are not in your current selection. Is this not what you want?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 13:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-just-1-value-with-set-analysis/m-p/1551098#M440285</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-03-01T13:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude just 1 value with set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-just-1-value-with-set-analysis/m-p/1551102#M440286</link>
      <description>This is my expression:&lt;BR /&gt;Sum ( {&amp;lt;[Store Type2] = {'Concept','SiS','Soft shop'} &amp;gt;} {$&amp;lt;Country -= {'Sweden'}&amp;gt;} If(WildMatch(SeasonCalc, vCurrentSeasonCalc),Fsgantal*Shoes))</description>
      <pubDate>Fri, 01 Mar 2019 13:23:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-just-1-value-with-set-analysis/m-p/1551102#M440286</guid>
      <dc:creator>robinwiman</dc:creator>
      <dc:date>2019-03-01T13:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude just 1 value with set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-just-1-value-with-set-analysis/m-p/1551103#M440287</link>
      <description>&lt;P&gt;You might need to combine the two modifiers into one&lt;/P&gt;&lt;PRE&gt;Sum({&amp;lt;[Store Type2] = {'Concept', 'SiS', 'Soft shop'}, Country -= {'Sweden'}&amp;gt;} If(WildMatch(SeasonCalc, vCurrentSeasonCalc), Fsgantal*Shoes))&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Mar 2019 13:25:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-just-1-value-with-set-analysis/m-p/1551103#M440287</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-03-01T13:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude just 1 value with set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-just-1-value-with-set-analysis/m-p/1551104#M440288</link>
      <description>&lt;P&gt;Try it with:&lt;/P&gt;&lt;P&gt;{$&amp;lt;Country &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;/FONT&gt;= {"*"} - {'Sweden'}&amp;gt;}&lt;BR /&gt;&amp;nbsp;&amp;nbsp; or maybe&lt;BR /&gt;{$&amp;lt;Country = p({&amp;lt; Country -= {'Sweden'}&amp;gt;} Country)&amp;gt;}&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 13:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-just-1-value-with-set-analysis/m-p/1551104#M440288</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-03-01T13:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude just 1 value with set analysis?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-just-1-value-with-set-analysis/m-p/1551109#M440289</link>
      <description>Thanks. I was missing to put them both in the same set. This works.</description>
      <pubDate>Fri, 01 Mar 2019 13:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-just-1-value-with-set-analysis/m-p/1551109#M440289</guid>
      <dc:creator>robinwiman</dc:creator>
      <dc:date>2019-03-01T13:33:12Z</dc:date>
    </item>
  </channel>
</rss>

