<?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: Format date include day name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442531#M164955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can sort them by Numeric Value to get chronological order. Or you may have to create inline table to get this done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2014 10:37:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-10T10:37:00Z</dc:date>
    <item>
      <title>Format date include day name</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442522#M164946</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;Anyone know how to convert or format this date: Wed, 01-July-2011 into this format: 01/07/2011. I have tried this expression: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=date(Date#([myDateField], 'ddd, DD-MMM-YYYY'),'DD/MM/YYYY') but can't work... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone has any idea to do this? Any comments and suggestions are welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another problem is my database consists a variety of date with different format and those format are unexpected since my date date will always being updated... I am thinking a way to convert those unexpected date format into this format 'DD/MM/YYYY'. But I am not sure is it possible. Anyone has any ideas on this? Please let me know if my questions are not clear...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 08:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442522#M164946</guid>
      <dc:creator />
      <dc:date>2013-05-09T08:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Format date include day name</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442523#M164947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use &lt;STRONG&gt;WWW&lt;/STRONG&gt; on the place of &lt;STRONG&gt;ddd&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 08:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442523#M164947</guid>
      <dc:creator />
      <dc:date>2013-05-09T08:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Format date include day name</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442524#M164948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok so what if i have a date feild and i want to have a list box showing only the 7 days of the week, how would i go about doing that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 10:22:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442524#M164948</guid>
      <dc:creator />
      <dc:date>2014-07-10T10:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Format date include day name</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442525#M164949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Day(dateField)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 10:25:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442525#M164949</guid>
      <dc:creator />
      <dc:date>2014-07-10T10:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Format date include day name</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442526#M164950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try below for weekdays,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=WeekDay(Today())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 10:26:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442526#M164950</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-10T10:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Format date include day name</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442527#M164951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, thanks but it does not show distinct, weekday does however&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 10:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442527#M164951</guid>
      <dc:creator />
      <dc:date>2014-07-10T10:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Format date include day name</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442528#M164952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how do i get them to sort chronologically&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 10:31:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442528#M164952</guid>
      <dc:creator />
      <dc:date>2014-07-10T10:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Format date include day name</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442529#M164953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You may try below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date_field = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Wed, 01-July-2011&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(Date#(Trim(SubField(date_field, ' ',2)), 'DD-MMM-YYYY'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 10:32:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442529#M164953</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-10T10:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Format date include day name</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442530#M164954</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;Use this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(), 'DD-MMM-YYYY')&amp;amp;'-'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WeekDay&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Kaushal&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 10:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442530#M164954</guid>
      <dc:creator>kaushalview</dc:creator>
      <dc:date>2014-07-10T10:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Format date include day name</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442531#M164955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can sort them by Numeric Value to get chronological order. Or you may have to create inline table to get this done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 10:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442531#M164955</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-10T10:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Format date include day name</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442532#M164956</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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Another problem is my database consists a variety of date with different format and those format are unexpected since my date date will always being updated&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use ALT function to add different format and convert them into date field. See below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date1 = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Wed, 01-July-2011&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;date2 = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;01-July-2011, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Wed&lt;/SPAN&gt;&lt;/SPAN&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;"&gt;date3 = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Wed, 01-July-11&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;ALT(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date#(Trim(SubField(date1, ' ',2)), 'DD-MMM-YYYY')&lt;/SPAN&gt;, &lt;/P&gt;&lt;P class="Code"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date#(Trim(SubField(date2, ',',1)), 'DD-MMM-YYYY')&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date#(Trim(SubField(date3, ' ',2)), 'DD-MMM-YY'), &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;'No valid date' ) as Date_Field&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 10:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442532#M164956</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-10T10:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Format date include day name</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442533#M164957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set LongMonthNames = 'January;February;March;April;May;June;July;August;September;October;November;December';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=date(date#(subfield('Wed, 01-July-2011', ' ',2), 'DD-MMMM-YYYY'), 'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see here for MMMM&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/11/05/month-names" title="http://community.qlik.com/blogs/qlikviewdesignblog/2012/11/05/month-names"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2012/11/05/month-names&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 11:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442533#M164957</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-07-10T11:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Format date include day name</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442534#M164958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI cthesky87&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can override document settings to format the field in the number tab&lt;/P&gt;&lt;P&gt;1. Open properties and go to the number tab&lt;/P&gt;&lt;P&gt;2. Select field&lt;/P&gt;&lt;P&gt;3. Tick override document settings&lt;/P&gt;&lt;P&gt;4. Select date and use format pattern to suit you needs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Padma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 11:22:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/442534#M164958</guid>
      <dc:creator />
      <dc:date>2014-07-10T11:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Format date include day name</title>
      <link>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/2113722#M1224496</link>
      <description>&lt;P&gt;=Date([Datefield],"WWW") worked great thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 13:40:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-date-include-day-name/m-p/2113722#M1224496</guid>
      <dc:creator>PDurnall</dc:creator>
      <dc:date>2023-09-05T13:40:16Z</dc:date>
    </item>
  </channel>
</rss>

