<?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/1203999#M876875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(Date#([Posting date - Posting date Level 01 (Text)],'DD.MM.YYYY'),'MM/DD/YYYY')&amp;nbsp; as [Posting Date]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2016 05:06:01 GMT</pubDate>
    <dc:creator>shraddha_g</dc:creator>
    <dc:date>2016-10-19T05:06:01Z</dc:date>
    <item>
      <title>Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1203996#M876872</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 am extracting data from SAP BW and I have a date field having the format DD.MM.YYYY.&amp;nbsp; I want to change it to MM/DD/YYYY. I have tried using the function below but it's not returning any value. I have also tried changing the DateFormat in the script but to no avail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date#((Date([Posting date - Posting date Level 01 (Text)],'DD.MM.YYYY')),'MM/DD/YYYY')&amp;nbsp; as [Posting Date]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qv1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/141144_qv1.PNG" style="height: auto;" /&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-Format/m-p/1203996#M876872</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1203997#M876873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try exchanging the date() and date#() position like:&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;date(&lt;STRONG&gt;Date#&lt;/STRONG&gt;([Posting date - Posting date Level 01 (Text)],'DD.MM.YYYY'),'MM/DD/YYYY')&amp;nbsp; as [Posting Date]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 04:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1203997#M876873</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-10-19T04:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1203998#M876874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use simply Date(FieldName, 'MM/DD/YYYY') as [Posting Date];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And do you have timestamp with that field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 04:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1203998#M876874</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-10-19T04:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1203999#M876875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(Date#([Posting date - Posting date Level 01 (Text)],'DD.MM.YYYY'),'MM/DD/YYYY')&amp;nbsp; as [Posting Date]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 05:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1203999#M876875</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-10-19T05:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1204000#M876876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shraddha, Tresesco also gave same scenario. Why do you copy same thing. I recommend you to think different approach so that we might learn lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Good Luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 05:08:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1204000#M876876</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-10-19T05:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1204001#M876877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Fieldname,'DD/MM/YYYY') as Date &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else try below one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Date#(Fieldname,'DD.MM.YYYY'),'DD/MM/YYYY') as Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this might helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nagarjuna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 07:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1204001#M876877</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2016-10-19T07:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1204002#M876878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hi,&lt;/SPAN&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;Try &lt;BR /&gt;&lt;/SPAN&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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;[&lt;/SPAN&gt; YourField1 &lt;SPAN style="color: #ff0000;"&gt;]&lt;/SPAN&gt; - &lt;SPAN style="color: #ff0000;"&gt;[&lt;/SPAN&gt; YourField2&lt;SPAN style="color: #ff0000;"&gt; ]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;eg:&lt;BR /&gt;Date( [ Posting date ] - [ Posting date Level 01 (Text) ], 'MM/DD/YYYY' )&amp;nbsp; as [ Posting Date ]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 08:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1204002#M876878</guid>
      <dc:creator>vcanale</dc:creator>
      <dc:date>2016-10-19T08:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1204003#M876879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Plz use this&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;Text(date(&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date#&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;([Posting date - Posting date Level 01 (Text)],'DD.MM.YYYY'),'MM/DD/YYYY'))&amp;nbsp; as [Posting Date]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 08:51:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1204003#M876879</guid>
      <dc:creator>prabiradhikary</dc:creator>
      <dc:date>2016-10-19T08:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1204004#M876880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be helpful for you to go over these links&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;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2622"&gt;Get the Dates Right&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 10:10:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1204004#M876880</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-19T10:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1204005#M876881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not returning any value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 14:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1204005#M876881</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-19T14:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1204006#M876882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All!&amp;nbsp; &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, 19 Oct 2016 14:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1204006#M876882</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-19T14:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1204007#M876883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 14:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Format/m-p/1204007#M876883</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-19T14:29:05Z</dc:date>
    </item>
  </channel>
</rss>

