<?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: How to extract a date filed? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-extract-a-date-filed/m-p/1220448#M390315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&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;Use makeDate()&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;It will help you&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;For details check in help menu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Nov 2016 07:51:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-14T07:51:06Z</dc:date>
    <item>
      <title>How to extract a date filed?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-a-date-filed/m-p/1220445#M390312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a doubt in extracting the date filed from Year and Month fields.I have data like this;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Period&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="64"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="17" width="64"&gt;200501&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="17"&gt;200502&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="17"&gt;200502&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="64"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="17" width="64"&gt;200601&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="17"&gt;200602&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly help me on thos to getting a Date field.&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;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chirumamilla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 12:27:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-a-date-filed/m-p/1220445#M390312</guid>
      <dc:creator />
      <dc:date>2016-11-09T12:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract a date filed?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-a-date-filed/m-p/1220446#M390313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;date#(Period,'YYYYMM') as Period&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 14:11:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-a-date-filed/m-p/1220446#M390313</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-09T14:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract a date filed?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-a-date-filed/m-p/1220447#M390314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;date(Date#(datefield,'YYYYMM'),'YYYYMM') AS Preiod_Date&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 07:47:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-a-date-filed/m-p/1220447#M390314</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-11-14T07:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract a date filed?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-a-date-filed/m-p/1220448#M390315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&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;Use makeDate()&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;It will help you&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;For details check in help menu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 07:51:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-a-date-filed/m-p/1220448#M390315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-14T07:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract a date filed?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-a-date-filed/m-p/1220449#M390316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with Makedate function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Makedate(Year(Period),Month(Period)) as Datefield&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 08:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-a-date-filed/m-p/1220449#M390316</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-11-14T08:02:47Z</dc:date>
    </item>
  </channel>
</rss>

