<?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: Function to pull the day name from a date value? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967833#M467026</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;True - it won't be effective for list boxes or chart dims , just conditional checks etc.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a chart dim or list box , here is a hack:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(MakeDate(2015,12,20)+ WeekDay( Date),'WWW')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;nbsp; weekday() returns 0 for Sunday and 6 for Saturday&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;nbsp; 2015/12/20&amp;nbsp; , or yesterday, was a sunday. That will never change (i hope!) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;nbsp; so 2015/12/20&amp;nbsp; + (0)&amp;nbsp; -&amp;gt;&amp;nbsp; Sunday 2015/12/20 displayed as 'Sun'&amp;nbsp; ... it will resolve to 'sun' for every data record with a&amp;nbsp; day of the week&amp;nbsp; that is a sunday&lt;/P&gt;&lt;P&gt;- &lt;SPAN style="font-size: 13.3333px;"&gt;so 2015/12/20&amp;nbsp; + (1)&amp;nbsp; -&amp;gt;&amp;nbsp; Monday 2015/12/21 displayed as 'Mon'&amp;nbsp; ... &lt;SPAN style="font-size: 13.3333px;"&gt; it will resolve to 'mon' for every data record with a&amp;nbsp; day of the week&amp;nbsp; that is a monday&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;etc..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/109629_Capture.PNG" style="height: 301px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Dec 2015 20:00:28 GMT</pubDate>
    <dc:creator>JonnyPoole</dc:creator>
    <dc:date>2015-12-21T20:00:28Z</dc:date>
    <item>
      <title>Function to pull the day name from a date value?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967825#M467018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, I need to pull the day name out of a date - so values like Sun Mon Tue Wed Thu Fri Sat coming out of values like 12/21/2015. What's the function?&amp;nbsp; (I'll be doing trial and error while this post waits for a correct answer. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp; Someone wants to know most popular day of the week for users to log their entries.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 17:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967825#M467018</guid>
      <dc:creator>stevelord</dc:creator>
      <dc:date>2015-12-21T17:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Function to pull the day name from a date value?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967826#M467019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try &lt;STRONG&gt;WeekDay()&lt;/STRONG&gt; function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 17:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967826#M467019</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-21T17:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Function to pull the day name from a date value?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967827#M467020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; (I'll be doing trial and error while this post waits for a correct answer. &lt;/SPAN&gt;&lt;SPAN class="emoticon-inline emoticon_happy" style="font-size: 10pt; line-height: 1.5em; height: 16px; width: 16px; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You shouldn't do this by trial and error. There is a reference manual and a HELP function available, besides lots of books, online videos, blogs etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The chapter in the HELP is called: 'Date and time functions'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 17:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967827#M467020</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-21T17:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Function to pull the day name from a date value?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967828#M467021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, maybe I meant to say 'consulting the reference manual in case there's no quick answer'. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp; Reference manual might've had a straight answer this time, but plenty of times it has answered the questions to the left and right of mine and I'm doing 'trial and error' from the reference manual itself.&amp;nbsp; So I developed a habit to get the ball rolling on qlikcommunity in case my own effort comes up empty.&amp;nbsp; And I share my answer if I get it before anyone else does (citing wherever I got it from).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 18:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967828#M467021</guid>
      <dc:creator>stevelord</dc:creator>
      <dc:date>2015-12-21T18:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Function to pull the day name from a date value?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967829#M467022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try WWW or WWWW as the date mask.&amp;nbsp; The inner date# may not be required for you if you are already reading as a date value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date( Date#( '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;12/21/2015','MM/DD/YYYY'), 'WWWW')&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 19:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967829#M467022</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-12-21T19:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Function to pull the day name from a date value?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967830#M467023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;even better !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(&amp;nbsp; Date( Date#( '12/21/2015','MM/DD/YYYY'), 'WWW')&amp;nbsp; = 'Mon', 'Hooray its a monday', 'try again')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 19:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967830#M467023</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-12-21T19:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Function to pull the day name from a date value?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967831#M467024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(mydate,'WWWW') does not extract the weekday from a date. It only formats the display. If the intention is to bucket by weekday, 'WWWW' Monday on two different dates would return two buckets, not a single "Monday" bucket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 19:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967831#M467024</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-12-21T19:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Function to pull the day name from a date value?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967832#M467025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=weekday(date#('12/21/2015', 'MM/DD/YYYY')) in a Text Box! The result will be: Mon (Monday)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that it help you !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First you put a format for the string and then applies the weekday() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Agustin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 19:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967832#M467025</guid>
      <dc:creator />
      <dc:date>2015-12-21T19:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Function to pull the day name from a date value?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967833#M467026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;True - it won't be effective for list boxes or chart dims , just conditional checks etc.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a chart dim or list box , here is a hack:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Date(MakeDate(2015,12,20)+ WeekDay( Date),'WWW')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;nbsp; weekday() returns 0 for Sunday and 6 for Saturday&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;nbsp; 2015/12/20&amp;nbsp; , or yesterday, was a sunday. That will never change (i hope!) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;nbsp; so 2015/12/20&amp;nbsp; + (0)&amp;nbsp; -&amp;gt;&amp;nbsp; Sunday 2015/12/20 displayed as 'Sun'&amp;nbsp; ... it will resolve to 'sun' for every data record with a&amp;nbsp; day of the week&amp;nbsp; that is a sunday&lt;/P&gt;&lt;P&gt;- &lt;SPAN style="font-size: 13.3333px;"&gt;so 2015/12/20&amp;nbsp; + (1)&amp;nbsp; -&amp;gt;&amp;nbsp; Monday 2015/12/21 displayed as 'Mon'&amp;nbsp; ... &lt;SPAN style="font-size: 13.3333px;"&gt; it will resolve to 'mon' for every data record with a&amp;nbsp; day of the week&amp;nbsp; that is a monday&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;etc..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/109629_Capture.PNG" style="height: 301px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 20:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967833#M467026</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-12-21T20:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Function to pull the day name from a date value?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967834#M467027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok ...&amp;nbsp; but what's the advantage over just using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Weekday(Date) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 20:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967834#M467027</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-21T20:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Function to pull the day name from a date value?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967835#M467028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh jeez! none. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i was expecting the function to just return an integer, but it returns a dual with the day names in WWW format no less. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can definitely call me out for not testing before posting... but perhaps based on our qlik documentation ("returns an integer") we should make some updates. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps this was the same&amp;nbsp; reason for the original post from the member? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the documentation for latest and greatest SR12. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor474"&gt;&lt;/A&gt;&lt;A name="weekday"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;weekday(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;date&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Week day. Returns an &lt;STRONG&gt;integer&lt;/STRONG&gt; between 0-6. &lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;weekday( '1971-10-30' )&lt;/SPAN&gt; returns &lt;SPAN class="Italic"&gt;5&lt;/SPAN&gt;. &lt;/P&gt;&lt;P&gt;If the date format used does not correspond to the one set in your operating system, QlikView will not be able to make a correct interpretation. See above under &lt;A class="MCXref_0" href="https://community.qlik.com/"&gt;&lt;EM&gt;day(date)&lt;/EM&gt;&lt;/A&gt;. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 20:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967835#M467028</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-12-21T20:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Function to pull the day name from a date value?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967836#M467029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jonathan, I see where you were coming from. The doc is wrong. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The QV12 doc is correct. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that in QV12, an optional weekstart parameter is now available. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 22:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967836#M467029</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-12-21T22:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Function to pull the day name from a date value?</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967837#M467030</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;to get long week day names instead of the short names the WeekDay() function returns, you could also use something like:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_197361_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/109636_QlikCommunity_Thread_197361_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14507431901458407 jive_text_macro" jivemacro_uid="_14507431901458407"&gt;
&lt;P&gt;SET vLongWeekDay = Dual(Date($1,'WWWW'),WeekDay($1));&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(vLongWeekDay(DateField)) as LongWeekDay,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeekDay(DateField) as WeekDay&lt;/P&gt;
&lt;P&gt;Inline [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateField&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/21/2015&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/22/2015&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/23/2015&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/24/2015&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/25/2015&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/26/2015&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/27/2015&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/28/2015&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/29/2015&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/30/2015&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/31/2015&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 00:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-pull-the-day-name-from-a-date-value/m-p/967837#M467030</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-12-22T00:13:38Z</dc:date>
    </item>
  </channel>
</rss>

