<?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 Fiscal Calendar with Weekly Reference Table – Handling Overlapping Months in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Fiscal-Calendar-with-Weekly-Reference-Table-Handling-Overlapping/m-p/2514413#M105497</link>
    <description>&lt;P class=""&gt;Hi Qlik Community,&lt;/P&gt;&lt;P class=""&gt;I'm currently building a &lt;STRONG&gt;fiscal calendar&lt;/STRONG&gt; in Qlik Sense based on a weekly reference table (attached as &lt;STRONG&gt;FiscalWeekCalender.xlsx&lt;/STRONG&gt;) that includes:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;FISCALYEARKEY&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;FISCAL Week No.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Start date&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;End date&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;My goal is to generate a MasterCalendar that looks like the one I've also attached (&lt;STRONG&gt;ExpectedFiscalMasterCalender.xlsx&lt;/STRONG&gt;), where each date is linked to its respective fiscal week, fiscal month, and fiscal year.&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":exclamation_mark:"&gt;❗&lt;/span&gt;Challenge&lt;/P&gt;&lt;P class=""&gt;I'm having issues with &lt;STRONG&gt;fiscal week numbers&lt;/STRONG&gt; and &lt;STRONG&gt;fiscal month assignment&lt;/STRONG&gt;, especially in weeks that &lt;STRONG&gt;span across two calendar months&lt;/STRONG&gt;.&lt;BR /&gt;For example:&lt;/P&gt;&lt;P class=""&gt;&lt;span class="lia-unicode-emoji" title=":calendar:"&gt;📅&lt;/span&gt; 2024 Week 05: 29-Apr-24 to 05-May-24&lt;BR /&gt;This week overlaps both &lt;STRONG&gt;April and May&lt;/STRONG&gt;, and I’m not sure how best to handle the fiscal month in this case — should it be split, or assigned fully to the starting month?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Apr 2025 10:36:54 GMT</pubDate>
    <dc:creator>Purushothaman</dc:creator>
    <dc:date>2025-04-15T10:36:54Z</dc:date>
    <item>
      <title>Fiscal Calendar with Weekly Reference Table – Handling Overlapping Months</title>
      <link>https://community.qlik.com/t5/App-Development/Fiscal-Calendar-with-Weekly-Reference-Table-Handling-Overlapping/m-p/2514413#M105497</link>
      <description>&lt;P class=""&gt;Hi Qlik Community,&lt;/P&gt;&lt;P class=""&gt;I'm currently building a &lt;STRONG&gt;fiscal calendar&lt;/STRONG&gt; in Qlik Sense based on a weekly reference table (attached as &lt;STRONG&gt;FiscalWeekCalender.xlsx&lt;/STRONG&gt;) that includes:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;FISCALYEARKEY&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;FISCAL Week No.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Start date&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;End date&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;My goal is to generate a MasterCalendar that looks like the one I've also attached (&lt;STRONG&gt;ExpectedFiscalMasterCalender.xlsx&lt;/STRONG&gt;), where each date is linked to its respective fiscal week, fiscal month, and fiscal year.&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":exclamation_mark:"&gt;❗&lt;/span&gt;Challenge&lt;/P&gt;&lt;P class=""&gt;I'm having issues with &lt;STRONG&gt;fiscal week numbers&lt;/STRONG&gt; and &lt;STRONG&gt;fiscal month assignment&lt;/STRONG&gt;, especially in weeks that &lt;STRONG&gt;span across two calendar months&lt;/STRONG&gt;.&lt;BR /&gt;For example:&lt;/P&gt;&lt;P class=""&gt;&lt;span class="lia-unicode-emoji" title=":calendar:"&gt;📅&lt;/span&gt; 2024 Week 05: 29-Apr-24 to 05-May-24&lt;BR /&gt;This week overlaps both &lt;STRONG&gt;April and May&lt;/STRONG&gt;, and I’m not sure how best to handle the fiscal month in this case — should it be split, or assigned fully to the starting month?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 10:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fiscal-Calendar-with-Weekly-Reference-Table-Handling-Overlapping/m-p/2514413#M105497</guid>
      <dc:creator>Purushothaman</dc:creator>
      <dc:date>2025-04-15T10:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Calendar with Weekly Reference Table – Handling Overlapping Months</title>
      <link>https://community.qlik.com/t5/App-Development/Fiscal-Calendar-with-Weekly-Reference-Table-Handling-Overlapping/m-p/2514437#M105502</link>
      <description>&lt;P&gt;Weeks are always overlapping months. It's not related to the normal calendars or fiscal ones. The views of weeks and months aren't compatible to each other and therefore it should be avoided to mix them. Each kind of adjustments will have more or less side-effects and leading usually only to confusion.&lt;/P&gt;&lt;P&gt;The only way to avoid an overlapping would be to use a 4-4-5 or similar calendar but they aren't compatible against the normal/fiscal ones and assuming that the fiscal ones is your master-view it won't lead further.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 13:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fiscal-Calendar-with-Weekly-Reference-Table-Handling-Overlapping/m-p/2514437#M105502</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-04-15T13:26:21Z</dc:date>
    </item>
  </channel>
</rss>

