<?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: month year format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/month-year-format/m-p/23993#M3950</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try below functions to convert them into date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Date(Date#(yearmonth,'YYYYMM')) as NewyearMonth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Date(Date#(OtherDate,'MMM YYYY')) as NewOtherDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can use this fields to link each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Feb 2018 07:07:15 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2018-02-28T07:07:15Z</dc:date>
    <item>
      <title>month year format</title>
      <link>https://community.qlik.com/t5/QlikView/month-year-format/m-p/23992#M3949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a master table which has&lt;/P&gt;&lt;P&gt;yearmonth as 201612&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and another table yearmonth as dec 2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;need to join the to tables on id and this monthyear flag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but both date are in different format (they are string values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to convert and den join these two tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 07:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-year-format/m-p/23992#M3949</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-28T07:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: month year format</title>
      <link>https://community.qlik.com/t5/QlikView/month-year-format/m-p/23993#M3950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try below functions to convert them into date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Date(Date#(yearmonth,'YYYYMM')) as NewyearMonth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Date(Date#(OtherDate,'MMM YYYY')) as NewOtherDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can use this fields to link each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 07:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-year-format/m-p/23993#M3950</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2018-02-28T07:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: month year format</title>
      <link>https://community.qlik.com/t5/QlikView/month-year-format/m-p/23994#M3951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its in string format so this function doesn't work directly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 07:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-year-format/m-p/23994#M3951</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-28T07:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: month year format</title>
      <link>https://community.qlik.com/t5/QlikView/month-year-format/m-p/23995#M3952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Try the below code. This may help in converting the yearmonth format from 201612 to Dec 2016&lt;/P&gt;&lt;P&gt;Date1:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;Date_1&lt;/P&gt;&lt;P&gt;201612&lt;/P&gt;&lt;P&gt;201601&lt;/P&gt;&lt;P&gt;201602];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date2:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Date_2&lt;/P&gt;&lt;P&gt;Dec 2016&lt;/P&gt;&lt;P&gt;Feb 2016&lt;/P&gt;&lt;P&gt;Jan 2016];&lt;/P&gt;&lt;P&gt;--------format date from Date1 alongwith your other column&lt;/P&gt;&lt;P&gt;load Date(Date#(Date_1,'YYYYMM'),'MMM YYYY') &lt;/P&gt;&lt;P&gt;Resident Date1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 07:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-year-format/m-p/23995#M3952</guid>
      <dc:creator>vineetadahiya12</dc:creator>
      <dc:date>2018-02-28T07:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: month year format</title>
      <link>https://community.qlik.com/t5/QlikView/month-year-format/m-p/23996#M3953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this - this will convert Dec 2016 to 201612&lt;/P&gt;&lt;P&gt;this may be helpful as well&lt;/P&gt;&lt;P&gt;Date(Date#(Date_2,'MMM YYYY'),'YYYYMM')&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 08:26:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-year-format/m-p/23996#M3953</guid>
      <dc:creator>vineetadahiya12</dc:creator>
      <dc:date>2018-02-28T08:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: month year format</title>
      <link>https://community.qlik.com/t5/QlikView/month-year-format/m-p/23997#M3954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so shud I do a left join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or just load table,beacuse it will hve synthetic keys two common columns are there&lt;/P&gt;&lt;P&gt;how to approach for this data model&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 13:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-year-format/m-p/23997#M3954</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-28T13:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: month year format</title>
      <link>https://community.qlik.com/t5/QlikView/month-year-format/m-p/23998#M3955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;kndly help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 05:41:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-year-format/m-p/23998#M3955</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-01T05:41:48Z</dc:date>
    </item>
  </channel>
</rss>

