<?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: Re: Date, year(date) and month(date) question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-year-date-and-month-date-question/m-p/532157#M1131347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a Sample...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure what the script should look like then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Dec 2013 08:33:27 GMT</pubDate>
    <dc:creator>bailerie</dc:creator>
    <dc:date>2013-12-05T08:33:27Z</dc:date>
    <item>
      <title>Date, year(date) and month(date) question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-year-date-and-month-date-question/m-p/532153#M1131343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm totally new to app development. and a beginner to QV but I'm trying to get two list boxes from the one date column. one for year and one for month. I've used the expressions year(Date) and month(Date) from the Date field on the table. however when I select for e.g. 2013 and then Jan:Jun in the month list box. It shows me Jan to June in all years. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 08:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-year-date-and-month-date-question/m-p/532153#M1131343</guid>
      <dc:creator>bailerie</dc:creator>
      <dc:date>2013-12-05T08:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Date, year(date) and month(date) question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-year-date-and-month-date-question/m-p/532154#M1131344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should create several fields or dimensions (Month, Year) during the load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 08:21:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-year-date-and-month-date-question/m-p/532154#M1131344</guid>
      <dc:creator />
      <dc:date>2013-12-05T08:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Date, year(date) and month(date) question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-year-date-and-month-date-question/m-p/532155#M1131345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a sample app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 08:25:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-year-date-and-month-date-question/m-p/532155#M1131345</guid>
      <dc:creator />
      <dc:date>2013-12-05T08:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Date, year(date) and month(date) question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-year-date-and-month-date-question/m-p/532156#M1131346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Script editor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u have date field,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then apply filed names like this&lt;/P&gt;&lt;P&gt;Year(Date) as year&lt;/P&gt;&lt;P&gt;month(Date) as Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Day(Date) as Day like wise &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so many functions are there still u if u want monthend(fieldname),Monthname(fieldname);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in load script u have to write&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 08:28:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-year-date-and-month-date-question/m-p/532156#M1131346</guid>
      <dc:creator />
      <dc:date>2013-12-05T08:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Date, year(date) and month(date) question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-year-date-and-month-date-question/m-p/532157#M1131347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a Sample...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure what the script should look like then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 08:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-year-date-and-month-date-question/m-p/532157#M1131347</guid>
      <dc:creator>bailerie</dc:creator>
      <dc:date>2013-12-05T08:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Date, year(date) and month(date) question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-year-date-and-month-date-question/m-p/532158#M1131348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;PFA. I have taken a sample data from your script and done the changes accordingly. See the "Test" tab in qvw.&lt;/P&gt;&lt;P&gt;Key here is to create the Month &amp;amp; Year in script itself instead of creating them in front end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 08:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-year-date-and-month-date-question/m-p/532158#M1131348</guid>
      <dc:creator />
      <dc:date>2013-12-05T08:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Date, year(date) and month(date) question</title>
      <link>https://community.qlik.com/t5/QlikView/Date-year-date-and-month-date-question/m-p/532159#M1131349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, That Works when I load in Script...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 09:04:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-year-date-and-month-date-question/m-p/532159#M1131349</guid>
      <dc:creator>bailerie</dc:creator>
      <dc:date>2013-12-05T09:04:52Z</dc:date>
    </item>
  </channel>
</rss>

