<?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: Date convert - without Alt function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365914#M835739</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2010/31/01 and 2011/02/28 are two dates with different formats. I want to correct this data issue without using Alt function to valid date format.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope, I explained the issue clearly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 May 2017 09:29:03 GMT</pubDate>
    <dc:creator>qlikviewwizard</dc:creator>
    <dc:date>2017-05-31T09:29:03Z</dc:date>
    <item>
      <title>Date convert - without Alt function</title>
      <link>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365911#M835736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to convert the Date column to DATE format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the below code but format function Date# is not working for second record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;load * ,DATE(DATE#(Date#(Date,'YYYY/DD/MM'),'YYYY/MM/DD')) AS NEW_DATE;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;Sno,Date&lt;/P&gt;&lt;P&gt;1,2010/31/01&lt;/P&gt;&lt;P&gt;2,2011/02/28&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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/Date-convert-without-Alt-function/m-p/1365911#M835736</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date convert - without Alt function</title>
      <link>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365912#M835737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you want to achieve?&lt;/P&gt;&lt;P&gt;What would be the criteria to differentiate, whether the record is in format YYYY/DD/MM or in format YYYY/MM/DD?&lt;/P&gt;&lt;P&gt;The only chance (but not failproof) would be to identify a Daynumber &amp;gt; 12, but this will not help with entries like 2017/03/04.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 09:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365912#M835737</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-05-31T09:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Date convert - without Alt function</title>
      <link>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365913#M835738</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;Data:&lt;/P&gt;&lt;P&gt;LOAD Sno, Date, &lt;STRONG&gt;Alt(Date(Date#(Date,'YYYY/MM/DD'),'YYYY/MM/DD'), Date(Date#(Date,'YYYY/DD/MM'),'YYYY/MM/DD')) as NEW_DATE&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;Sno,Date&lt;/P&gt;&lt;P&gt;1,2010/31/01&lt;/P&gt;&lt;P&gt;2,2011/02/28 &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 09:26:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365913#M835738</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-31T09:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Date convert - without Alt function</title>
      <link>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365914#M835739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2010/31/01 and 2011/02/28 are two dates with different formats. I want to correct this data issue without using Alt function to valid date format.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope, I explained the issue clearly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 09:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365914#M835739</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2017-05-31T09:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Date convert - without Alt function</title>
      <link>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365915#M835740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi &lt;/STRONG&gt;&lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/loveisfail"&gt;loveisfail&lt;/A&gt;‌&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I want to check the solution without using Alt function.&lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 09:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365915#M835740</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2017-05-31T09:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Date convert - without Alt function</title>
      <link>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365916#M835741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;.... and how do you think a differentiation can be made?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 09:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365916#M835741</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-05-31T09:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Date convert - without Alt function</title>
      <link>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365917#M835742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think so &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Can i know the reason to avoid the &lt;STRONG&gt;Alt()&lt;/STRONG&gt; function. We can achieve by help of two inner joins. But, I don't recommend to use that. How we know till how many dates are there. I would always go for Alt() only this case&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 09:35:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365917#M835742</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-31T09:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Date convert - without Alt function</title>
      <link>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365918#M835743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 09:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365918#M835743</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2017-05-31T09:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Date convert - without Alt function</title>
      <link>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365919#M835744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may think about a solution like&lt;/P&gt;&lt;P&gt;MAKEDATE(LEFT(MyDate, 4), IF(MID(MyDate, 6,2) &amp;gt; 12, RIGHT(MyDate, 2), MID(MyDate, 6, 2), IF(MID(MyDate, 6, 2) &amp;gt; 12, MID(MyDate, 6, 2), RIGHT(MyDate, 2))&amp;nbsp; AS NewDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the question remains, what makes you sure to read entries like 2017/03/04 in the correct way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 09:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365919#M835744</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-05-31T09:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Date convert - without Alt function</title>
      <link>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365920#M835745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arjun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think&amp;nbsp; using alt is the finest way of converting diff date formats into single format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Data:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Sno, Date, Date(Alt(Date#(Date,'YYYY/MM/DD'), Date#(Date,'YYYY/DD/MM'))) as NEW_DATE;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load * inline [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sno,Date&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1,2010/31/01&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2,2011/02/28&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 09:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365920#M835745</guid>
      <dc:creator>hemanthaanichet</dc:creator>
      <dc:date>2017-05-31T09:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Date convert - without Alt function</title>
      <link>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365921#M835746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get the same done using &lt;STRONG&gt;if( IsNum(.. &lt;/STRONG&gt;which is actually an expanded version of alt(). Would that be of any help for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DATE(&lt;SPAN style="color: #0000ff;"&gt;If( Isnum&lt;/SPAN&gt;(Date#(Date,'YYYY/DD/MM')),Date#(Date,'YYYY/DD/MM'),DATE#(Date,'YYYY/MM/DD'))) AS NEW_DATE;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 09:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365921#M835746</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-05-31T09:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Date convert - without Alt function</title>
      <link>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365922#M835747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brother ,&lt;/P&gt;&lt;P&gt; Isnum() will retun either -1 or 0 whether the above will work?????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 10:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365922#M835747</guid>
      <dc:creator>hemanthaanichet</dc:creator>
      <dc:date>2017-05-31T10:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Date convert - without Alt function</title>
      <link>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365923#M835748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess it would not take much of your time - to check if that works or not. Just try yourself&amp;nbsp; like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Data:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;load * ,DATE(If( Isnum(Date#(Date,'YYYY/DD/MM')),Date#(Date,'YYYY/DD/MM'),DATE#(Date,'YYYY/MM/DD'))) AS NEW_DATE;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;load * inline [&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Sno,Date&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;1,2010/31/01&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2,2011/02/28&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Did it work? Please let know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 10:32:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365923#M835748</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-05-31T10:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Date convert - without Alt function</title>
      <link>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365924#M835749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brother its working if dnt mine can u pls say hw it is possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 10:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365924#M835749</guid>
      <dc:creator>hemanthaanichet</dc:creator>
      <dc:date>2017-05-31T10:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Date convert - without Alt function</title>
      <link>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365925#M835750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/tresesco"&gt;tresesco&lt;/A&gt;‌&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You are great. Thanks for the information.&lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2017 01:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1365925#M835750</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2017-06-01T01:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Date convert - without Alt function</title>
      <link>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1601234#M835751</link>
      <description>&lt;P&gt;YOU ONLY TWO FORMATS MENTIONED IF THERE IS&amp;nbsp; DIFFERENT FORMATS&amp;nbsp;&lt;/P&gt;&lt;P&gt;HOW DID YOU WRITE THE EXPRESSIONS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 07:39:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-convert-without-Alt-function/m-p/1601234#M835751</guid>
      <dc:creator>Koniki</dc:creator>
      <dc:date>2019-07-11T07:39:10Z</dc:date>
    </item>
  </channel>
</rss>

