<?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 Two different calendar weeks in one dashboards in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Two-different-calendar-weeks-in-one-dashboards/m-p/1600451#M596996</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I need to include two diffenrent types of calendar week in one Dashboard: First the regular calendar from Monday to Sunday, second a markenting calendar from Thusday to Friday.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In the end I need two textboxes: The first with the regular Calender weeks (1-52) and a second box with the marketing calender weeks (1-52). The user should be able to choose one or the other calendar week type.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does anyone have an idea how to implement that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks a lot and best regrads&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Emck&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2019 14:22:36 GMT</pubDate>
    <dc:creator>EMCK</dc:creator>
    <dc:date>2019-07-09T14:22:36Z</dc:date>
    <item>
      <title>Two different calendar weeks in one dashboards</title>
      <link>https://community.qlik.com/t5/QlikView/Two-different-calendar-weeks-in-one-dashboards/m-p/1600451#M596996</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I need to include two diffenrent types of calendar week in one Dashboard: First the regular calendar from Monday to Sunday, second a markenting calendar from Thusday to Friday.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In the end I need two textboxes: The first with the regular Calender weeks (1-52) and a second box with the marketing calender weeks (1-52). The user should be able to choose one or the other calendar week type.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does anyone have an idea how to implement that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks a lot and best regrads&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Emck&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 14:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-different-calendar-weeks-in-one-dashboards/m-p/1600451#M596996</guid>
      <dc:creator>EMCK</dc:creator>
      <dc:date>2019-07-09T14:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Two different calendar weeks in one dashboards</title>
      <link>https://community.qlik.com/t5/QlikView/Two-different-calendar-weeks-in-one-dashboards/m-p/1600467#M596998</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Can you better explain your Marketing calendar? What do you mean "fromThursday to Friday" ? Do you mean from Friday to Thursday?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 14:42:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-different-calendar-weeks-in-one-dashboards/m-p/1600467#M596998</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2019-07-09T14:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Two different calendar weeks in one dashboards</title>
      <link>https://community.qlik.com/t5/QlikView/Two-different-calendar-weeks-in-one-dashboards/m-p/1600697#M596999</link>
      <description>&lt;P&gt;Sorry, you're right: The Marketing Calender goes from Friday to Thursday, of course.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 05:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-different-calendar-weeks-in-one-dashboards/m-p/1600697#M596999</guid>
      <dc:creator>EMCK</dc:creator>
      <dc:date>2019-07-10T05:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Two different calendar weeks in one dashboards</title>
      <link>https://community.qlik.com/t5/QlikView/Two-different-calendar-weeks-in-one-dashboards/m-p/1600759#M597000</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Try using the &lt;STRONG&gt;Week&lt;/STRONG&gt; function with a &lt;STRONG&gt;first_week_day&lt;/STRONG&gt; parameter.&lt;/P&gt;&lt;P&gt;Usually the default is for Monday to be the first day of the week. If you set first_week_day to 4, the week will start on Friday.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QVCapture.JPG" style="width: 375px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/15193iD8623DEAA9E45986/image-size/large?v=v2&amp;amp;px=999" role="button" title="QVCapture.JPG" alt="QVCapture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Your script will be something like :&lt;/P&gt;&lt;P&gt;Dates:&lt;/P&gt;&lt;P&gt;LOAD Date ......;&lt;/P&gt;&lt;P&gt;Regular_Calendar:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Week(Date) AS Regular_Week_No&lt;/P&gt;&lt;P&gt;RESIDENT Dates;&lt;/P&gt;&lt;P&gt;Marketing_Calendar:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Week(Date,4) AS Marketing_Week_No&lt;/P&gt;&lt;P&gt;RESIDENT Dates;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 07:57:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-different-calendar-weeks-in-one-dashboards/m-p/1600759#M597000</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2019-07-10T07:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Two different calendar weeks in one dashboards</title>
      <link>https://community.qlik.com/t5/QlikView/Two-different-calendar-weeks-in-one-dashboards/m-p/1608216#M597001</link>
      <description>&lt;P&gt;Did Richard's last post solve your issue?&amp;nbsp; If so, be sure to give him credit by clicking on the Accept as Solution button, and if you are not able to do that, just leave a reply for us letting us know that did help, and we can mark things for you.&amp;nbsp; Otherwise we will need some further details as to where you are with things.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 18:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-different-calendar-weeks-in-one-dashboards/m-p/1608216#M597001</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-07-31T18:43:36Z</dc:date>
    </item>
  </channel>
</rss>

