<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265817#M620952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read more on this topic here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2622"&gt;Get the Dates Right&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2954"&gt;Why don’t my dates work?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Mar 2017 08:59:00 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-03-23T08:59:00Z</dc:date>
    <item>
      <title>Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265814#M620947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a date field whose format is MM/DD/YYYY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My prefered format is DD/MM/YYYY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I convert it to the prefered format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_________________________________________&lt;/P&gt;&lt;P&gt;[Inflow]:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Date]as [Inflow_Date],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ASSET] as [Inflow_Asset],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [CATEGORY] as [Inflow_Category],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [YEAR]&amp;nbsp; as [Inflow_Year],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [AMOUNT_k] as [Inflow_AMOUNT_k],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [AMOUNT_j] as [Inflow_Amount_j]&lt;/P&gt;&lt;P&gt; FROM [lib://WIN-WIN/xxxxx.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Inflow);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 08:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265814#M620947</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-03-23T08:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265815#M620949</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;try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Date#(FieldDate, '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MM/DD/YYYY&lt;/SPAN&gt;'), '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DD/MM/YYYY&lt;/SPAN&gt;')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 08:45:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265815#M620949</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-03-23T08:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265816#M620950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Akpofure,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer below given sample expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14902586451448781" jivemacro_uid="_14902586451448781" modifiedtitle="true"&gt;
&lt;P style="font-size: 13.3333px;"&gt;//Date# function will interpret &lt;SPAN style="font-size: 13.3333px;"&gt;[Date]&lt;/SPAN&gt; field in &lt;SPAN style="font-size: 13.3333px;"&gt;'MM/DD/YYYY'&lt;/SPAN&gt; format and&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;//Date function will convert it into &lt;SPAN style="font-size: 13.3333px;"&gt;'DD/MM/YYYY'&lt;/SPAN&gt; format&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;Date(Date#([Date], 'MM/DD/YYYY'), 'DD/MM/YYYY') AS [Inflow_Date]&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 08:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265816#M620950</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-03-23T08:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265817#M620952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read more on this topic here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2622"&gt;Get the Dates Right&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2954"&gt;Why don’t my dates work?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 08:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265817#M620952</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-23T08:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265818#M620953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks you Rahul and Andrey... I actually did that.. but I'm getting a blank screen on my froint end.. See attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 09:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265818#M620953</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-03-23T09:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265819#M620955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you create Date without any manipulation and share a screenshot to show its format? I have a feeling that it might not be MM/DD/YYYY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 09:14:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265819#M620955</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-23T09:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265820#M620956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the screenshot of the date without manipulation..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MM/DD/YYYY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 09:24:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265820#M620956</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-03-23T09:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265821#M620958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see any screenshot &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 09:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265821#M620958</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-23T09:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265822#M620959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oops&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here it is &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 09:31:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265822#M620959</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-03-23T09:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265823#M620961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be add Trim function to make sure that there are not extra spaces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Date(Date#(Trim(FieldDate), '&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MM/DD/YYYY&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'), '&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DD/MM/YYYY&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 09:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265823#M620961</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-23T09:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265824#M620962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is already being read as proper date, so only date() should be enough to change the format. Try like:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="keyword" style="font-style: inherit; font-weight: inherit; color: #006699; font-size: 9pt !important;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="keyword" style="font-style: inherit; font-weight: inherit; color: #006699; font-size: 9pt !important;"&gt;&lt;EM&gt;Date&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN style="color: black; font-weight: inherit; font-size: 9pt !important;"&gt;( [&lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; color: #006699; font-size: 9pt !important;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="color: black; font-weight: inherit; font-size: 9pt !important;"&gt;],&lt;/SPAN&gt;&lt;SPAN style="color: black; font-weight: inherit; font-size: 9pt !important;"&gt; &lt;/SPAN&gt;&lt;SPAN class="string" style="font-weight: inherit; color: blue; font-size: 9pt !important;"&gt;'DD/MM/YYYY'&lt;/SPAN&gt;&lt;SPAN style="color: black; font-weight: inherit; font-size: 9pt !important;"&gt;) &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; color: #006699; font-size: 9pt !important;"&gt;AS&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN style="color: black; font-style: inherit; font-weight: inherit; font-size: 9pt !important;"&gt;&lt;EM&gt; [Inflow_Date]&amp;nbsp; &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 09:38:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265824#M620962</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-03-23T09:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265825#M620964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;True, but why would Date# fail still?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 09:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265825#M620964</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-23T09:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265826#M620965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Screen shot he is sharing probably from a listbox where the number format could have been set differently. For example, the original field might be having other timestamps like hhmmss..for which date#() might be failing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 09:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265826#M620965</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-03-23T09:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265827#M620966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That makes complete sense &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;... Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 09:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265827#M620966</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-23T09:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265828#M620967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried the above format but it's still not responding&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 09:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265828#M620967</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-03-23T09:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265829#M620968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try &lt;A href="https://community.qlik.com/people/tresesco"&gt;tresesco&lt;/A&gt;‌'s suggestion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 09:52:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265829#M620968</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-23T09:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265830#M620969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Treseco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for stopping by...&lt;/P&gt;&lt;P&gt;The sample file I used for this design is attached to this feed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The date field is in this format:&amp;nbsp; MM/DD/YYYY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 09:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265830#M620969</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-03-23T09:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265831#M620970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please note that the excel file is loaded into the qlik app via SQL &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 09:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1265831#M620970</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2017-03-23T09:58:47Z</dc:date>
    </item>
  </channel>
</rss>

