<?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: Alt Doubt in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196869#M884484</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Excel doesn't have it right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139313_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Sep 2016 16:20:08 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-09-30T16:20:08Z</dc:date>
    <item>
      <title>Alt Doubt</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196864#M884479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your help on my script to change the date formate to one standard format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my script is looks like as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;temp2:&lt;/P&gt;&lt;P&gt;LOAD id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ord,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Alt(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(ord),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date#(ord,'DD/M/YYYY'),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date#(ord,'DD/MM/YYYY'),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date#(ord,'DD-MMM-YY'),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date#(ord,'MMM-DD-YYYY')),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'DD-MMM-YYYY') as desiredOP,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sals&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;D:&amp;lt;\path&amp;gt;abc.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't get my desiredOP &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFB for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in adv!&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/Alt-Doubt/m-p/1196864#M884479</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alt Doubt</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196865#M884480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD id, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ord, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sals, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Alt(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(ord),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(Date#(ord,'DD/M/YYYY')),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(Date#(ord,'DD/MM/YYYY')),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(Date#(ord,'DD-MMM-YY')),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num(Date#(ord,'MMM-DD-YYYY'))),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'DD-MMM-YYYY') as desiredOP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Alt_Comunty.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139300_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 14:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196865#M884480</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-30T14:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Alt Doubt</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196866#M884481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny for quick response!&lt;/P&gt;&lt;P&gt;I tried as you suggested&lt;/P&gt;&lt;P&gt;but still am getting same output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 14:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196866#M884481</guid>
      <dc:creator />
      <dc:date>2016-09-30T14:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Alt Doubt</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196867#M884482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The desiredOP in the above image is not what you wanted?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 14:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196867#M884482</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-30T14:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Alt Doubt</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196868#M884483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In source It contains 10/5/2016 and expected output is 10-May-2016 but in my application It showing 5-Oct-2016&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;I don't know where I went wrong. Pls suggest&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 16:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196868#M884483</guid>
      <dc:creator />
      <dc:date>2016-09-30T16:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Alt Doubt</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196869#M884484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Excel doesn't have it right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139313_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 16:20:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196869#M884484</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-30T16:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Alt Doubt</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196870#M884485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check what you have define here under 'Number'&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139316_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 16:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196870#M884485</guid>
      <dc:creator>rupamjyotidas</dc:creator>
      <dc:date>2016-09-30T16:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Alt Doubt</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196871#M884486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Sunny, In My excel it showing 10/5/2016 only!&lt;/P&gt;&lt;P&gt;But Once we loaded into qvw application It showing 05-Oct-2016&lt;/P&gt;&lt;P&gt;and also &lt;SPAN style="font-size: 13.3333px;"&gt;initially &lt;/SPAN&gt;date format we have &lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;SET DateFormat='DD-MMM-YYYY';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 16:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196871#M884486</guid>
      <dc:creator />
      <dc:date>2016-09-30T16:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Alt Doubt</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196872#M884487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;10/05/2016 is interpreted as Oct-5th by your Excel. Can you try to convert that to long format in your Excel to check?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 16:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196872#M884487</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-30T16:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Alt Doubt</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196873#M884488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny will you be elaborate little bit more?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do we change ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Rightclik&amp;gt;Format cells&amp;gt; date/custom&amp;gt;?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 17:10:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196873#M884488</guid>
      <dc:creator />
      <dc:date>2016-09-30T17:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Alt Doubt</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196874#M884489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure which version of Excel you have, but this is what I have:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139326_Capture.PNG" style="height: 245px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 17:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196874#M884489</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-30T17:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Alt Doubt</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196875#M884490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Sunny I got it it showing as Wednesday,october 05, 2016 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I wanted to know why it didn't recognise 10/5/2016 as 10-May-2016?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 17:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196875#M884490</guid>
      <dc:creator />
      <dc:date>2016-09-30T17:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Alt Doubt</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196876#M884491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess store it as 5/10/2016 in your Excel because Excel's inbuilt format is MM/DD/YYYY instead of DD/MM/YYYY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 17:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196876#M884491</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-30T17:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Alt Doubt</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196877#M884492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only problem with 10/5/2016 &lt;/P&gt;&lt;P&gt;It works fine for&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;29/2/2016 and showing &lt;SPAN style="font-size: 13.3333px;"&gt;29-Feb-2016&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So then how do we change? &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Do you have any solution for this?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 17:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196877#M884492</guid>
      <dc:creator />
      <dc:date>2016-09-30T17:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alt Doubt</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196878#M884493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I told you, you will have to fix your dates in the Excel file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 17:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196878#M884493</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-30T17:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Alt Doubt</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196879#M884494</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;Only problem with 10/5/2016&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;It works fine for&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;29/2/2016 and showing &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;29-Feb-2016&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;I don't know where I went wrong exactly!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 17:48:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196879#M884494</guid>
      <dc:creator />
      <dc:date>2016-09-30T17:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Alt Doubt</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196880#M884495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anywhere you have 12/12 or 11/11 where the first thing can be Month or date, it won't probably read it correctly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 17:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196880#M884495</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-30T17:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Alt Doubt</title>
      <link>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196881#M884496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DAte(Date#(ord),'DD.MMM.YYYY') as Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(alt(date#(ord, 'YYYY-MM-DD'),date#(ord, 'MMM-DD-YYYY'),date(ord, 'M/D/YYYY'), date#(ord, 'DD-MM-YYYY'), date#(ord, 'DD/MM/YYYY'), 'No Date Found'),'DD.MM.YYYY') AS New, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sals, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; desiredOP&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this may helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nagarjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 17:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alt-Doubt/m-p/1196881#M884496</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2016-09-30T17:56:12Z</dc:date>
    </item>
  </channel>
</rss>

