<?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: Text date as date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-date-as-date/m-p/1123377#M370002</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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date(Date#( YourField, &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'DD-MMM-YY'&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;) ,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'DD-MMM-YY')&lt;/STRONG&gt;as NewDateField&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date# will convert your date to text format and date will convert it back to date format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 May 2016 08:47:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-05-23T08:47:53Z</dc:date>
    <item>
      <title>Text date as date</title>
      <link>https://community.qlik.com/t5/QlikView/Text-date-as-date/m-p/1123370#M369995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a date field coming in from excel in this format: 01-Feb-16, which is recognized as a text field instead off date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried all kind op functions like num#, date#, with trims but I can't get it to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 08:26:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-date-as-date/m-p/1123370#M369995</guid>
      <dc:creator>pauldamen</dc:creator>
      <dc:date>2016-05-23T08:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Text date as date</title>
      <link>https://community.qlik.com/t5/QlikView/Text-date-as-date/m-p/1123371#M369996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Set the below variable in script&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET DateFormat ='DD-MMM-YY';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Make sure that Excel Date format should exactly match with SET variable format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now load the excel file, it will automatically convert to Date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 08:34:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-date-as-date/m-p/1123371#M369996</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-23T08:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Text date as date</title>
      <link>https://community.qlik.com/t5/QlikView/Text-date-as-date/m-p/1123372#M369997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried a format like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date#( YourField, &lt;STRONG&gt;'DD-MMM-YY'&lt;/STRONG&gt;) as NewDateField&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 08:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-date-as-date/m-p/1123372#M369997</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-23T08:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Text date as date</title>
      <link>https://community.qlik.com/t5/QlikView/Text-date-as-date/m-p/1123373#M369998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use DATE() function in the load script for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 08:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-date-as-date/m-p/1123373#M369998</guid>
      <dc:creator>anagharao</dc:creator>
      <dc:date>2016-05-23T08:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Text date as date</title>
      <link>https://community.qlik.com/t5/QlikView/Text-date-as-date/m-p/1123374#M369999</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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date(Date#( YourField, &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'DD-MMM-YY'&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'DD-MMM-YY'&lt;/STRONG&gt;) as NewDateField&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 08:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-date-as-date/m-p/1123374#M369999</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2016-05-23T08:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Text date as date</title>
      <link>https://community.qlik.com/t5/QlikView/Text-date-as-date/m-p/1123375#M370000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep no luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 08:43:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-date-as-date/m-p/1123375#M370000</guid>
      <dc:creator>pauldamen</dc:creator>
      <dc:date>2016-05-23T08:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Text date as date</title>
      <link>https://community.qlik.com/t5/QlikView/Text-date-as-date/m-p/1123376#M370001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your &lt;EM&gt;MonthNames&lt;/EM&gt; variable set accordingly at the beginning of your script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set MonthNames = 'Jan;Feb;Mar,....';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this doesn't help, could you upload a small sample of your Excel input records?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 08:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-date-as-date/m-p/1123376#M370001</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-23T08:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Text date as date</title>
      <link>https://community.qlik.com/t5/QlikView/Text-date-as-date/m-p/1123377#M370002</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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date(Date#( YourField, &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'DD-MMM-YY'&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;) ,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'DD-MMM-YY')&lt;/STRONG&gt;as NewDateField&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date# will convert your date to text format and date will convert it back to date format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 08:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-date-as-date/m-p/1123377#M370002</guid>
      <dc:creator />
      <dc:date>2016-05-23T08:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Text date as date</title>
      <link>https://community.qlik.com/t5/QlikView/Text-date-as-date/m-p/1123378#M370003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Try like this&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date(Date#( YourField, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;'DD-MMM-YY'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;'DD-MMM-YY'&lt;/STRONG&gt;&lt;/SPAN&gt;) as NewDateField&lt;/SPAN&gt;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Strange, why should adding a formatting function like Date() helps in interpreting the text as date?&lt;/P&gt;&lt;P&gt;As far as I can see, the format code is the same as suggested before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: Or maybe we are actually not coping with pure text values in the input records? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 08:49:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-date-as-date/m-p/1123378#M370003</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-23T08:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Text date as date</title>
      <link>https://community.qlik.com/t5/QlikView/Text-date-as-date/m-p/1123379#M370004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am converting the text field values to date values with his date format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 08:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-date-as-date/m-p/1123379#M370004</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2016-05-23T08:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Text date as date</title>
      <link>https://community.qlik.com/t5/QlikView/Text-date-as-date/m-p/1123380#M370005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agreed ,&amp;nbsp; this would have worked &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date#( YourField, &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'DD-MMM-YY'&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;) as NewDateField&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 08:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-date-as-date/m-p/1123380#M370005</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-23T08:54:33Z</dc:date>
    </item>
  </channel>
</rss>

