<?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: Get Full Day Name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-Full-Day-Name/m-p/473089#M176683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have two options:&amp;nbsp; 1st, modify the names of week in your script&lt;/P&gt;&lt;P&gt;SET DayNames='Monday;Tuesday...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or make a little table with the inline command containing the days of the week.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Apr 2013 22:48:46 GMT</pubDate>
    <dc:creator>jolivares</dc:creator>
    <dc:date>2013-04-21T22:48:46Z</dc:date>
    <item>
      <title>Get Full Day Name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Full-Day-Name/m-p/473088#M176682</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;This is my First Question on the Qlik Community, I am trying to get the full day name like, Monday, Tuesday etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I type the following in a Text Object for Month it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=DATE(RELOADTIME(),'MMMM') the result is April&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However if I try the following for Day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=WEEKDAY(reloadtime()) the result I get is Sun, the result I need is Sunday&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can help&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;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Apr 2013 13:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Full-Day-Name/m-p/473088#M176682</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-04-21T13:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Get Full Day Name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Full-Day-Name/m-p/473089#M176683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have two options:&amp;nbsp; 1st, modify the names of week in your script&lt;/P&gt;&lt;P&gt;SET DayNames='Monday;Tuesday...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or make a little table with the inline command containing the days of the week.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Apr 2013 22:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Full-Day-Name/m-p/473089#M176683</guid>
      <dc:creator>jolivares</dc:creator>
      <dc:date>2013-04-21T22:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Get Full Day Name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Full-Day-Name/m-p/473090#M176684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best way is to change the environmental variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DayNames='Monday;Tuesday;Wednesday;Thursdat;Friday;Saturdat;Sunday';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 01:08:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Full-Day-Name/m-p/473090#M176684</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-04-22T01:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Get Full Day Name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Full-Day-Name/m-p/473091#M176685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes it is the right approach just put you expression in nested if as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(exp='Sun',Sunday..like this..you can get it in your expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 05:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Full-Day-Name/m-p/473091#M176685</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-04-22T05:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Get Full Day Name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Full-Day-Name/m-p/473092#M176686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alan,&lt;/P&gt;&lt;P&gt;Change the below variable in the edit script and use weekday() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DayNames='Monday;Tuesday;Wednesday;Thursday;Friday;Saturday;Sunday';&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;P&gt;Sampath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 05:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Full-Day-Name/m-p/473092#M176686</guid>
      <dc:creator />
      <dc:date>2013-04-22T05:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Get Full Day Name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Full-Day-Name/m-p/473093#M176687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Alan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=DATE(Today(),'WWWW')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 07:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Full-Day-Name/m-p/473093#M176687</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-04-22T07:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Get Full Day Name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Full-Day-Name/m-p/473094#M176688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's exactly what I was looking for thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why is it not 'DDDD' is there a reason for that?&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;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 21:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Full-Day-Name/m-p/473094#M176688</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-04-22T21:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Get Full Day Name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Full-Day-Name/m-p/473095#M176689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Alan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure about DDDD, I think DD is for representing Day number and WWWW is for representing weekday.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 06:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Full-Day-Name/m-p/473095#M176689</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-04-23T06:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Get Full Day Name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Full-Day-Name/m-p/1738738#M452819</link>
      <description>&lt;P&gt;where do i find the edit script?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 09:04:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Full-Day-Name/m-p/1738738#M452819</guid>
      <dc:creator>dagrun</dc:creator>
      <dc:date>2020-08-26T09:04:27Z</dc:date>
    </item>
  </channel>
</rss>

