<?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: Converting text field to a date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Converting-text-field-to-a-date/m-p/536615#M200577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If that does not work, try changing it on the script when you load the data:&lt;BR /&gt;SET TimestampFormat='&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;YYYYMMDD&lt;/SPAN&gt;';&lt;BR /&gt;That will recognize that format as being a date&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pablo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jul 2013 19:27:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-29T19:27:50Z</dc:date>
    <item>
      <title>Converting text field to a date</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-text-field-to-a-date/m-p/536613#M200575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The format for [RECEIVED DATE] is 20130402.&amp;nbsp; I need to get all the records that are 2013 or greater.&amp;nbsp; I've tried Num#(Left([RECEIVED DATE],4) &amp;gt; 2013, , but not having any luck.&amp;nbsp; Can someone help me, please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 18:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-text-field-to-a-date/m-p/536613#M200575</guid>
      <dc:creator />
      <dc:date>2013-07-29T18:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Converting text field to a date</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-text-field-to-a-date/m-p/536614#M200576</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;Date(Date#([RECEIVED DATE], 'YYYYMMDD'), 'YYYY')&amp;gt;=2013&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 18:34:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-text-field-to-a-date/m-p/536614#M200576</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2013-07-29T18:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Converting text field to a date</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-text-field-to-a-date/m-p/536615#M200577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If that does not work, try changing it on the script when you load the data:&lt;BR /&gt;SET TimestampFormat='&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;YYYYMMDD&lt;/SPAN&gt;';&lt;BR /&gt;That will recognize that format as being a date&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pablo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 19:27:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-text-field-to-a-date/m-p/536615#M200577</guid>
      <dc:creator />
      <dc:date>2013-07-29T19:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Converting text field to a date</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-text-field-to-a-date/m-p/536616#M200578</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 like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year(Date#(&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;[RECEIVED DATE]&lt;/SPAN&gt;, 'YYYYMMDD')) &amp;gt;= 2013&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 22:26:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-text-field-to-a-date/m-p/536616#M200578</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-07-29T22:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Converting text field to a date</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-text-field-to-a-date/m-p/536617#M200579</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;Please try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date( Date#(&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;[RECEIVED DATE]&lt;/SPAN&gt;, 'YYYYMMDD'),'YYYY') &amp;gt;= 2013&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if RECEIVED DATE having Timestamp formate then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date( Date#(&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;[RECEIVED DATE]&lt;/SPAN&gt;, 'YYYYMMDD hh:mm:ss'),'YYYY') &amp;gt;= 2013&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that will solve ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 08:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-text-field-to-a-date/m-p/536617#M200579</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2013-07-30T08:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Converting text field to a date</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-text-field-to-a-date/m-p/536618#M200580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 17:00:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-text-field-to-a-date/m-p/536618#M200580</guid>
      <dc:creator />
      <dc:date>2013-07-30T17:00:51Z</dc:date>
    </item>
  </channel>
</rss>

