<?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: WeekStart question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/WeekStart-question/m-p/401174#M149283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I understood correctly, I think Mar 1st will still be counted, but towards its February weekstart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you maybe explain with some sample data lines how your input data looks like and how you want to display it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Apr 2013 16:54:16 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-04-25T16:54:16Z</dc:date>
    <item>
      <title>WeekStart question</title>
      <link>https://community.qlik.com/t5/QlikView/WeekStart-question/m-p/401173#M149282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a file where it shows all the counts for the invoices everyday. I want to show them by a date ---that is every monday of the week ,&lt;/P&gt;&lt;P&gt;so I used weekstart(date) to show the week.&lt;/P&gt;&lt;P&gt;The issue is March 1 is a Friday, when I used weekstart(date), it will skip march 1st and the count will be less. &lt;/P&gt;&lt;P&gt;How to add march 1 back to my chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 14:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WeekStart-question/m-p/401173#M149282</guid>
      <dc:creator>alexpanjhc</dc:creator>
      <dc:date>2013-04-25T14:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: WeekStart question</title>
      <link>https://community.qlik.com/t5/QlikView/WeekStart-question/m-p/401174#M149283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I understood correctly, I think Mar 1st will still be counted, but towards its February weekstart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you maybe explain with some sample data lines how your input data looks like and how you want to display it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 16:54:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WeekStart-question/m-p/401174#M149283</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-04-25T16:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: WeekStart question</title>
      <link>https://community.qlik.com/t5/QlikView/WeekStart-question/m-p/401175#M149284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thaks for replying&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attached is the date file.&lt;/P&gt;&lt;P&gt;So if I start using weekdate, the march 1 does not show instead 2/25.&lt;/P&gt;&lt;P&gt;I do not want to see 2/25.&lt;/P&gt;&lt;P&gt;Actually for each month, they'd like to see the actual date not the forwading weekstart &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this doable?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 17:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WeekStart-question/m-p/401175#M149284</guid>
      <dc:creator>alexpanjhc</dc:creator>
      <dc:date>2013-04-25T17:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: WeekStart question</title>
      <link>https://community.qlik.com/t5/QlikView/WeekStart-question/m-p/401176#M149285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you thinking of something like attached?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try &lt;/P&gt;&lt;P&gt;=if(Month(weekstart(F1))=month(F1),Weekstart(F1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as calculated dimension and suppress NULL on the dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will supress your week starting in February, but please note that your last week is also not a complete week, so comparing this week with the other, full 7 days weeks, is like comparing apples with oranges.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 17:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WeekStart-question/m-p/401176#M149285</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-04-25T17:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: WeekStart question</title>
      <link>https://community.qlik.com/t5/QlikView/WeekStart-question/m-p/401177#M149286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;But I still need march 1 show on the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 18:41:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WeekStart-question/m-p/401177#M149286</guid>
      <dc:creator>alexpanjhc</dc:creator>
      <dc:date>2013-04-25T18:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: WeekStart question</title>
      <link>https://community.qlik.com/t5/QlikView/WeekStart-question/m-p/401178#M149287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm still unsure what you want to show with this kind of chart, but try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;=if(Month(weekstart(F1))=month(F1),Weekstart(F1), monthstart(F1) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 21:56:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WeekStart-question/m-p/401178#M149287</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-04-25T21:56:59Z</dc:date>
    </item>
  </channel>
</rss>

