<?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: Creating Date field from two separate fields for Year and Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-Date-field-from-two-separate-fields-for-Year-and-Month/m-p/668886#M676828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MakeDate(Year,Month,1) as Date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jun 2014 12:37:03 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-06-12T12:37:03Z</dc:date>
    <item>
      <title>Creating Date field from two separate fields for Year and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Date-field-from-two-separate-fields-for-Year-and-Month/m-p/668881#M676823</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 two separate fields for Year and Month.&lt;/P&gt;&lt;P&gt;can I create a date field from it?? Days I can take random.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 12:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Date-field-from-two-separate-fields-for-Year-and-Month/m-p/668881#M676823</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-06-12T12:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Date field from two separate fields for Year and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Date-field-from-two-separate-fields-for-Year-and-Month/m-p/668882#M676824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Date(Date#(Year&amp;amp;MONTH,'YYYYMM')). it'll give the start date for that month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 12:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Date-field-from-two-separate-fields-for-Year-and-Month/m-p/668882#M676824</guid>
      <dc:creator />
      <dc:date>2014-06-12T12:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Date field from two separate fields for Year and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Date-field-from-two-separate-fields-for-Year-and-Month/m-p/668883#M676825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Krupasagar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not working...is there any other option??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 12:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Date-field-from-two-separate-fields-for-Year-and-Month/m-p/668883#M676825</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-06-12T12:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Date field from two separate fields for Year and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Date-field-from-two-separate-fields-for-Year-and-Month/m-p/668884#M676826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;insert dates&lt;/P&gt;&lt;P&gt;1,&lt;/P&gt;&lt;P&gt;2,&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;31,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 12:27:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Date-field-from-two-separate-fields-for-Year-and-Month/m-p/668884#M676826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-12T12:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Date field from two separate fields for Year and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Date-field-from-two-separate-fields-for-Year-and-Month/m-p/668885#M676827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharma, Try with MakeDate function like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MakeDate(YEARFIELD, MONTH) AS DATEFIELD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you ignore day parameter, it takes 1st of month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 12:33:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Date-field-from-two-separate-fields-for-Year-and-Month/m-p/668885#M676827</guid>
      <dc:creator />
      <dc:date>2014-06-12T12:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Date field from two separate fields for Year and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Date-field-from-two-separate-fields-for-Year-and-Month/m-p/668886#M676828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MakeDate(Year,Month,1) as Date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 12:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Date-field-from-two-separate-fields-for-Year-and-Month/m-p/668886#M676828</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-12T12:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Date field from two separate fields for Year and Month</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Date-field-from-two-separate-fields-for-Year-and-Month/m-p/668887#M676829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, still not working... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 12:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Date-field-from-two-separate-fields-for-Year-and-Month/m-p/668887#M676829</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-06-12T12:58:55Z</dc:date>
    </item>
  </channel>
</rss>

