<?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 Converting YYYY-MM-DD to DD-MM-YYYY in IF( function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Converting-YYYY-MM-DD-to-DD-MM-YYYY-in-IF-function/m-p/1283675#M860598</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In some of the qlikview logfiles that im loading into qlikview are ISO time notations like this: 20160916T052550.159+0200&lt;/P&gt;&lt;P&gt;And the other time notations are just normal YYYY-MM-DD notations.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In an IF function I converted the ISO times to normal times and they changed to a DD-MM-YYYY notation.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If(Wildmatch(Timestamp, '*T*'), Timestamp(Timestamp#(Timestamp)), Timestamp) as TS&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So now i have two different time notations. (YYYY-MM-DD and DD-MM-YYYY)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried converting the YYYY-MM-DD notation by using the Date(Date#(Timestamp, 'YYYY-MM-DD'), 'DD-MM-YYYY') function inside the IF function used above.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;This didnt work unfortunately.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Is there any way to solve this problem? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Converting YYYY-MM-DD to DD-MM-YYYY in IF( function</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-YYYY-MM-DD-to-DD-MM-YYYY-in-IF-function/m-p/1283675#M860598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In some of the qlikview logfiles that im loading into qlikview are ISO time notations like this: 20160916T052550.159+0200&lt;/P&gt;&lt;P&gt;And the other time notations are just normal YYYY-MM-DD notations.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In an IF function I converted the ISO times to normal times and they changed to a DD-MM-YYYY notation.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If(Wildmatch(Timestamp, '*T*'), Timestamp(Timestamp#(Timestamp)), Timestamp) as TS&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So now i have two different time notations. (YYYY-MM-DD and DD-MM-YYYY)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried converting the YYYY-MM-DD notation by using the Date(Date#(Timestamp, 'YYYY-MM-DD'), 'DD-MM-YYYY') function inside the IF function used above.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;This didnt work unfortunately.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Is there any way to solve this problem? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-YYYY-MM-DD-to-DD-MM-YYYY-in-IF-function/m-p/1283675#M860598</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Converting YYYY-MM-DD to DD-MM-YYYY in IF( function</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-YYYY-MM-DD-to-DD-MM-YYYY-in-IF-function/m-p/1283676#M860601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this? Might not sure i understand fully&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(Left(ISOTimeNotation, 8),'YYYY-MM-DD')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Date(Date#(Left(ISOTimeNotation, 8),'YYYY-MM-DD'),'DD-MM-YYYY')&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 08:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-YYYY-MM-DD-to-DD-MM-YYYY-in-IF-function/m-p/1283676#M860601</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-01-06T08:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Converting YYYY-MM-DD to DD-MM-YYYY in IF( function</title>
      <link>https://community.qlik.com/t5/QlikView/Converting-YYYY-MM-DD-to-DD-MM-YYYY-in-IF-function/m-p/1283677#M860603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;alt&lt;/STRONG&gt; function can be used for multiple date formats.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 09:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Converting-YYYY-MM-DD-to-DD-MM-YYYY-in-IF-function/m-p/1283677#M860603</guid>
      <dc:creator>varshavig12</dc:creator>
      <dc:date>2017-01-06T09:04:14Z</dc:date>
    </item>
  </channel>
</rss>

