<?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 Select broken years in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-broken-years/m-p/472631#M1158003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I present Year and Month apart from each other in two list boxes. How do I select a broken year, such as November 2012 till Oktober 2013?&amp;nbsp; &lt;/P&gt;&lt;P&gt;Now I see January till December for the years 2012 and 2013. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Dec 2012 10:45:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-12-31T10:45:30Z</dc:date>
    <item>
      <title>Select broken years</title>
      <link>https://community.qlik.com/t5/QlikView/Select-broken-years/m-p/472631#M1158003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I present Year and Month apart from each other in two list boxes. How do I select a broken year, such as November 2012 till Oktober 2013?&amp;nbsp; &lt;/P&gt;&lt;P&gt;Now I see January till December for the years 2012 and 2013. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 10:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-broken-years/m-p/472631#M1158003</guid>
      <dc:creator />
      <dc:date>2012-12-31T10:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Select broken years</title>
      <link>https://community.qlik.com/t5/QlikView/Select-broken-years/m-p/472632#M1158004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve this by adding in your script a field (as MonthYear) that combines both of Year and Month together like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Year,&lt;/P&gt;&lt;P&gt;Month,&lt;/P&gt;&lt;P&gt;Month &amp;amp; '-' &amp;amp; Year as MonthYear,&lt;/P&gt;&lt;P&gt;etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if you have the actual date you can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD TrxDate,&lt;/P&gt;&lt;P&gt;Year(TrxDate) as Year,&lt;/P&gt;&lt;P&gt;Month(TrxDate) as Month,&lt;/P&gt;&lt;P&gt;Date(MonthStart(TrxDate), 'MMM-YYYY') as MonthYear&lt;/P&gt;&lt;P&gt;etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then simply use that MonthYear field as a listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 14:12:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-broken-years/m-p/472632#M1158004</guid>
      <dc:creator />
      <dc:date>2012-12-31T14:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Select broken years</title>
      <link>https://community.qlik.com/t5/QlikView/Select-broken-years/m-p/472633#M1158005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Monthname(TrxDate) does the trick quite nicely.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 14:33:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-broken-years/m-p/472633#M1158005</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2012-12-31T14:33:05Z</dc:date>
    </item>
  </channel>
</rss>

