<?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: Not all the years in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Not-all-the-years/m-p/876403#M1015275</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correction - as per Ruben's suggestion you can use a calculated dimension, so you don't &lt;EM&gt;have&lt;/EM&gt; to limit the data you're loading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if you're not going to allow it to be selected, why bother loading it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Apr 2015 15:03:04 GMT</pubDate>
    <dc:creator>marcus_malinow</dc:creator>
    <dc:date>2015-04-21T15:03:04Z</dc:date>
    <item>
      <title>Not all the years</title>
      <link>https://community.qlik.com/t5/QlikView/Not-all-the-years/m-p/876398#M1015270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Naamloos.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/84231_Naamloos.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;You see the years 2002 - 2015, but I only want to see the years 2012 - 2015 how can I fix that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 14:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-all-the-years/m-p/876398#M1015270</guid>
      <dc:creator />
      <dc:date>2015-04-21T14:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Not all the years</title>
      <link>https://community.qlik.com/t5/QlikView/Not-all-the-years/m-p/876399#M1015271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you can use an expression in multi-select box, ie:&lt;/P&gt;&lt;P&gt;=If(Year&amp;gt;2012, Year)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=If(Year&amp;gt;=Year(Today())-3, Year)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 15:00:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-all-the-years/m-p/876399#M1015271</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-04-21T15:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Not all the years</title>
      <link>https://community.qlik.com/t5/QlikView/Not-all-the-years/m-p/876400#M1015272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll have to limit the data you're loading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your load script you can use criteria such as 'where year(YourDateField) &amp;gt;= 2012'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 15:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-all-the-years/m-p/876400#M1015272</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2015-04-21T15:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Not all the years</title>
      <link>https://community.qlik.com/t5/QlikView/Not-all-the-years/m-p/876401#M1015273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this on ur&amp;nbsp; year field on multi box&amp;nbsp; properties &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ur year field&lt;/SPAN&gt;&amp;gt;='2012',ur year field,null())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 15:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-all-the-years/m-p/876401#M1015273</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-21T15:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Not all the years</title>
      <link>https://community.qlik.com/t5/QlikView/Not-all-the-years/m-p/876402#M1015274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why? When there are data behind, it might be shown. If no data behind, might be limited in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyhow: you may use an expression in the listbox:&lt;/P&gt;&lt;P&gt;IF(YearField &amp;gt;= 2012, YearField)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 15:02:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-all-the-years/m-p/876402#M1015274</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2015-04-21T15:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Not all the years</title>
      <link>https://community.qlik.com/t5/QlikView/Not-all-the-years/m-p/876403#M1015275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correction - as per Ruben's suggestion you can use a calculated dimension, so you don't &lt;EM&gt;have&lt;/EM&gt; to limit the data you're loading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if you're not going to allow it to be selected, why bother loading it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 15:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-all-the-years/m-p/876403#M1015275</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2015-04-21T15:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Not all the years</title>
      <link>https://community.qlik.com/t5/QlikView/Not-all-the-years/m-p/876404#M1015276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 15:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-all-the-years/m-p/876404#M1015276</guid>
      <dc:creator />
      <dc:date>2015-04-21T15:04:39Z</dc:date>
    </item>
  </channel>
</rss>

