<?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 Date Help Urgent !!! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Help-Urgent/m-p/177287#M44962</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Apparently the field is in mixed format.&lt;/P&gt;&lt;P&gt;Keep the source field, create another field using the same source. Use the Date# function and then pass the condition "if(isnum(xx), xx, text(Datedate), create another field, this time a flag field, "if(not isnum(xx), 'check date format'). After reload, use the flag field to check for the additional functions to be passed to get the remaining field values as dates!&lt;/P&gt;&lt;P&gt;Hope this helps. Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Jun 2010 12:13:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-06-06T12:13:53Z</dc:date>
    <item>
      <title>Date Help Urgent !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Help-Urgent/m-p/177282#M44957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have got to convert the 'DataDate' field to Date. But some of the dates are as Text and some as dates. (Scroll Down the DataDate listbox in the attached qvw).&lt;/P&gt;&lt;P&gt;Please tell me how can i achieve this in QlikView. The source data i multiple .csv files.&lt;/P&gt;&lt;P&gt;I cannot make any changes to the .csv files i have to take care of this in qlikveiw.&lt;/P&gt;&lt;P&gt;Looking forward to some help. QVW &amp;amp; QVD attached.&lt;/P&gt;&lt;P&gt;Thanks !!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2010 17:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Help-Urgent/m-p/177282#M44957</guid>
      <dc:creator />
      <dc:date>2010-06-04T17:20:42Z</dc:date>
    </item>
    <item>
      <title>Date Help Urgent !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Help-Urgent/m-p/177283#M44958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ankur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use date(DataDate) as DataDate in your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2010 17:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Help-Urgent/m-p/177283#M44958</guid>
      <dc:creator />
      <dc:date>2010-06-04T17:58:00Z</dc:date>
    </item>
    <item>
      <title>Date Help Urgent !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Help-Urgent/m-p/177284#M44959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tauqueer,&lt;/P&gt;&lt;P&gt;Thanks for your reply, but if i do use date(DataDate) as DataDate, then it will only give me 104,022 records which are the once that are in the date format to begin with and it will omit 305,478 records which are in the text format. Have put the count as part of the list box captions.&lt;/P&gt;&lt;P&gt;Please correct me if i am wrong as i am not a developer.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2010 18:22:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Help-Urgent/m-p/177284#M44959</guid>
      <dc:creator />
      <dc:date>2010-06-04T18:22:03Z</dc:date>
    </item>
    <item>
      <title>Date Help Urgent !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Help-Urgent/m-p/177285#M44960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ankur,&lt;/P&gt;&lt;P&gt;try this in your script,it should work fine.also see the attached application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date#(DataDate,'DD/MM/YYYY') as DataDate&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;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jun 2010 05:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Help-Urgent/m-p/177285#M44960</guid>
      <dc:creator />
      <dc:date>2010-06-06T05:40:39Z</dc:date>
    </item>
    <item>
      <title>Date Help Urgent !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Help-Urgent/m-p/177286#M44961</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&lt;/P&gt;&lt;P&gt;Date(Date#(DataDate,'YYYYMMDD')) as DataDate,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YYYYMMDD = your source formate. so if your text is YYMMDD&lt;/P&gt;&lt;P&gt;Date(Date#(DataDate,'YYMMDD')) as DataDate,&lt;/P&gt;&lt;P&gt;Hope this help you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jun 2010 08:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Help-Urgent/m-p/177286#M44961</guid>
      <dc:creator />
      <dc:date>2010-06-06T08:39:23Z</dc:date>
    </item>
    <item>
      <title>Date Help Urgent !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Help-Urgent/m-p/177287#M44962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Apparently the field is in mixed format.&lt;/P&gt;&lt;P&gt;Keep the source field, create another field using the same source. Use the Date# function and then pass the condition "if(isnum(xx), xx, text(Datedate), create another field, this time a flag field, "if(not isnum(xx), 'check date format'). After reload, use the flag field to check for the additional functions to be passed to get the remaining field values as dates!&lt;/P&gt;&lt;P&gt;Hope this helps. Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jun 2010 12:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Help-Urgent/m-p/177287#M44962</guid>
      <dc:creator />
      <dc:date>2010-06-06T12:13:53Z</dc:date>
    </item>
    <item>
      <title>Date Help Urgent !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Help-Urgent/m-p/177288#M44963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tauqueer,&lt;/P&gt;&lt;P&gt;Thank you for your reply. The solution has worked for me &lt;IMG alt="Yes" src="http://community.qlik.com/emoticons/emotion-21.gif" /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ankur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jun 2010 12:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Help-Urgent/m-p/177288#M44963</guid>
      <dc:creator />
      <dc:date>2010-06-06T12:44:42Z</dc:date>
    </item>
    <item>
      <title>Date Help Urgent !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Help-Urgent/m-p/177289#M44964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Mown and Nagesh for taking time out to reply.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ankur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jun 2010 12:48:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Help-Urgent/m-p/177289#M44964</guid>
      <dc:creator />
      <dc:date>2010-06-06T12:48:23Z</dc:date>
    </item>
  </channel>
</rss>

