<?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 List Box for Year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-for-Year/m-p/1796321#M1211269</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to Qlikview. Apology for asking this question if it is foolish one. I am trying to create a list box for Year. For some reason I get year from 1899 till 2021 even though I have data for 2019 and 2020 only. How do I show only 2019 and 2020 in my list box? I tried looking around in internet but no joy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Phunshey&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Apr 2021 09:09:30 GMT</pubDate>
    <dc:creator>Phunshey</dc:creator>
    <dc:date>2021-04-01T09:09:30Z</dc:date>
    <item>
      <title>List Box for Year</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-for-Year/m-p/1796321#M1211269</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to Qlikview. Apology for asking this question if it is foolish one. I am trying to create a list box for Year. For some reason I get year from 1899 till 2021 even though I have data for 2019 and 2020 only. How do I show only 2019 and 2020 in my list box? I tried looking around in internet but no joy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Phunshey&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 09:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-for-Year/m-p/1796321#M1211269</guid>
      <dc:creator>Phunshey</dc:creator>
      <dc:date>2021-04-01T09:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: List Box for Year</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-for-Year/m-p/1796325#M1211272</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/138504"&gt;@Phunshey&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It probably had something to do with your calendar table. If you click the year 1899 and nothing is being associated, then you have too many years in your calender. I suggest that you restrict the years in the calendar in loadscript by adding a where clause.&lt;/P&gt;&lt;P&gt;Examples where you want to see Year greater of equal to 2010&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Calender_example:
LOAD Year
,    Datefield
,    blabla
From table
Where Year&amp;gt;=2010 
;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Otherwise you can have a workaround in frontend.&lt;/P&gt;&lt;P&gt;Select 'Calculated dimension' from the properties as Field. Put the following expression in:&lt;/P&gt;&lt;P&gt;aggr(only({$&amp;lt;Year={'&amp;gt;=2010'}&amp;gt;}Year),Year)&lt;/P&gt;&lt;P&gt;Regards Eddie&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 09:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-for-Year/m-p/1796325#M1211272</guid>
      <dc:creator>eddie_wagt</dc:creator>
      <dc:date>2021-04-01T09:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: List Box for Year</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-for-Year/m-p/1796837#M1211339</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/95378"&gt;@eddie_wagt&lt;/a&gt;&amp;nbsp;. The first solution worked.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 10:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-for-Year/m-p/1796837#M1211339</guid>
      <dc:creator>Phunshey</dc:creator>
      <dc:date>2021-04-05T10:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: List Box for Year</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-for-Year/m-p/1797042#M1211353</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/138504"&gt;@Phunshey&lt;/a&gt;&amp;nbsp;great to hear. Happy qliking!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 07:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-for-Year/m-p/1797042#M1211353</guid>
      <dc:creator>eddie_wagt</dc:creator>
      <dc:date>2021-04-06T07:08:40Z</dc:date>
    </item>
  </channel>
</rss>

