<?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 Dual Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Dual-Field/m-p/1345997#M619143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am importing a .xlsx file that has a column created with US dates.&amp;nbsp; As I am in the UK, Excel is interpreting some US dates as DD//MM/YYYY and converting them to a serial number (although this serial number is not actually correct, but this is not the issue), and those it cannot convert to a serial number it is leaving as text in MM/DD/YYYY format.&amp;nbsp; See attached Excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I import this file in to QlikView the dual field that is created seems to have the number and text representations the wrong way round ie. when I use Num() I get the text date and when I use Text() I get the serial number.&amp;nbsp; This is only for the dates that Excel has converted to a serial number, the others only have the text representation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone else experienced this?&amp;nbsp; It is making using the interpretation functions difficult.&amp;nbsp; I don't want to modify the Excel file because I am not the creator and I am likely to be importing more of them.&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;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 May 2017 16:03:34 GMT</pubDate>
    <dc:creator>cmsjamesgreen</dc:creator>
    <dc:date>2017-05-15T16:03:34Z</dc:date>
    <item>
      <title>Date Dual Field</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Dual-Field/m-p/1345997#M619143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am importing a .xlsx file that has a column created with US dates.&amp;nbsp; As I am in the UK, Excel is interpreting some US dates as DD//MM/YYYY and converting them to a serial number (although this serial number is not actually correct, but this is not the issue), and those it cannot convert to a serial number it is leaving as text in MM/DD/YYYY format.&amp;nbsp; See attached Excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I import this file in to QlikView the dual field that is created seems to have the number and text representations the wrong way round ie. when I use Num() I get the text date and when I use Text() I get the serial number.&amp;nbsp; This is only for the dates that Excel has converted to a serial number, the others only have the text representation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone else experienced this?&amp;nbsp; It is making using the interpretation functions difficult.&amp;nbsp; I don't want to modify the Excel file because I am not the creator and I am likely to be importing more of them.&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;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 16:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Dual-Field/m-p/1345997#M619143</guid>
      <dc:creator>cmsjamesgreen</dc:creator>
      <dc:date>2017-05-15T16:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Date Dual Field</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Dual-Field/m-p/1345998#M619144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;STRONG&gt;Date(alt(Date#([Invoice Date],'DD-MM-YYYY hh:mm:ss'), Date#([Invoice Date],'MM/DD/YYYY hh:mm:ss TT')))&lt;/STRONG&gt; as [Invoice Date]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Sales Data Extract Example.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Extract);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 16:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Dual-Field/m-p/1345998#M619144</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-15T16:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Date Dual Field</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Dual-Field/m-p/1345999#M619145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Try this -&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; alt(Timestamp(Num([Invoice Date]),'DD/MM/YYYY hh:mm:ss tt'),&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; Timestamp(Timestamp#([Invoice Date],'M/D/YYYY hh:mm:ss tt'),'DD/MM/YYYY hh:mm:ss tt'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;[Sales Data Extract Example.xlsx]&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;(ooxml, embedded labels, table is Extract);&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/163403_Capture.PNG" style="height: 637px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 16:31:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Dual-Field/m-p/1345999#M619145</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2017-05-15T16:31:50Z</dc:date>
    </item>
  </channel>
</rss>

