<?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: Week to week difference using autocalendar in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Week-to-week-difference-using-autocalendar/m-p/2469940#M99577</link>
    <description>&lt;P&gt;Can you try by calculating week number then apply[ week number minus previous( week number)&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jul 2024 12:45:27 GMT</pubDate>
    <dc:creator>anat</dc:creator>
    <dc:date>2024-07-11T12:45:27Z</dc:date>
    <item>
      <title>Week to week difference using autocalendar</title>
      <link>https://community.qlik.com/t5/App-Development/Week-to-week-difference-using-autocalendar/m-p/2469936#M99576</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;I want to calculate the Week-to-Week difference in Sales. My app uses the autocalendar, so I am able to see the week and the year, but I don´t know how to calculate the difference between current week and past week.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I´ve enclosed the script if you need reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your help!&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;</description>
      <pubDate>Thu, 11 Jul 2024 12:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Week-to-week-difference-using-autocalendar/m-p/2469936#M99576</guid>
      <dc:creator>Martin-DWH</dc:creator>
      <dc:date>2024-07-11T12:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Week to week difference using autocalendar</title>
      <link>https://community.qlik.com/t5/App-Development/Week-to-week-difference-using-autocalendar/m-p/2469940#M99577</link>
      <description>&lt;P&gt;Can you try by calculating week number then apply[ week number minus previous( week number)&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 12:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Week-to-week-difference-using-autocalendar/m-p/2469940#M99577</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2024-07-11T12:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Week to week difference using autocalendar</title>
      <link>https://community.qlik.com/t5/App-Development/Week-to-week-difference-using-autocalendar/m-p/2469944#M99578</link>
      <description>&lt;P&gt;U can use autocalendar field WeeksAgo :&lt;/P&gt;
&lt;P&gt;Example : &lt;BR /&gt;Count({&amp;lt;[ReloadEnd.autoCalendar.WeeksAgo]={0}&amp;gt;}distinct [ReloadEnd])&lt;/P&gt;
&lt;P&gt;Count({&amp;lt;[ReloadEnd.autoCalendar.WeeksAgo]={1}&amp;gt;}distinct [ReloadEnd])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ofc if u want calculate the difference between current week and past week.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 12:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Week-to-week-difference-using-autocalendar/m-p/2469944#M99578</guid>
      <dc:creator>LucQod</dc:creator>
      <dc:date>2024-07-11T12:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Week to week difference using autocalendar</title>
      <link>https://community.qlik.com/t5/App-Development/Week-to-week-difference-using-autocalendar/m-p/2470317#M99606</link>
      <description>&lt;P&gt;Take a look to interrecord-functions like above() to reference to calculations within any cell of your chart. Within a simple chart like yours it might be:&lt;/P&gt;
&lt;P&gt;sum(Value) - above(sum(Value))&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 11:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Week-to-week-difference-using-autocalendar/m-p/2470317#M99606</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-07-12T11:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Week to week difference using autocalendar</title>
      <link>https://community.qlik.com/t5/App-Development/Week-to-week-difference-using-autocalendar/m-p/2470695#M99648</link>
      <description>&lt;P&gt;The above() function did the trick! Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 12:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Week-to-week-difference-using-autocalendar/m-p/2470695#M99648</guid>
      <dc:creator>Martin-DWH</dc:creator>
      <dc:date>2024-07-15T12:33:18Z</dc:date>
    </item>
  </channel>
</rss>

