<?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: How to Delete Time in date field when the script was loaded from .csv file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Delete-Time-in-date-field-when-the-script-was-loaded-from/m-p/1036405#M349330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Date(Date#(Left('02-02-2015 monday 8:53',10),'&lt;SPAN style="color: #ff0000;"&gt;DD-MM-YYYY&lt;/SPAN&gt;')) as Date&lt;/EM&gt;&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;SPAN style="text-decoration: underline;"&gt;Note:&lt;/SPAN&gt; I just assumed your format is 'DD-MM-YYYY', you can modify the format based on your data.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Feb 2016 05:49:27 GMT</pubDate>
    <dc:creator>settu_periasamy</dc:creator>
    <dc:date>2016-02-03T05:49:27Z</dc:date>
    <item>
      <title>How to Delete Time in date field when the script was loaded from .csv file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Delete-Time-in-date-field-when-the-script-was-loaded-from/m-p/1036404#M349329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i have a script which was loaded from .csv and in that file there is a field called date(02-02-2015 monday 8:53) in this format but i want the date field to display only date like 02-02-2015 when i pulled in to qlik how do do it can any one please tell,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 23:46:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Delete-Time-in-date-field-when-the-script-was-loaded-from/m-p/1036404#M349329</guid>
      <dc:creator />
      <dc:date>2016-02-02T23:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to Delete Time in date field when the script was loaded from .csv file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Delete-Time-in-date-field-when-the-script-was-loaded-from/m-p/1036405#M349330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Date(Date#(Left('02-02-2015 monday 8:53',10),'&lt;SPAN style="color: #ff0000;"&gt;DD-MM-YYYY&lt;/SPAN&gt;')) as Date&lt;/EM&gt;&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;SPAN style="text-decoration: underline;"&gt;Note:&lt;/SPAN&gt; I just assumed your format is 'DD-MM-YYYY', you can modify the format based on your data.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 05:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Delete-Time-in-date-field-when-the-script-was-loaded-from/m-p/1036405#M349330</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-02-03T05:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Delete Time in date field when the script was loaded from .csv file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Delete-Time-in-date-field-when-the-script-was-loaded-from/m-p/1036406#M349331</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;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;Date(Floor(DateFieldName)) AS Date&lt;/P&gt;&lt;P&gt;FROM Datasource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 05:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Delete-Time-in-date-field-when-the-script-was-loaded-from/m-p/1036406#M349331</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-02-03T05:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to Delete Time in date field when the script was loaded from .csv file</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Delete-Time-in-date-field-when-the-script-was-loaded-from/m-p/1036407#M349332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the format is fixed you can also try like this&lt;/P&gt;&lt;P&gt;Date(subfield(date,' ',1),'DD_MM_YYYY') as date&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Date(Date#(subfield(date,' ',1)),'DD_MM_YYYY') as date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 05:55:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Delete-Time-in-date-field-when-the-script-was-loaded-from/m-p/1036407#M349332</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-02-03T05:55:15Z</dc:date>
    </item>
  </channel>
</rss>

