<?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 Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Week-Date/m-p/1561774#M743474</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48832" target="_self"&gt;smilingjohn&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;By default,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="CommonComponentsQlikView"&gt;QlikView&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;functions use Monday as the first day of the week. The following values can be used:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;0 (= Monday)&lt;/LI&gt;&lt;LI&gt;1 (= Tuesday)&lt;/LI&gt;&lt;LI&gt;2 (= Wednesday)&lt;/LI&gt;&lt;LI&gt;3 (= Thursday)&lt;/LI&gt;&lt;LI&gt;4 (= Friday)&lt;/LI&gt;&lt;LI&gt;5 (= Saturday)&lt;/LI&gt;&lt;LI&gt;6 (= Sunday)&lt;/LI&gt;&lt;/UL&gt;&lt;P class="examples"&gt;&lt;SPAN class="autonumber"&gt;&lt;SPAN&gt;Examples:&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="Code"&gt;Set FirstWeekDay=6; //(set Sunday as the first day of the week)&lt;/P&gt;&lt;P class="Code"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="Code"&gt;Thanks,&lt;/P&gt;&lt;P class="Code"&gt;Mohammed Mukram&lt;/P&gt;</description>
    <pubDate>Wed, 27 Mar 2019 10:02:17 GMT</pubDate>
    <dc:creator>mdmukramali</dc:creator>
    <dc:date>2019-03-27T10:02:17Z</dc:date>
    <item>
      <title>Week Date</title>
      <link>https://community.qlik.com/t5/QlikView/Week-Date/m-p/1561673#M743471</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find the attachment of the QVW file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My requirement is to show weekly date from created field . Can you please help in achieving this ..the start of the week should be from Sunday to Saturday and it should look like as shown in the scrceenshot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Weekly Report.PNG" style="width: 694px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/8879i39E79E2A27CCE8EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Weekly Report.PNG" alt="Weekly Report.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-Date/m-p/1561673#M743471</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Week Date</title>
      <link>https://community.qlik.com/t5/QlikView/Week-Date/m-p/1561696#M743472</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the Script can you change the default settings :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the Script can you change the default setting for the week.&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;BR /&gt;SET DecimalSep='.';&lt;BR /&gt;SET MoneyThousandSep=',';&lt;BR /&gt;SET MoneyDecimalSep='.';&lt;BR /&gt;SET MoneyFormat='$#,##0.00;($#,##0.00)';&lt;BR /&gt;SET TimeFormat='h:mm:ss TT';&lt;BR /&gt;SET DateFormat='M/D/YYYY';&lt;BR /&gt;SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';&lt;BR /&gt;&lt;FONT size="4"&gt;&lt;EM&gt;&lt;STRONG&gt;SET FirstWeekDay=6;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;and use the Weekstart function to get the first day of the week ( which is Sunday).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;WeekStart(Date#(Created,'DD-MM-YYYY hh.mm.ss')) as Week&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Thanks,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Mohammed Mukram&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 06:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-Date/m-p/1561696#M743472</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2019-03-27T06:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Week Date</title>
      <link>https://community.qlik.com/t5/QlikView/Week-Date/m-p/1561730#M743473</link>
      <description>&lt;P&gt;Hi Mohammad,&lt;/P&gt;&lt;P&gt;Thanks for the solution , can i know how is the "&lt;EM&gt;&lt;STRONG&gt;SET FirstWeekDay=6; &amp;nbsp; &lt;/STRONG&gt;working ? how is it considering from&amp;nbsp;Sunday&amp;nbsp;to&amp;nbsp;Saturday&amp;nbsp;?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;It will be really&amp;nbsp;helpful&amp;nbsp;if you can please explain me this .&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thanks&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 08:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-Date/m-p/1561730#M743473</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2019-03-27T08:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Week Date</title>
      <link>https://community.qlik.com/t5/QlikView/Week-Date/m-p/1561774#M743474</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48832" target="_self"&gt;smilingjohn&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;By default,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="CommonComponentsQlikView"&gt;QlikView&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;functions use Monday as the first day of the week. The following values can be used:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;0 (= Monday)&lt;/LI&gt;&lt;LI&gt;1 (= Tuesday)&lt;/LI&gt;&lt;LI&gt;2 (= Wednesday)&lt;/LI&gt;&lt;LI&gt;3 (= Thursday)&lt;/LI&gt;&lt;LI&gt;4 (= Friday)&lt;/LI&gt;&lt;LI&gt;5 (= Saturday)&lt;/LI&gt;&lt;LI&gt;6 (= Sunday)&lt;/LI&gt;&lt;/UL&gt;&lt;P class="examples"&gt;&lt;SPAN class="autonumber"&gt;&lt;SPAN&gt;Examples:&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="Code"&gt;Set FirstWeekDay=6; //(set Sunday as the first day of the week)&lt;/P&gt;&lt;P class="Code"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="Code"&gt;Thanks,&lt;/P&gt;&lt;P class="Code"&gt;Mohammed Mukram&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 10:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Week-Date/m-p/1561774#M743474</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2019-03-27T10:02:17Z</dc:date>
    </item>
  </channel>
</rss>

