<?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: Multiple date formats in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-date-formats/m-p/2063946#M1231775</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/18035"&gt;@Jill_Masinde&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, we can convert the number to date, or date / text&amp;nbsp; to different date format in Qlik..&lt;/P&gt;
&lt;P&gt;Am asking about data, not about the Qlik functionality. &lt;BR /&gt;If the column has both Europe date format (&lt;STRONG&gt;DDMMYYYY&lt;/STRONG&gt; - 01062023) and US date format (&lt;STRONG&gt;MMDDYYYYY&lt;/STRONG&gt; - 06012023) then if we try to convert into one date format (DDMMYYYY), based on which criteria, we know that whether its 1st of Jun or 6th of Jan?&lt;/P&gt;</description>
    <pubDate>Tue, 25 Apr 2023 04:04:20 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2023-04-25T04:04:20Z</dc:date>
    <item>
      <title>Multiple date formats</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-date-formats/m-p/2060780#M1231767</link>
      <description>&lt;DIV class="post-content mt-2xs"&gt;
&lt;DIV id="t3_j340mb-post-rtjson-content" class="font-normal text-sm max-h-[253px] overflow-hidden s:max-h-[318px] m:max-h-[337px] l:max-h-[352px] xl:max-h-[452px] md px-md xs:px-0"&gt;
&lt;P&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>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-date-formats/m-p/2060780#M1231767</guid>
      <dc:creator>prantsaga</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple date formats</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-date-formats/m-p/2060790#M1231768</link>
      <description>&lt;P&gt;hi&lt;/P&gt;
&lt;P&gt;Its little bit tricky. Because of 6th of Jan, if its European date, it looks like 06012023, however in US, its looks like 01062023.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How you inform qlik, its 6th of Jan? Do you have any column indicates Europe date or US date?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 06:42:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-date-formats/m-p/2060790#M1231768</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2023-04-17T06:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple date formats</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-date-formats/m-p/2060801#M1231770</link>
      <description>&lt;P&gt;If I understand the last part correctly, the Alt() function can set multiple possible date formats if you have mixed date formats in a field.&lt;/P&gt;
&lt;P&gt;Perhaps,&lt;/P&gt;
&lt;P&gt;Date(Alt(Date#(&lt;STRONG&gt;Datefield&lt;/STRONG&gt;,'ddmmyyyy'),&lt;BR /&gt;Date#(&lt;STRONG&gt;Datefield&lt;/STRONG&gt;,'mmddyyyy')),'DD/MM/YYYY') as"new field" ;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 07:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-date-formats/m-p/2060801#M1231770</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-04-17T07:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple date formats</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-date-formats/m-p/2063663#M1231772</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="mc-variable CommonComponents.QlikView variable"&gt;QlikView&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;date and time functions are used to transform and convert date and time values. All functions can be used in both the load script and in chart expressions.&amp;nbsp; See below examples&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/date-time-functions.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/date-time-functions.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/date-date-function/td-p/776250" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Dev/date-date-function/td-p/776250&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 12:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-date-formats/m-p/2063663#M1231772</guid>
      <dc:creator>Jill_Masinde</dc:creator>
      <dc:date>2023-04-24T12:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple date formats</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-date-formats/m-p/2063946#M1231775</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/18035"&gt;@Jill_Masinde&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, we can convert the number to date, or date / text&amp;nbsp; to different date format in Qlik..&lt;/P&gt;
&lt;P&gt;Am asking about data, not about the Qlik functionality. &lt;BR /&gt;If the column has both Europe date format (&lt;STRONG&gt;DDMMYYYY&lt;/STRONG&gt; - 01062023) and US date format (&lt;STRONG&gt;MMDDYYYYY&lt;/STRONG&gt; - 06012023) then if we try to convert into one date format (DDMMYYYY), based on which criteria, we know that whether its 1st of Jun or 6th of Jan?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 04:04:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-date-formats/m-p/2063946#M1231775</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2023-04-25T04:04:20Z</dc:date>
    </item>
  </channel>
</rss>

