<?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: Excluding some values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excluding-some-values/m-p/1079811#M930431</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the link!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using = - {} instead of - = {} did the trick!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2016 10:56:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-16T10:56:15Z</dc:date>
    <item>
      <title>Excluding some values</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-some-values/m-p/1079808#M930428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question concerning the exclusion of some values.&lt;/P&gt;&lt;P&gt;I have a dimension Year= 1998, 2013, 2014, 2015, 2016&lt;/P&gt;&lt;P&gt;And I have the dimension Month= jan ... dec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I create my report, I select the current month and year. A couple of my tables only show he results for that specific month and year. One of my tables however is a chart with &lt;STRONG&gt;all&lt;/STRONG&gt; months visbible, so I use &lt;EM&gt;Month=&lt;/EM&gt; in my expression. That's that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I also want multiple years visible. This is where the issue lies: I only want 2014, 2015 and 2016.&lt;/P&gt;&lt;P&gt;Problem is, to create my report, I selected '2016' and I cannot write &lt;EM&gt;Year=&lt;/EM&gt; because that would also show me results for 1998 and 2013 in this specific chart (and I do not want those years being visible).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use the combination of both &lt;EM&gt;Year= &lt;/EM&gt;in my expression and a calculated dimension saying =if(Year='2014' OR '2015' OR '2016', Year) but that does not work unfortunately, it still shows me all of the values for Year. Apparently an expression is 'stronger' dan a calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I solve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-some-values/m-p/1079808#M930428</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding some values</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-some-values/m-p/1079809#M930429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk below&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4424"&gt;Excluding values in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 08:43:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-some-values/m-p/1079809#M930429</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-16T08:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding some values</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-some-values/m-p/1079810#M930430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if your expression is Sum(Sales) then to exclude the year 1998 you write the following:&lt;/P&gt;&lt;P&gt;sum(${&amp;lt;Year={'*'}&amp;gt;-&amp;lt;Year={1998}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;* means all years (Nulls are excluded)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;you can write sum({&amp;lt;Year -={1998}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 08:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-some-values/m-p/1079810#M930430</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2016-03-16T08:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding some values</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-some-values/m-p/1079811#M930431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the link!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using = - {} instead of - = {} did the trick!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 10:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-some-values/m-p/1079811#M930431</guid>
      <dc:creator />
      <dc:date>2016-03-16T10:56:15Z</dc:date>
    </item>
  </channel>
</rss>

