<?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 Create calendar in qliksense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Create-calendar-in-qliksense/m-p/1908253#M74861</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I have to create a calendar to generate weeks from my date.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The week start should be saturday and weekend should be sunday.&lt;/P&gt;
&lt;P&gt;For instance for the month of march :-&lt;/P&gt;
&lt;P&gt;5th march - saturday (week start)&lt;/P&gt;
&lt;P&gt;6 th march - sunday (weekend)&lt;/P&gt;
&lt;P&gt;And we have to follow 52 weeks pattern for the year.&lt;/P&gt;
&lt;P&gt;Can anyone please help me , how can i generate it using my date field ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Tue, 22 Mar 2022 14:55:18 GMT</pubDate>
    <dc:creator>Aspiring_Developer</dc:creator>
    <dc:date>2022-03-22T14:55:18Z</dc:date>
    <item>
      <title>Create calendar in qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Create-calendar-in-qliksense/m-p/1908253#M74861</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I have to create a calendar to generate weeks from my date.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The week start should be saturday and weekend should be sunday.&lt;/P&gt;
&lt;P&gt;For instance for the month of march :-&lt;/P&gt;
&lt;P&gt;5th march - saturday (week start)&lt;/P&gt;
&lt;P&gt;6 th march - sunday (weekend)&lt;/P&gt;
&lt;P&gt;And we have to follow 52 weeks pattern for the year.&lt;/P&gt;
&lt;P&gt;Can anyone please help me , how can i generate it using my date field ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 14:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-calendar-in-qliksense/m-p/1908253#M74861</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2022-03-22T14:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create calendar in qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Create-calendar-in-qliksense/m-p/1908260#M74863</link>
      <description>&lt;P&gt;The Week() function takes parameters for both which day is the first of the week, whether broken weeks should be allowed, and which day defines the first week of the year. You should be able to combine these to get what you want, hopefully. If you can't, you can always define your dates and week numbers in an external file (e.g. Excel) and load those in your script.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 15:12:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-calendar-in-qliksense/m-p/1908260#M74863</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-03-22T15:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create calendar in qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Create-calendar-in-qliksense/m-p/1908264#M74864</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6142"&gt;@Or&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your response.&lt;/P&gt;
&lt;P&gt;I want to do it using external file and use index number but I don't know how to do it &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 15:15:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-calendar-in-qliksense/m-p/1908264#M74864</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2022-03-22T15:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create calendar in qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Create-calendar-in-qliksense/m-p/1908268#M74865</link>
      <description>&lt;P&gt;I don't know what 'index number' means in this context...&lt;/P&gt;
&lt;P&gt;The file would have a structure of e.g.&lt;/P&gt;
&lt;P&gt;Date, Week&lt;/P&gt;
&lt;P&gt;01/01/2022, 1&lt;/P&gt;
&lt;P&gt;02/01/2022, 1&lt;/P&gt;
&lt;P&gt;03/01/2022,2&lt;/P&gt;
&lt;P&gt;ad infinitum. You would join this to whatever date field you want.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 15:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-calendar-in-qliksense/m-p/1908268#M74865</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-03-22T15:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create calendar in qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Create-calendar-in-qliksense/m-p/1908676#M74897</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6142"&gt;@Or&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I have the data for 5 years, so that means i will have to manually input all the dates for last 5 years in excel and do markings for week start and week end .&lt;/P&gt;
&lt;P&gt;Is there any other way out for this ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 10:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-calendar-in-qliksense/m-p/1908676#M74897</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2022-03-23T10:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create calendar in qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Create-calendar-in-qliksense/m-p/1908707#M74899</link>
      <description>&lt;P&gt;You could use the Week() function with its parameters if you can make that fit your requirement. Since your requirement isn't clear to me, I can't suggest the specific syntax.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 11:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-calendar-in-qliksense/m-p/1908707#M74899</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-03-23T11:11:41Z</dc:date>
    </item>
  </channel>
</rss>

