<?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: Exclude value from dimention in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-value-from-dimention/m-p/361209#M134124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(Year([Fieldname]) &amp;lt;&amp;gt; '2012', Year([Fieldname]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jun 2012 17:05:55 GMT</pubDate>
    <dc:creator>alec1982</dc:creator>
    <dc:date>2012-06-20T17:05:55Z</dc:date>
    <item>
      <title>Exclude value from dimention</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-value-from-dimention/m-p/361207#M134122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; How can I exclude a value from showing up in dimension&lt;/P&gt;&lt;P&gt;like the dimension in my case is Year([Fieldname])&lt;/P&gt;&lt;P&gt;And the field shows 2012&amp;nbsp; 2013&amp;nbsp;&amp;nbsp; 2014&amp;nbsp;&amp;nbsp;&amp;nbsp; 2015&lt;/P&gt;&lt;P&gt;I would like to exclude 2012.&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 16:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-value-from-dimention/m-p/361207#M134122</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2012-06-20T16:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude value from dimention</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-value-from-dimention/m-p/361208#M134123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Alec. &lt;/P&gt;&lt;P&gt;Are you using this dimension in a list or in a chart? &lt;/P&gt;&lt;P&gt;You can change your it a little bit to exclude 2012. &lt;/P&gt;&lt;P&gt;For example, instead of Year([Fieldname]), you can use: &lt;/P&gt;&lt;P&gt;= if ( Year([Fieldname]) &amp;gt; 2012, Year([Fieldname]) )&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;= if ( Year([Fieldname]) &amp;gt; year(today()), Year([Fieldname]) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a listbox, the result will 2013, 2014... &lt;/P&gt;&lt;P&gt;In a chart, 2012 results will be a in a line where Year is NULL. &lt;/P&gt;&lt;P&gt;You can hide this by checking the option 'Hide when value is null' on the dimension tab of your chart. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... you can also create a Year field, instead of using Year([Fieldname]) in your charts. this might increase the performance a little bit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 17:01:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-value-from-dimention/m-p/361208#M134123</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2012-06-20T17:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude value from dimention</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-value-from-dimention/m-p/361209#M134124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(Year([Fieldname]) &amp;lt;&amp;gt; '2012', Year([Fieldname]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 17:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-value-from-dimention/m-p/361209#M134124</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2012-06-20T17:05:55Z</dc:date>
    </item>
  </channel>
</rss>

