<?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 format conversion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-format-conversion/m-p/258245#M1192456</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you check whats the date format after you have loaded the data into the QVW application?.&lt;/P&gt;&lt;P&gt;Anyways, I have tried using an excel(attached with this post) where I have used the date format&lt;/P&gt;&lt;P&gt;as your original data (for e.g. 02-Jun-11).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when I load it in QV, it will read it as M/D/YYYY as per the set format in the main tab of the script editor.&lt;/P&gt;&lt;P&gt;Then(please find attached) I have formated it this way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say your date field is called "create date" or [create date],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;Date([create date],'MM/DD/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jul 2011 21:20:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-07-05T21:20:44Z</dc:date>
    <item>
      <title>Date format conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-conversion/m-p/258242#M1192453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i convert DD/MMM/YYYY format into MM/DD/YYYY in QV? What would my expression look like?&lt;/P&gt;&lt;P&gt;ex: my date field looks like this: 02/Jun/2011 or 05/Jul/2011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The month is always 3 letters.&lt;/P&gt;&lt;P&gt;My set statement is SET DateFormat='M/D/YYYY'&amp;nbsp; --- which i need for the other queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So can i use another SET statement just before running this query (which i tried and didnt work) or can i convert the format using an expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 20:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-conversion/m-p/258242#M1192453</guid>
      <dc:creator />
      <dc:date>2011-07-05T20:45:36Z</dc:date>
    </item>
    <item>
      <title>Date format conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-conversion/m-p/258243#M1192454</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;=date(date#('01/fev/2011', 'DD/MMM/YYYY'), 'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 20:58:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-conversion/m-p/258243#M1192454</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2011-07-05T20:58:16Z</dc:date>
    </item>
    <item>
      <title>Date format conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-conversion/m-p/258244#M1192455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;still nothing is being displayed in the list box with the expression you provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i replaced it like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(date#([Create Date], 'DD/MMM/YYYY'), 'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Create date] is my field where all dates are stored.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 21:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-conversion/m-p/258244#M1192455</guid>
      <dc:creator />
      <dc:date>2011-07-05T21:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Date format conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-conversion/m-p/258245#M1192456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you check whats the date format after you have loaded the data into the QVW application?.&lt;/P&gt;&lt;P&gt;Anyways, I have tried using an excel(attached with this post) where I have used the date format&lt;/P&gt;&lt;P&gt;as your original data (for e.g. 02-Jun-11).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when I load it in QV, it will read it as M/D/YYYY as per the set format in the main tab of the script editor.&lt;/P&gt;&lt;P&gt;Then(please find attached) I have formated it this way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say your date field is called "create date" or [create date],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;Date([create date],'MM/DD/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 21:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-conversion/m-p/258245#M1192456</guid>
      <dc:creator />
      <dc:date>2011-07-05T21:20:44Z</dc:date>
    </item>
    <item>
      <title>Date format conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-conversion/m-p/258246#M1192457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, i checked the format after its being loaded into qlikview. its DD/MMM/YY and now i need to convert it to MM/DD/YYYY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and my list box isnt displaying anything after trying your method. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 21:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-conversion/m-p/258246#M1192457</guid>
      <dc:creator />
      <dc:date>2011-07-05T21:31:14Z</dc:date>
    </item>
    <item>
      <title>Date format conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-conversion/m-p/258247#M1192458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;May i ask whats your data source?. If its in email compatible format for example Excel or CSV,&lt;/P&gt;&lt;P&gt;will you be able to post a sample data set so that we can try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 21:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-conversion/m-p/258247#M1192458</guid>
      <dc:creator />
      <dc:date>2011-07-05T21:39:09Z</dc:date>
    </item>
    <item>
      <title>Date format conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-conversion/m-p/258248#M1192459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 1210px;"&gt;&lt;TBODY&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl66" height="17" style="width: 47pt; height: 12.75pt;" width="63"&gt;Issue Type&lt;/TD&gt;&lt;TD class="xl66" style="border-left: medium none; width: 47pt;" width="62"&gt;Key&lt;/TD&gt;&lt;TD class="xl66" style="border-left: medium none; width: 192pt;" width="256"&gt;Summary&lt;/TD&gt;&lt;TD class="xl66" style="border-left: medium none; width: 113pt;" width="150"&gt;Assignee&lt;/TD&gt;&lt;TD class="xl66" style="border-left: medium none; width: 121pt;" width="161"&gt;Reporter&lt;/TD&gt;&lt;TD class="xl66" style="border-left: medium none; width: 39pt;" width="52"&gt;Priority&lt;/TD&gt;&lt;TD class="xl66" style="border-left: medium none; width: 52pt;" width="69"&gt;Status&lt;/TD&gt;&lt;TD class="xl66" style="border-left: medium none; width: 58pt;" width="77"&gt;Resolution&lt;/TD&gt;&lt;TD class="xl66" style="border-left: medium none; width: 76pt;" width="101"&gt;Created&lt;/TD&gt;&lt;TD class="xl66" style="border-left: medium none; width: 76pt;" width="101"&gt;Updated&lt;/TD&gt;&lt;TD class="xl66" style="border-left: medium none; width: 89pt;" width="118"&gt;Sub-Tasks&lt;/TD&gt;&lt;/TR&gt;&lt;TR id="issuerow270840" style="height: 15pt;"&gt;&lt;TD class="xl68" height="20" style="border-top: medium none; width: 47pt; height: 15pt;" width="63"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-top: medium none; border-left: medium none; width: 47pt;" width="62"&gt;1&lt;/TD&gt;&lt;TD class="xl68" style="border-top: medium none; border-left: medium none; width: 192pt;" width="256"&gt;aa&lt;/TD&gt;&lt;TD class="xl68" style="border-top: medium none; border-left: medium none; width: 113pt;" width="150"&gt;ab&lt;/TD&gt;&lt;TD class="xl68" style="border-top: medium none; border-left: medium none; width: 121pt;" width="161"&gt;cd&lt;/TD&gt;&lt;TD class="xl68" style="border-top: medium none; border-left: medium none; width: 39pt;" width="52"&gt;Medium&lt;/TD&gt;&lt;TD class="xl68" style="border-top: medium none; border-left: medium none; width: 52pt;" width="69"&gt;Backlog&lt;/TD&gt;&lt;TD class="xl68" style="border-top: medium none; border-left: medium none; width: 58pt;" width="77"&gt;UNRESOLVED&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: medium none; border-left: medium none; width: 76pt;" width="101"&gt;7/4/2011 2:30&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: medium none; border-left: medium none; width: 76pt;" width="101"&gt;7/4/2011 2:31&lt;/TD&gt;&lt;TD class="xl67" style="border-top: medium none; border-left: medium none; width: 89pt;" width="118"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR id="issuerow268045" style="height: 15pt;"&gt;&lt;TD class="xl68" height="20" style="border-top: medium none; width: 47pt; height: 15pt;" width="63"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-top: medium none; border-left: medium none; width: 47pt;" width="62"&gt;2&lt;/TD&gt;&lt;TD class="xl68" style="border-top: medium none; border-left: medium none; width: 192pt;" width="256"&gt;bb&lt;/TD&gt;&lt;TD class="xl68" style="border-top: medium none; border-left: medium none; width: 113pt;" width="150"&gt;bs&lt;/TD&gt;&lt;TD class="xl68" style="border-top: medium none; border-left: medium none; width: 121pt;" width="161"&gt;cd&lt;/TD&gt;&lt;TD class="xl68" style="border-top: medium none; border-left: medium none; width: 39pt;" width="52"&gt;Medium&lt;/TD&gt;&lt;TD class="xl68" style="border-top: medium none; border-left: medium none; width: 52pt;" width="69"&gt;Closed&lt;/TD&gt;&lt;TD class="xl68" style="border-top: medium none; border-left: medium none; width: 58pt;" width="77"&gt;Fixed&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: medium none; border-left: medium none; width: 76pt;" width="101"&gt;6/20/2011 2:51&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: medium none; border-left: medium none; width: 76pt;" width="101"&gt;7/4/2011 2:30&lt;/TD&gt;&lt;TD class="xl67" style="border-top: medium none; border-left: medium none; width: 89pt;" width="118"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;This is what the data looks like.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 21:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-conversion/m-p/258248#M1192459</guid>
      <dc:creator />
      <dc:date>2011-07-05T21:53:20Z</dc:date>
    </item>
    <item>
      <title>Date format conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-conversion/m-p/258249#M1192460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am pulling it from excel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 21:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-conversion/m-p/258249#M1192460</guid>
      <dc:creator />
      <dc:date>2011-07-05T21:53:49Z</dc:date>
    </item>
    <item>
      <title>Date format conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-conversion/m-p/258250#M1192461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But isn't your Create Date already in M/D/YYYY format?&lt;/P&gt;&lt;P&gt;Anyways if you still have problem&lt;/P&gt;&lt;P&gt;you can try this&lt;/P&gt;&lt;P&gt;Date(floor([Create Date],'MM/DD/YYYY'))&lt;/P&gt;&lt;P&gt;As you have time stamp too, which might be causing some issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 21:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-conversion/m-p/258250#M1192461</guid>
      <dc:creator />
      <dc:date>2011-07-05T21:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Date format conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Date-format-conversion/m-p/258251#M1192462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ggoyal_123,&lt;/P&gt;&lt;P&gt;Here's your solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(Date#(left([Create Date],11),'DD-MMM-YYYY'),'DD/MM/YYYY') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also find attached the sample solution. it worked for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 22:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-format-conversion/m-p/258251#M1192462</guid>
      <dc:creator />
      <dc:date>2011-07-05T22:08:52Z</dc:date>
    </item>
  </channel>
</rss>

