<?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: Need help to make the date into single format in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-to-make-the-date-into-single-format-in-Qlikview/m-p/398373#M148329</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert answer is perfect!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Mar 2013 11:25:57 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2013-03-27T11:25:57Z</dc:date>
    <item>
      <title>Need help to make the date into single format in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-make-the-date-into-single-format-in-Qlikview/m-p/398370#M148326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached excel which has got the two type os date format&lt;/P&gt;&lt;P&gt;i need to make it one format and load in qlikview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="148"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="148"&gt;16/01/2013&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17"&gt;18/01/2013&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17"&gt;22/01/2013&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17"&gt;28/01/2013&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17"&gt;30/01/2013&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17"&gt;31/01/2013&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="17"&gt;01/01/13&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="17"&gt;02/01/13&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;Thanks &amp;amp; Regrads&lt;/P&gt;&lt;P&gt;Venkatesh Salla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 11:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-make-the-date-into-single-format-in-Qlikview/m-p/398370#M148326</guid>
      <dc:creator />
      <dc:date>2013-03-27T11:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to make the date into single format in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-make-the-date-into-single-format-in-Qlikview/m-p/398371#M148327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the alt function to handle different date formats in one go. See attached qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 11:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-make-the-date-into-single-format-in-Qlikview/m-p/398371#M148327</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-27T11:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to make the date into single format in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-make-the-date-into-single-format-in-Qlikview/m-p/398372#M148328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the field name is Date:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mid(Date,1,6) &amp;amp; if(len(mid(Date,7)&amp;gt;2), mid(Date,7), 2000+Mid(Date,7)) as myDate,&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have a string containing the date&amp;nbsp; as you need&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 11:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-make-the-date-into-single-format-in-Qlikview/m-p/398372#M148328</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-03-27T11:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to make the date into single format in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-make-the-date-into-single-format-in-Qlikview/m-p/398373#M148329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert answer is perfect!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 11:25:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-make-the-date-into-single-format-in-Qlikview/m-p/398373#M148329</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-03-27T11:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to make the date into single format in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-make-the-date-into-single-format-in-Qlikview/m-p/398374#M148330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;None of them are working kidly help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 13:21:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-make-the-date-into-single-format-in-Qlikview/m-p/398374#M148330</guid>
      <dc:creator />
      <dc:date>2013-03-27T13:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to make the date into single format in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-make-the-date-into-single-format-in-Qlikview/m-p/398375#M148331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've used this with your data and it works ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the field name is Date:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mid(Date,1,6) &amp;amp; if(len(mid(Date,7)&amp;gt;2), mid(Date,7), 2000+Mid(Date,7)) as myDate,&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have a string containing the date&amp;nbsp; as you need&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 13:29:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-make-the-date-into-single-format-in-Qlikview/m-p/398375#M148331</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-03-27T13:29:02Z</dc:date>
    </item>
  </channel>
</rss>

