<?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 Excluding a value from a dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/303276#M579357</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you can use IF in youtr expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;IF(&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt; [Pipeline Year] &amp;gt;=2008 AND &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt; [Pipeline Year] &amp;lt;=2012,&lt;/SPAN&gt;&lt;/SPAN&gt;((Sum({&amp;lt; [Pipeline Month]={$(varCurrentMonth)}, COUNTY -={'JSY','GNY','IOM','NHQ'}&amp;gt;} [InCompany Revenue]) +&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;Sum({&amp;lt; [Pipeline Month]={$(varCurrentMonth)}, COUNTY -={'JSY','GNY','IOM','NHQ'}&amp;gt;} [Scheduled Revenue]))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Feb 2012 11:03:55 GMT</pubDate>
    <dc:creator>jvitantonio</dc:creator>
    <dc:date>2012-02-21T11:03:55Z</dc:date>
    <item>
      <title>Excluding a value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/303275#M579356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should be an easy one, this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a simple chart with a field called [Pipeline Year] as the dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression is: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;((Sum({&amp;lt; [Pipeline Month]={$(varCurrentMonth)}, COUNTY -={'JSY','GNY','IOM','NHQ'}&amp;gt;} [InCompany Revenue]) + &lt;/P&gt;&lt;P&gt;Sum({&amp;lt; [Pipeline Month]={$(varCurrentMonth)}, COUNTY -={'JSY','GNY','IOM','NHQ'}&amp;gt;} [Scheduled Revenue])))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I want to see the month's revenue for the last 5 years. 2012-2008 but because there is money in already in the pipeline for 2013, 2013 is included in the chart. How best is it to exlude 2013 and keep it to 2012-2008? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do i need to add a caclulated dimension or is there a better way of excluding 2013 (or any future years). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 10:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/303275#M579356</guid>
      <dc:creator />
      <dc:date>2012-02-21T10:49:27Z</dc:date>
    </item>
    <item>
      <title>Excluding a value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/303276#M579357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you can use IF in youtr expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;IF(&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt; [Pipeline Year] &amp;gt;=2008 AND &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt; [Pipeline Year] &amp;lt;=2012,&lt;/SPAN&gt;&lt;/SPAN&gt;((Sum({&amp;lt; [Pipeline Month]={$(varCurrentMonth)}, COUNTY -={'JSY','GNY','IOM','NHQ'}&amp;gt;} [InCompany Revenue]) +&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;Sum({&amp;lt; [Pipeline Month]={$(varCurrentMonth)}, COUNTY -={'JSY','GNY','IOM','NHQ'}&amp;gt;} [Scheduled Revenue]))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 11:03:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/303276#M579357</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2012-02-21T11:03:55Z</dc:date>
    </item>
    <item>
      <title>Excluding a value from a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/303277#M579358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks a lot user14, that is just what I needed. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 11:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-a-value-from-a-dimension/m-p/303277#M579358</guid>
      <dc:creator />
      <dc:date>2012-02-21T11:08:31Z</dc:date>
    </item>
  </channel>
</rss>

