<?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: Week format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Week-format/m-p/929164#M961264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If 'th' is not important, this should also work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Date(WeekStart(Today()), 'WWW DD MMM')&amp;nbsp; &amp;amp; ' - ' &amp;amp; &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;Date(WeekEnd(Today()), 'WWW DD MMM')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or WWWW for the whole weekday name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Oct 2015 11:50:14 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-10-20T11:50:14Z</dc:date>
    <item>
      <title>Week format</title>
      <link>https://community.qlik.com/t5/QlikView/Week-format/m-p/929160#M961260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Hi Guru's,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;I want to display my current week on text object below format,any suggestion please.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Mon 19&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SUP style="color: #000000; font-family: Calibri, sans-serif;"&gt;th&lt;/SUP&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;Oct – Sunday 25&lt;/SPAN&gt;&lt;SUP style="color: #000000; font-family: Calibri, sans-serif;"&gt;th&lt;/SUP&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Oct&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Calibri, sans-serif;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Satish&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 11:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-format/m-p/929160#M961260</guid>
      <dc:creator>sat_tok52</dc:creator>
      <dc:date>2015-10-20T11:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Week format</title>
      <link>https://community.qlik.com/t5/QlikView/Week-format/m-p/929161#M961261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=WeekDay(WeekStart(Today())) &amp;amp; ' ' &amp;amp; Day(WeekStart(Today())) &amp;amp; 'th ' &amp;amp; Month(WeekStart(Today())) &amp;amp; ' - ' &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; WeekDay(WeekEnd(Today())) &amp;amp; ' ' &amp;amp; Day(WeekEnd(Today())) &amp;amp; 'th ' &amp;amp; Month(WeekEnd(Today()))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102543_Capture.PNG" style="height: 120px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 11:44:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-format/m-p/929161#M961261</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-20T11:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Week format</title>
      <link>https://community.qlik.com/t5/QlikView/Week-format/m-p/929162#M961262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I don't know how to set the 'th' (the little string version) but for the rest of that:&lt;/P&gt;&lt;P&gt;='Mon ' &amp;amp; Date(WeekStart(Today()), 'DD MMM') &amp;amp; ' - Sunday ' &amp;amp; Date(WeekEnd(Today()), 'DD MMM')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 11:46:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-format/m-p/929162#M961262</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-10-20T11:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Week format</title>
      <link>https://community.qlik.com/t5/QlikView/Week-format/m-p/929163#M961263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Date(WeekStart(Today()), 'WWW DD')&amp;nbsp; &amp;amp; 'th ' &amp;amp; Month(WeekStart(Today())) &amp;amp; ' - ' &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Date(WeekEnd(Today()), 'WWW DD')&amp;nbsp; &amp;amp; 'th ' &amp;amp; Month(WeekEnd(Today()))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 11:47:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-format/m-p/929163#M961263</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-20T11:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Week format</title>
      <link>https://community.qlik.com/t5/QlikView/Week-format/m-p/929164#M961264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If 'th' is not important, this should also work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Date(WeekStart(Today()), 'WWW DD MMM')&amp;nbsp; &amp;amp; ' - ' &amp;amp; &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;Date(WeekEnd(Today()), 'WWW DD MMM')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or WWWW for the whole weekday name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 11:50:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-format/m-p/929164#M961264</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-20T11:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Week format</title>
      <link>https://community.qlik.com/t5/QlikView/Week-format/m-p/929165#M961265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, to do this for the previous week, would you just insert "-1" after today()? I tried this, and it didn't seem to change my values, unless I have a syntax error..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=WeekDay(WeekStart(Today()-1)) &amp;amp; ' ' &amp;amp; Day(WeekStart(Today()-1)) &amp;amp; 'th ' &amp;amp; Month(WeekStart(Today()-1)) &amp;amp; ' - ' &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; WeekDay(WeekEnd(Today()-1)) &amp;amp; ' ' &amp;amp; Day(WeekEnd(Today()-1)) &amp;amp; 'th ' &amp;amp; Month(WeekEnd(Today()-1))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 20:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-format/m-p/929165#M961265</guid>
      <dc:creator>lucasdavis500</dc:creator>
      <dc:date>2016-11-09T20:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Week format</title>
      <link>https://community.qlik.com/t5/QlikView/Week-format/m-p/929166#M961266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use a comma between Today() and -1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;=WeekDay(WeekStart(Today()&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;,&lt;/SPAN&gt; -1)) &amp;amp; ' ' &amp;amp; Day(WeekStart(Today()&lt;STRONG style=": ; color: #ff0000; font-style: inherit; font-size: 14pt; font-family: inherit;"&gt;,&lt;/STRONG&gt; -1)) &amp;amp; 'th ' &amp;amp; Month(WeekStart(Today()&lt;STRONG style=": ; color: #ff0000; font-style: inherit; font-size: 14pt; font-family: inherit;"&gt;,&lt;/STRONG&gt; -1)) &amp;amp; ' - ' &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;WeekDay(WeekEnd(Today()&lt;STRONG style=": ; color: #ff0000; font-style: inherit; font-size: 14pt; font-family: inherit;"&gt;,&lt;/STRONG&gt; -1)) &amp;amp; ' ' &amp;amp; Day(WeekEnd(Today()&lt;STRONG style=": ; color: #ff0000; font-style: inherit; font-size: 14pt; font-family: inherit;"&gt;,&lt;/STRONG&gt; -1)) &amp;amp; 'th ' &amp;amp; Month(WeekEnd(Today()&lt;STRONG style=": ; color: #ff0000; font-style: inherit; font-size: 14pt; font-family: inherit;"&gt;,&lt;/STRONG&gt; -1))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 23:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-format/m-p/929166#M961266</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-09T23:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Week format</title>
      <link>https://community.qlik.com/t5/QlikView/Week-format/m-p/929167#M961267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe adding "-7" to all of these worked for me &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, 10 Nov 2016 17:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-format/m-p/929167#M961267</guid>
      <dc:creator>lucasdavis500</dc:creator>
      <dc:date>2016-11-10T17:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Week format</title>
      <link>https://community.qlik.com/t5/QlikView/Week-format/m-p/929168#M961268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, This scenario do we get "th" as on CAP. If so, Explain me how do we achieve. Once upon a time i got that issue. But, I got one idea for that like images replace like 1, 2, 3, 4 ... 31 Manually. Do we have any other approach to reach that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 17:04:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-format/m-p/929168#M961268</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-11-10T17:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Week format</title>
      <link>https://community.qlik.com/t5/QlikView/Week-format/m-p/929169#M961269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using an if statement that determines what day of the month the above functions resolve to..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex IF(&lt;STRONG&gt;Day(WeekStart(Today())) = 1, 'st', IF(.......)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 17:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-format/m-p/929169#M961269</guid>
      <dc:creator>lucasdavis500</dc:creator>
      <dc:date>2016-11-10T17:17:36Z</dc:date>
    </item>
  </channel>
</rss>

