<?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: Qlikview: Convert &amp; Create dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Convert-Create-dates/m-p/112477#M600902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Year is the &lt;STRONG&gt;first&lt;/STRONG&gt; argument for the MAKEDATE function.&lt;/P&gt;&lt;P&gt;From QV Help:&lt;/P&gt;&lt;P class="syntax_heading" data-mc-autonum="Syntax: " style="font-size: 14px; margin: 10px 0; font-weight: bold; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;SPAN class="autonumber"&gt;Syntax: &lt;/SPAN&gt; &lt;/P&gt;&lt;P class="syntax" data-mc-conditions="Primary.NotToTranslate" style="font-size: 16px; margin: 10px 0; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; background-color: #f4f4f4; color: #0f0f0f;"&gt;&lt;SPAN class="script_token" style="font-weight: bold; font-size: 12px;"&gt;MakeDate(&lt;/SPAN&gt;&lt;SPAN class="bnf_token" style="font-size: 12px;"&gt;YYYY [ , MM [ , DD ] ]&lt;/SPAN&gt;&lt;SPAN class="statement" style="font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 14px; margin: 10px 0; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;SPAN style="font-weight: bold;"&gt;Return data type:&lt;/SPAN&gt; dual&lt;/P&gt;&lt;P class="arguments" data-mc-autonum="Arguments: " style="font-size: 14px; margin: 10px 0; font-weight: bold; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;SPAN class="autonumber"&gt;Arguments: &lt;/SPAN&gt; &lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-tableGrid" style="margin-bottom: 15px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; margin-right: auto;"&gt;&lt;THEAD style="border-top: 2px solid #0f0f0f;"&gt;&lt;TR class="Head-Header1"&gt;&lt;TH class="HeadI--" style="padding: 5px 7px; text-align: left;"&gt;Argument&lt;/TH&gt;&lt;TH class="HeadG--" style="padding: 5px 7px; text-align: left;"&gt;Description&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="border-top-width: 2px; border-top-color: #0f0f0f;"&gt;&lt;TR class="Body-Body1" style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyI--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;YYYY&lt;/TD&gt;&lt;TD class="BodyG--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;The year as an integer.&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1" style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyI--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;MM&lt;/TD&gt;&lt;TD class="BodyG--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;The month as an integer. If no month is stated, 1 (January) is assumed.&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1" style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyC--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;DD&lt;/TD&gt;&lt;TD class="BodyA--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;The day as an integer.&lt;P style="font-size: inherit; margin: 0 0 5px;"&gt;If no day is stated, 1 (the 1st) is assumed.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Sep 2018 15:28:04 GMT</pubDate>
    <dc:creator>m_woolf</dc:creator>
    <dc:date>2018-09-26T15:28:04Z</dc:date>
    <item>
      <title>Qlikview: Convert &amp; Create dates</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Convert-Create-dates/m-p/112476#M600901</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;I have a source, where date is formatted in month and year columns: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="date.png" class="jive-image image-1" height="203" src="https://community.qlik.com/legacyfs/online/214518_date.png" style="height: 202.851px; width: 124px;" width="124" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to convert it to MM.YYYY format and use it as Time dimension in charts etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already tried this function: &lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;DATE&lt;/STRONG&gt;&lt;/SPAN&gt; (&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;MakeDate&lt;/STRONG&gt;&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;MONTH&lt;/STRONG&gt;&lt;/SPAN&gt;('month'),&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;YEAR&lt;/STRONG&gt;&lt;/SPAN&gt;('year')),'MM.YYYY') as date2,&lt;/P&gt;&lt;P&gt;but did not solve the problem. After load, new field &lt;SPAN style="color: #993366;"&gt;&lt;STRONG&gt;date2&lt;/STRONG&gt;&lt;/SPAN&gt; just shows '-'&lt;/P&gt;&lt;P&gt;Perhaps it is conflicted with my SET statements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DateFormat='DD.MM.YYYY';&lt;/P&gt;&lt;P&gt;SET FirstWeekDay=0;&lt;/P&gt;&lt;P&gt;SET FirstMonthOfYear=1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2018 14:36:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Convert-Create-dates/m-p/112476#M600901</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-26T14:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview: Convert &amp; Create dates</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Convert-Create-dates/m-p/112477#M600902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Year is the &lt;STRONG&gt;first&lt;/STRONG&gt; argument for the MAKEDATE function.&lt;/P&gt;&lt;P&gt;From QV Help:&lt;/P&gt;&lt;P class="syntax_heading" data-mc-autonum="Syntax: " style="font-size: 14px; margin: 10px 0; font-weight: bold; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;SPAN class="autonumber"&gt;Syntax: &lt;/SPAN&gt; &lt;/P&gt;&lt;P class="syntax" data-mc-conditions="Primary.NotToTranslate" style="font-size: 16px; margin: 10px 0; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; background-color: #f4f4f4; color: #0f0f0f;"&gt;&lt;SPAN class="script_token" style="font-weight: bold; font-size: 12px;"&gt;MakeDate(&lt;/SPAN&gt;&lt;SPAN class="bnf_token" style="font-size: 12px;"&gt;YYYY [ , MM [ , DD ] ]&lt;/SPAN&gt;&lt;SPAN class="statement" style="font-weight: bold;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 14px; margin: 10px 0; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;SPAN style="font-weight: bold;"&gt;Return data type:&lt;/SPAN&gt; dual&lt;/P&gt;&lt;P class="arguments" data-mc-autonum="Arguments: " style="font-size: 14px; margin: 10px 0; font-weight: bold; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;SPAN class="autonumber"&gt;Arguments: &lt;/SPAN&gt; &lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-tableGrid" style="margin-bottom: 15px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; margin-right: auto;"&gt;&lt;THEAD style="border-top: 2px solid #0f0f0f;"&gt;&lt;TR class="Head-Header1"&gt;&lt;TH class="HeadI--" style="padding: 5px 7px; text-align: left;"&gt;Argument&lt;/TH&gt;&lt;TH class="HeadG--" style="padding: 5px 7px; text-align: left;"&gt;Description&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="border-top-width: 2px; border-top-color: #0f0f0f;"&gt;&lt;TR class="Body-Body1" style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyI--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;YYYY&lt;/TD&gt;&lt;TD class="BodyG--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;The year as an integer.&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1" style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyI--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;MM&lt;/TD&gt;&lt;TD class="BodyG--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;The month as an integer. If no month is stated, 1 (January) is assumed.&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1" style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyC--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;DD&lt;/TD&gt;&lt;TD class="BodyA--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;The day as an integer.&lt;P style="font-size: inherit; margin: 0 0 5px;"&gt;If no day is stated, 1 (the 1st) is assumed.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2018 15:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Convert-Create-dates/m-p/112477#M600902</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2018-09-26T15:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview: Convert &amp; Create dates</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Convert-Create-dates/m-p/112478#M600903</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;SPAN style="font-size: 13.3333px;"&gt;TMP:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;LOAD *, DATE(MakeDate(year,month),'MM.YYYY') AS MY_DATE,&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD * Inline&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;year,month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2018,3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2018,5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2017,11&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2018,7&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2018,3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2017,11&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2017,11&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2018,7&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;EXIT SCRIPT;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2018 16:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Convert-Create-dates/m-p/112478#M600903</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2018-09-26T16:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview: Convert &amp; Create dates</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Convert-Create-dates/m-p/112479#M600904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, MakeDate in the right order with Inline load worked perfectly!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 08:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Convert-Create-dates/m-p/112479#M600904</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-01T08:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview: Convert &amp; Create dates</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Convert-Create-dates/m-p/112480#M600905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try changing your expression to &lt;STRONG&gt;Date(MonthEnd(makedate(2018,3)),'MM.YYYY')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 10:03:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Convert-Create-dates/m-p/112480#M600905</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-10-01T10:03:02Z</dc:date>
    </item>
  </channel>
</rss>

