<?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 AW:Date conversion problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-conversion-problem/m-p/294608#M1200499</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might need to do this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;date(date#([Revenue month],'MMMM YYYY'),'MMMM YYYY') as Revenue_month,&lt;/P&gt;&lt;P&gt;I always wrap date#() in date() when reading in fields. It's been so long I can't even remember what happens if I don't.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Dec 2010 02:28:52 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2010-12-18T02:28:52Z</dc:date>
    <item>
      <title>Date conversion problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-conversion-problem/m-p/294603#M1200494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to find a solution for the following problem:&lt;/P&gt;&lt;P&gt;I receive a production planning date in a format "MONTHNAME YYYY" - that tells me that a certain material has to be produced let's say in "JULY 2011". Is there a way to generate a date out of this format?&lt;/P&gt;&lt;P&gt;I was able to add a column via Access that the splits this information into two separate fields "07" and "2011", but I found no way to show this information in two listboxes as "July" and "2011". Needless to say that the month name should be in the correct order.&lt;/P&gt;&lt;P&gt;I also would like to make then a selection of the months that belong to our business year (April-March) and one to the calendar year (January-December).&lt;/P&gt;&lt;P&gt;BTW: I'm using a german version of QlikView.&lt;/P&gt;&lt;P&gt;I really appreciate all hints I can get.&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;P&gt;Günter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 17:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-conversion-problem/m-p/294603#M1200494</guid>
      <dc:creator />
      <dc:date>2010-12-16T17:25:10Z</dc:date>
    </item>
    <item>
      <title>AW:Date conversion problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-conversion-problem/m-p/294604#M1200495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Guenter&lt;/P&gt;&lt;P&gt;yes, there is a solution:&lt;/P&gt;&lt;P&gt;Date#(Field,'MMMM YYYY') as Datefield&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 17:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-conversion-problem/m-p/294604#M1200495</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2010-12-16T17:49:50Z</dc:date>
    </item>
    <item>
      <title>AW:Date conversion problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-conversion-problem/m-p/294605#M1200496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martina,&lt;/P&gt;&lt;P&gt;thanks for the quick reply. Used the following import script according to your proposal:&lt;/P&gt;&lt;P&gt;LOAD A,&lt;BR /&gt; Date#(B,'MMMM YYYY') as Datefield,&lt;BR /&gt; C,&lt;/P&gt;&lt;P&gt;A is the department, B in this case is the field with the date "January 2011", C blah, blah,&lt;/P&gt;&lt;P&gt;The import works fine - the box is named Datefield, but the months still show up in a wrong order, ie. February, January, March. Is there something else I need to do in the settings somwhere?&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Günter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 20:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-conversion-problem/m-p/294605#M1200496</guid>
      <dc:creator />
      <dc:date>2010-12-16T20:26:39Z</dc:date>
    </item>
    <item>
      <title>AW:Date conversion problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-conversion-problem/m-p/294606#M1200497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Months are dual, each has text value (Jan) and numeric value (1). If you sort by num numeric value, it should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 21:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-conversion-problem/m-p/294606#M1200497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-16T21:00:12Z</dc:date>
    </item>
    <item>
      <title>AW:Date conversion problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-conversion-problem/m-p/294607#M1200498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So far I d not get ahead...&lt;/P&gt;&lt;P&gt;The list box is still not listed correctly nor does the field work anymore as it was intended i.e. clicking on a month should bring only the activities in this month.&lt;/P&gt;&lt;P&gt;The import string looks like this now: &lt;B&gt;LOAD&lt;BR /&gt;&lt;/B&gt;&lt;B&gt;Department&lt;/B&gt;,&lt;BR /&gt;Date#([Revenue month],'MMMM YYYY')as Revenue_month,&lt;BR /&gt;[Production month],&lt;BR /&gt;[Item description],&lt;BR /&gt;Country, &lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I was able to get also one separate field with the month number (sorted correctly) I think it might be easier to show these numbers as written month name. How would this work?&lt;/P&gt;&lt;P&gt;Günter&lt;/P&gt;&lt;H4&gt;&lt;/H4&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/674/4572.QlikViewScreenshot.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/674/4572.QlikViewScreenshot.jpg" /&gt;&lt;/A&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/674/1537.QlikViewScreenshot1.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/674/1537.QlikViewScreenshot1.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2010 08:03:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-conversion-problem/m-p/294607#M1200498</guid>
      <dc:creator />
      <dc:date>2010-12-17T08:03:13Z</dc:date>
    </item>
    <item>
      <title>AW:Date conversion problem</title>
      <link>https://community.qlik.com/t5/QlikView/Date-conversion-problem/m-p/294608#M1200499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might need to do this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;date(date#([Revenue month],'MMMM YYYY'),'MMMM YYYY') as Revenue_month,&lt;/P&gt;&lt;P&gt;I always wrap date#() in date() when reading in fields. It's been so long I can't even remember what happens if I don't.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Dec 2010 02:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-conversion-problem/m-p/294608#M1200499</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-12-18T02:28:52Z</dc:date>
    </item>
  </channel>
</rss>

