<?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 QlikSense Loading Date Issue in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/QlikSense-Loading-Date-Issue/m-p/1524117#M37604</link>
    <description>&lt;P&gt;We have been working with QlikSense for a few years and we have come across a problem we have not seen before.&lt;/P&gt;&lt;P&gt;We have some Excel CVS date-dump files we need to load into our environment (QlikDesktop &amp;amp; QlikServer) and within that file is a date column.&lt;/P&gt;&lt;P&gt;The Raw (unedited) CVS files has the date in the following format:&lt;/P&gt;&lt;P&gt;DD-MMM-YY&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;30-Sep-26&lt;/P&gt;&lt;P&gt;If we load the files either by the drag and drop mechanism or auto create a script the dates are expanded to the following:&lt;/P&gt;&lt;P&gt;30 September 2016&lt;/P&gt;&lt;P&gt;And seem to be loaded as "Text Strings" vs Dates.&amp;nbsp; So clearly, Qlik understand that the field is a date and expands the month name.&lt;/P&gt;&lt;P&gt;In other columns we have seen the following conversion to fix (among other suggestions)&lt;/P&gt;&lt;P&gt;Date(Date#( YourField,&amp;nbsp;&lt;STRONG&gt;'DD-MMM-YY'&lt;/STRONG&gt;)&lt;STRONG&gt;,'DD-MMM-YY'&lt;/STRONG&gt;) as NewDateField&lt;/P&gt;&lt;P&gt;Which as I understand it, will carry two versions of the date - one a string and the other a numeric date...&amp;nbsp; We have not been able to get this to work in any way or combination of parameters or following any of the recommendations found among others notes.&lt;/P&gt;&lt;P&gt;Our end goal is to use the date in at least two ways: 1) sorting charts by date and 2) determining the difference between two dates; so it is critical to be able to use the date as a numeric date.&lt;/P&gt;&lt;P&gt;Your help with our understanding would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 06:58:49 GMT</pubDate>
    <dc:creator>Frank</dc:creator>
    <dc:date>2024-11-16T06:58:49Z</dc:date>
    <item>
      <title>QlikSense Loading Date Issue</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Loading-Date-Issue/m-p/1524117#M37604</link>
      <description>&lt;P&gt;We have been working with QlikSense for a few years and we have come across a problem we have not seen before.&lt;/P&gt;&lt;P&gt;We have some Excel CVS date-dump files we need to load into our environment (QlikDesktop &amp;amp; QlikServer) and within that file is a date column.&lt;/P&gt;&lt;P&gt;The Raw (unedited) CVS files has the date in the following format:&lt;/P&gt;&lt;P&gt;DD-MMM-YY&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;30-Sep-26&lt;/P&gt;&lt;P&gt;If we load the files either by the drag and drop mechanism or auto create a script the dates are expanded to the following:&lt;/P&gt;&lt;P&gt;30 September 2016&lt;/P&gt;&lt;P&gt;And seem to be loaded as "Text Strings" vs Dates.&amp;nbsp; So clearly, Qlik understand that the field is a date and expands the month name.&lt;/P&gt;&lt;P&gt;In other columns we have seen the following conversion to fix (among other suggestions)&lt;/P&gt;&lt;P&gt;Date(Date#( YourField,&amp;nbsp;&lt;STRONG&gt;'DD-MMM-YY'&lt;/STRONG&gt;)&lt;STRONG&gt;,'DD-MMM-YY'&lt;/STRONG&gt;) as NewDateField&lt;/P&gt;&lt;P&gt;Which as I understand it, will carry two versions of the date - one a string and the other a numeric date...&amp;nbsp; We have not been able to get this to work in any way or combination of parameters or following any of the recommendations found among others notes.&lt;/P&gt;&lt;P&gt;Our end goal is to use the date in at least two ways: 1) sorting charts by date and 2) determining the difference between two dates; so it is critical to be able to use the date as a numeric date.&lt;/P&gt;&lt;P&gt;Your help with our understanding would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Loading-Date-Issue/m-p/1524117#M37604</guid>
      <dc:creator>Frank</dc:creator>
      <dc:date>2024-11-16T06:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Loading Date Issue</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Loading-Date-Issue/m-p/1524119#M37605</link>
      <description>&lt;P&gt;So, without transformation... you are seeing this -&amp;gt;&amp;nbsp;&lt;STRONG&gt;30 September 2016&lt;/STRONG&gt; in qlik? If this is what you are seeing, then try this&lt;/P&gt;&lt;PRE&gt;Date(YourField, 'DD-MMM-YY') as NewDateField&lt;/PRE&gt;&lt;P&gt;or may be this&lt;/P&gt;&lt;PRE&gt;Date(Date#(YourField,&amp;nbsp;'DD MMMM YYYY'), 'DD-MMM-YY') as NewDateField&lt;/PRE&gt;</description>
      <pubDate>Wed, 26 Dec 2018 17:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Loading-Date-Issue/m-p/1524119#M37605</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-26T17:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Loading Date Issue</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Loading-Date-Issue/m-p/1544452#M39250</link>
      <description>Works! Thanks</description>
      <pubDate>Thu, 14 Feb 2019 15:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Loading-Date-Issue/m-p/1544452#M39250</guid>
      <dc:creator>Frank</dc:creator>
      <dc:date>2019-02-14T15:16:33Z</dc:date>
    </item>
  </channel>
</rss>

