<?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 convert date format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/convert-date-format/m-p/192922#M501217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;yes, all rigth&lt;/P&gt;&lt;P&gt;'006' is month 6 (june)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want monthend 30/06/2010 and I have 12 period&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Jan 2011 21:43:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-29T21:43:31Z</dc:date>
    <item>
      <title>convert date format</title>
      <link>https://community.qlik.com/t5/QlikView/convert-date-format/m-p/192919#M501212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear friends,&lt;/P&gt;&lt;P&gt;how can convert the date 006.2010 in 30/06/2010??&lt;/P&gt;&lt;P&gt;in the table there is the period 006.2010 and I want convert in script to date 30/06/2010 and then manage this one in master calendar&lt;/P&gt;&lt;P&gt;can you help me&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;gennaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jan 2011 17:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-date-format/m-p/192919#M501212</guid>
      <dc:creator />
      <dc:date>2011-01-29T17:06:37Z</dc:date>
    </item>
    <item>
      <title>convert date format</title>
      <link>https://community.qlik.com/t5/QlikView/convert-date-format/m-p/192920#M501213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I done in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory; CO_PA: LOAD&lt;/P&gt;&lt;P&gt;MonthEnd(makedate((right(Periodo, 4)), (left(Periodo, 3)))) as Data,&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;//Calendar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET varMinDate = Num(Peek('MinDate'));&lt;/P&gt;&lt;P&gt;LET varMaxDate = Num(Peek('MaxDate'));&lt;/P&gt;&lt;P&gt;LET vToday = num(today());&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE MaxMinDate;&lt;/P&gt;&lt;P&gt;//*************** Temporary Calendar ***************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TempCalendar:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;$(varMinDate) + rowno() - 1 AS Num,&lt;/P&gt;&lt;P&gt;date($(varMinDate) + rowno() - 1) AS TempDate&lt;/P&gt;&lt;P&gt;AUTOGENERATE $(varMaxDate) - $(varMinDate) + 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//*************** Master Calendar ***************&lt;/P&gt;&lt;P&gt;MasterCalendar:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;TempDate AS Data,&lt;/P&gt;&lt;P&gt;Year(TempDate)as Anno,&lt;/P&gt;&lt;P&gt;Month(TempDate) as Mese,&lt;/P&gt;&lt;P&gt;Week(TempDate) as Settimana,&lt;/P&gt;&lt;P&gt;'Q' &amp;amp; Ceil(Month(TempDate)/3) as Quarter&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;but there's this error:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/8461.2011_2D00_01_2D00_29_5F00_194232.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/8461.2011_2D00_01_2D00_29_5F00_194232.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jan 2011 19:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-date-format/m-p/192920#M501213</guid>
      <dc:creator />
      <dc:date>2011-01-29T19:45:50Z</dc:date>
    </item>
    <item>
      <title>convert date format</title>
      <link>https://community.qlik.com/t5/QlikView/convert-date-format/m-p/192921#M501215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain a bit more how the period maps to the date? Is the period "006" month 6 and you want the monthend as date? Do you have 12 periods 1-12?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jan 2011 19:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-date-format/m-p/192921#M501215</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-01-29T19:48:48Z</dc:date>
    </item>
    <item>
      <title>convert date format</title>
      <link>https://community.qlik.com/t5/QlikView/convert-date-format/m-p/192922#M501217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;yes, all rigth&lt;/P&gt;&lt;P&gt;'006' is month 6 (june)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want monthend 30/06/2010 and I have 12 period&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jan 2011 21:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-date-format/m-p/192922#M501217</guid>
      <dc:creator />
      <dc:date>2011-01-29T21:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: convert date format</title>
      <link>https://community.qlik.com/t5/QlikView/convert-date-format/m-p/192923#M501219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hi, is that what you mean?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;=MonthEnd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( '006.2010', '0MM.YYYY' ) ) ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 01:37:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-date-format/m-p/192923#M501219</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-11T01:37:12Z</dc:date>
    </item>
  </channel>
</rss>

