<?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: Joining fields to create date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Joining-fields-to-create-date/m-p/67502#M786423</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;in the loading script, in the same table where you are loading these two fields you may add the flowing statement:&lt;/P&gt;&lt;P&gt;date#(Mat_Month&amp;amp;'/'&amp;amp;Mat_Year,'MM/YYYY') as Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fonction date# to force qlik to read the field as a date and not a string;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Mar 2018 17:26:09 GMT</pubDate>
    <dc:creator>kfoudhaily</dc:creator>
    <dc:date>2018-03-07T17:26:09Z</dc:date>
    <item>
      <title>Joining fields to create date</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-fields-to-create-date/m-p/67500#M786421</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;/P&gt;&lt;P&gt;I have two date fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mat_Year = format YYYY&lt;/P&gt;&lt;P&gt;Mat_Month = format MM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can someone help me to join these fields together to create a field in the format MMM-YY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Daniel&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/Joining-fields-to-create-date/m-p/67500#M786421</guid>
      <dc:creator>danielnevitt</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Joining fields to create date</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-fields-to-create-date/m-p/67501#M786422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Date#(Mat_Year&amp;amp;'-'&amp;amp;Mat_Month, 'YYYY-MM'), 'MMM-YY') as Mat_MonthYear&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 17:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-fields-to-create-date/m-p/67501#M786422</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-07T17:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Joining fields to create date</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-fields-to-create-date/m-p/67502#M786423</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;in the loading script, in the same table where you are loading these two fields you may add the flowing statement:&lt;/P&gt;&lt;P&gt;date#(Mat_Month&amp;amp;'/'&amp;amp;Mat_Year,'MM/YYYY') as Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fonction date# to force qlik to read the field as a date and not a string;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 17:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-fields-to-create-date/m-p/67502#M786423</guid>
      <dc:creator>kfoudhaily</dc:creator>
      <dc:date>2018-03-07T17:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Joining fields to create date</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-fields-to-create-date/m-p/67503#M786424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That works great, thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only issue I have is that the format is Mmm-YY (Jan-18) rather than MMM-YY (JAN-18).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible for the output to be in format MMM-YY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 17:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-fields-to-create-date/m-p/67503#M786424</guid>
      <dc:creator>danielnevitt</dc:creator>
      <dc:date>2018-03-07T17:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Joining fields to create date</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-fields-to-create-date/m-p/67504#M786425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure.... all you need to do is to change your environmental variable from&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET MonthNames='JAN;FEB;MAR;APR;MAY;JUN;JUL;AUG;SEP;OCT;NOV;DEC';&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 17:37:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-fields-to-create-date/m-p/67504#M786425</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-07T17:37:01Z</dc:date>
    </item>
  </channel>
</rss>

