<?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: Format Date When Loading in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Format-Date-When-Loading/m-p/29727#M773296</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like you are specifying two columns. One with an abbreviation of the month name "In" and one with a number called "Out". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think you need the mapping load, unless there is another reason for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I removed the mapping load and ApplyMap function and it loaded fine based on the inline data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Map_Months:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In,Out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan,01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feb,02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mar,03&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apr,04&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May,05&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jun,06&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jul,07&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aug,08&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sep,09&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oct,10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nov,11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dec,12&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD dual(Month('Map_Months')) AS Month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2018 20:07:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-05-14T20:07:50Z</dc:date>
    <item>
      <title>Format Date When Loading</title>
      <link>https://community.qlik.com/t5/QlikView/Format-Date-When-Loading/m-p/29725#M773294</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;How do I get the month function to accept only the month number when loading in data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is part of my script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Map_Months:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAPPING LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In,Out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan,01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feb,02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mar,03&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apr,04&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May,05&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jun,06&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jul,07&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aug,08&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sep,09&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oct,10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nov,11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dec,12&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD Month(ApplyMap('Map_Months',Month)) AS Month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-Date-When-Loading/m-p/29725#M773294</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Format Date When Loading</title>
      <link>https://community.qlik.com/t5/QlikView/Format-Date-When-Loading/m-p/29726#M773295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try without the Month() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD ApplyMap('Map_Months', Month) as Month&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or this&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD ApplyMap('Map_Months', Month(Date#(Month, 'MMM'))) as Month&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 19:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-Date-When-Loading/m-p/29726#M773295</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-14T19:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Format Date When Loading</title>
      <link>https://community.qlik.com/t5/QlikView/Format-Date-When-Loading/m-p/29727#M773296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like you are specifying two columns. One with an abbreviation of the month name "In" and one with a number called "Out". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think you need the mapping load, unless there is another reason for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I removed the mapping load and ApplyMap function and it loaded fine based on the inline data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Map_Months:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In,Out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan,01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feb,02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mar,03&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apr,04&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May,05&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jun,06&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jul,07&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aug,08&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sep,09&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oct,10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nov,11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dec,12&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD dual(Month('Map_Months')) AS Month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 20:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-Date-When-Loading/m-p/29727#M773296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-14T20:07:50Z</dc:date>
    </item>
  </channel>
</rss>

