<?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 Week 53 Comparisons in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Week-53-Comparisons/m-p/2536491#M108682</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I wanted to check in to see what other companies do with last year comparisons with week 53?&lt;/P&gt;&lt;P&gt;Do you adjust last year comparisons in your apps to compare for example: 2025 week 53 with 2025 week 1?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or do you ignore week 53 completely?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This causes us a bit of pain every 5 years with shifting logic in our apps so I wanted to double check how other people do this?&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
    <pubDate>Tue, 18 Nov 2025 16:37:49 GMT</pubDate>
    <dc:creator>DanielleW1</dc:creator>
    <dc:date>2025-11-18T16:37:49Z</dc:date>
    <item>
      <title>Week 53 Comparisons</title>
      <link>https://community.qlik.com/t5/App-Development/Week-53-Comparisons/m-p/2536491#M108682</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I wanted to check in to see what other companies do with last year comparisons with week 53?&lt;/P&gt;&lt;P&gt;Do you adjust last year comparisons in your apps to compare for example: 2025 week 53 with 2025 week 1?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or do you ignore week 53 completely?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This causes us a bit of pain every 5 years with shifting logic in our apps so I wanted to double check how other people do this?&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 16:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Week-53-Comparisons/m-p/2536491#M108682</guid>
      <dc:creator>DanielleW1</dc:creator>
      <dc:date>2025-11-18T16:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Week 53 Comparisons</title>
      <link>https://community.qlik.com/t5/App-Development/Week-53-Comparisons/m-p/2536526#M108688</link>
      <description>&lt;P&gt;Add this in your master calendar&amp;nbsp;&lt;/P&gt;&lt;P&gt;WeekForComparison:&lt;/P&gt;&lt;P&gt;If(Week = 53, 52, Week) as WeekComp,&lt;/P&gt;&lt;P&gt;If(Week = 53, Year - 1, Year) as YearComp,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then in YOY&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;YearComp = {$(=Max(YearComp)-1)},&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;WeekComp = {$(=Max(WeekComp))}&lt;/P&gt;&lt;P&gt;&amp;gt;} Sales)&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 05:31:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Week-53-Comparisons/m-p/2536526#M108688</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2025-11-19T05:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Week 53 Comparisons</title>
      <link>https://community.qlik.com/t5/App-Development/Week-53-Comparisons/m-p/2536580#M108698</link>
      <description>&lt;P&gt;Thanks for your suggestion.&lt;/P&gt;&lt;P&gt;We were hoping to do exactly this, which does work in&amp;nbsp; most cases. However, we do trend analysis with weeks so because the week links to our sales fact table then it doesn't represent the correct last year week.&lt;/P&gt;&lt;P&gt;In theory, if 1 week is filtered and the week is a dimension, then it doubles up the rows so that it would look like:&lt;/P&gt;&lt;P&gt;Week&amp;nbsp; &amp;nbsp;TY Sales&amp;nbsp; &amp;nbsp;LY Sales&lt;/P&gt;&lt;P&gt;46&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 100&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/P&gt;&lt;P&gt;47&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;150&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 10:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Week-53-Comparisons/m-p/2536580#M108698</guid>
      <dc:creator>DanielleW1</dc:creator>
      <dc:date>2025-11-19T10:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Week 53 Comparisons</title>
      <link>https://community.qlik.com/t5/App-Development/Week-53-Comparisons/m-p/2536594#M108702</link>
      <description>&lt;P&gt;It's in general not possible to get an universal working comparison against groupings to classical calendars. Weeks are overlapping between months and years as well as month and years have different numbers of calendar-days and working-days.&lt;/P&gt;&lt;P&gt;In many scenarios is the resulting blurriness not essential to interpret the data and to derive appropriate actions respectively often have other factors much more impact. Nevertheless the effects could be minimized by comparing rates, maybe like:&lt;/P&gt;&lt;P&gt;sum(Sales) / count(distinct WorkingDays)&lt;/P&gt;&lt;P&gt;With more efforts specialized calendars in the direction of 445 or 454 or similar might be added and/or continuing month/week-fields are created, like:&lt;/P&gt;&lt;P&gt;year(Date) * 12 + month(Date) as Period&lt;/P&gt;&lt;P&gt;or maybe as offset like:&lt;/P&gt;&lt;P&gt;(year(today()) * 12 + month(today())) - (year(Date) * 12 + month(Date) as Period&lt;/P&gt;&lt;P&gt;whereby such measurements will increase the complexity and not each user will benefit from the advanced possibilities.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 11:49:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Week-53-Comparisons/m-p/2536594#M108702</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-11-19T11:49:29Z</dc:date>
    </item>
  </channel>
</rss>

