<?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 Multiple date formats in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/Multiple-date-formats/m-p/1989481#M491</link>
    <description>&lt;DIV class="_3xX726aBn29LDbsDtzr_6E _1Ap4F5maDtT1E1YuCiaO0r D3IL3FD0RFy_mkKLPwL4" data-click-id="text" data-adclicklocation="media"&gt;
&lt;DIV class="_292iotee39Lmt0MkQZ2hPV RichTextJSON-root"&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Just wondering if there is any script that will help me distinguish European date format ddmmyyyy from US date format mmddyyyy? I have an excel document with a date column that contains the two formats(the column itself is formatted as general). Instead of changing excel, is there qlikview script that would allow me to create a new field containing a single format? Thanks.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 19 Mar 2025 23:06:21 GMT</pubDate>
    <dc:creator>obalikawa</dc:creator>
    <dc:date>2025-03-19T23:06:21Z</dc:date>
    <item>
      <title>Multiple date formats</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Multiple-date-formats/m-p/1989481#M491</link>
      <description>&lt;DIV class="_3xX726aBn29LDbsDtzr_6E _1Ap4F5maDtT1E1YuCiaO0r D3IL3FD0RFy_mkKLPwL4" data-click-id="text" data-adclicklocation="media"&gt;
&lt;DIV class="_292iotee39Lmt0MkQZ2hPV RichTextJSON-root"&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Just wondering if there is any script that will help me distinguish European date format ddmmyyyy from US date format mmddyyyy? I have an excel document with a date column that contains the two formats(the column itself is formatted as general). Instead of changing excel, is there qlikview script that would allow me to create a new field containing a single format? Thanks.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 19 Mar 2025 23:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Multiple-date-formats/m-p/1989481#M491</guid>
      <dc:creator>obalikawa</dc:creator>
      <dc:date>2025-03-19T23:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple date formats</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Multiple-date-formats/m-p/1989491#M492</link>
      <description>&lt;P&gt;Hi, qlik uses one general date format, define in the initial variables of the script (DateFormat)&lt;/P&gt;
&lt;P&gt;But if an excel has the same column with value (as an example) 01022022 wich in some cases it means one of february and in others 2 of january, this can't be automatically solved.&lt;/P&gt;
&lt;P&gt;If the excel has column where it says something related to format date you can use the Date#() function to specify the format od the date that is being readed, in emaple:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;If(Country='US'
  ,Date(Date#(ExcelDateField,'MMDDYYYY'))
  ,Date(Date#(ExcelDateField,'DDMMYYYY'))
) as Date&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 06 Oct 2022 09:41:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Multiple-date-formats/m-p/1989491#M492</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2022-10-06T09:41:22Z</dc:date>
    </item>
  </channel>
</rss>

