<?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: Problem with the Date field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-the-Date-field/m-p/873426#M1003694</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dass,&lt;/P&gt;&lt;P&gt;The same i did and it worked using makedate function.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jun 2015 12:06:42 GMT</pubDate>
    <dc:creator>mohanrajsubrama</dc:creator>
    <dc:date>2015-06-11T12:06:42Z</dc:date>
    <item>
      <title>Problem with the Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-the-Date-field/m-p/873421#M1003689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I&amp;nbsp; have a 2 tables with date columns .In one of the table the date column format is MM/DD/YYYY .&lt;/P&gt;&lt;P&gt;In another table the date column is like 20050617.ie(yearmonth and date is combined).&lt;/P&gt;&lt;P&gt;Could you guys help me to resolve this .&lt;/P&gt;&lt;P&gt;i want 20050617 to be like MM/DD/YYYY format.&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 10:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-the-Date-field/m-p/873421#M1003689</guid>
      <dc:creator>mohanrajsubrama</dc:creator>
      <dc:date>2015-06-11T10:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-the-Date-field/m-p/873422#M1003690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using left,right and mid function and concatenate to the format you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 10:48:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-the-Date-field/m-p/873422#M1003690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-11T10:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-the-Date-field/m-p/873423#M1003691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date#('20050617','YYYYMMDD'),'MM/DD/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 10:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-the-Date-field/m-p/873423#M1003691</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2015-06-11T10:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-the-Date-field/m-p/873424#M1003692</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;Try this:&lt;/P&gt;&lt;P&gt;Date(Date#(DATEFIELD,'YYYMMDD'),'MM/DD/YYYY')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as DATEFIELD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 10:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-the-Date-field/m-p/873424#M1003692</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2015-06-11T10:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-the-Date-field/m-p/873425#M1003693</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;Date(Num(Date1), 'YYYY/MM/DD) as Date1&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Date(Num(Date2), 'YYYY/MM/DD) as Date2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Hope this helps you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Joaquín&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 10:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-the-Date-field/m-p/873425#M1003693</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2015-06-11T10:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with the Date field</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-the-Date-field/m-p/873426#M1003694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dass,&lt;/P&gt;&lt;P&gt;The same i did and it worked using makedate function.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 12:06:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-the-Date-field/m-p/873426#M1003694</guid>
      <dc:creator>mohanrajsubrama</dc:creator>
      <dc:date>2015-06-11T12:06:42Z</dc:date>
    </item>
  </channel>
</rss>

