<?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: Calculate YoY, MoM, Wow in one view in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculate-YoY-MoM-Wow-in-one-view/m-p/1629058#M507944</link>
    <description>&lt;P&gt;It is better to use set analysis to calculate the MOM and YOY like:&lt;/P&gt;&lt;P&gt;sum(Sales)=sum({&amp;lt;Year={"=$(=max(Year)-1)"}&amp;gt;}Sales) and so on.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/YTQ-QTD-MTD-and-WTD/ta-p/1489245" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/YTQ-QTD-MTD-and-WTD/ta-p/1489245&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Before and After function works on last sort of dimension column.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Sep 2019 12:39:52 GMT</pubDate>
    <dc:creator>miskinmaz</dc:creator>
    <dc:date>2019-09-27T12:39:52Z</dc:date>
    <item>
      <title>Calculate YoY, MoM, Wow in one view</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-YoY-MoM-Wow-in-one-view/m-p/1628461#M507941</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I want calculate&amp;nbsp; YoY, MoM, WoW in one view.&lt;/P&gt;&lt;P&gt;I have created one calculation , based on that I can able to show YoY&amp;nbsp; but when I drill-down the date by Month and Week that calculation is working at Year level but I want show the results by the drill down data (Year or Month or week) . In the attached image week is calculating with previous week but I need&lt;/P&gt;&lt;P&gt;1. Current&amp;nbsp;week vs Previous month current week&lt;/P&gt;&lt;P&gt;2. Current Month vs Previous year current month&lt;/P&gt;&lt;P&gt;3. Current Year vs Previous Year&lt;/P&gt;&lt;P&gt;Would you pls help in this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-YoY-MoM-Wow-in-one-view/m-p/1628461#M507941</guid>
      <dc:creator>Praveen579</dc:creator>
      <dc:date>2024-11-16T20:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate YoY, MoM, Wow in one view</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-YoY-MoM-Wow-in-one-view/m-p/1628490#M507942</link>
      <description>&lt;P&gt;Can you post the expression you have used.&lt;/P&gt;&lt;P&gt;If you have used aggr in the expression then you should specify the month and week also.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 09:33:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-YoY-MoM-Wow-in-one-view/m-p/1628490#M507942</guid>
      <dc:creator>miskinmaz</dc:creator>
      <dc:date>2019-09-26T09:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate YoY, MoM, Wow in one view</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-YoY-MoM-Wow-in-one-view/m-p/1628542#M507943</link>
      <description>&lt;P&gt;((Sum(Sales)-(before(Sum(Sales))))/(Before(Sum(Sales))))*100&lt;/P&gt;&lt;P&gt;This Expression is used for above view..which shared image&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 11:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-YoY-MoM-Wow-in-one-view/m-p/1628542#M507943</guid>
      <dc:creator>Praveen579</dc:creator>
      <dc:date>2019-09-26T11:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate YoY, MoM, Wow in one view</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-YoY-MoM-Wow-in-one-view/m-p/1629058#M507944</link>
      <description>&lt;P&gt;It is better to use set analysis to calculate the MOM and YOY like:&lt;/P&gt;&lt;P&gt;sum(Sales)=sum({&amp;lt;Year={"=$(=max(Year)-1)"}&amp;gt;}Sales) and so on.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/YTQ-QTD-MTD-and-WTD/ta-p/1489245" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/YTQ-QTD-MTD-and-WTD/ta-p/1489245&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Before and After function works on last sort of dimension column.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 12:39:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-YoY-MoM-Wow-in-one-view/m-p/1629058#M507944</guid>
      <dc:creator>miskinmaz</dc:creator>
      <dc:date>2019-09-27T12:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate YoY, MoM, Wow in one view</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-YoY-MoM-Wow-in-one-view/m-p/1632190#M507945</link>
      <description>&lt;P&gt;If you are still looking for ideas, have a look at the following Design Blog post, not sure it can do all at once, will likely need Set Analysis in that case:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/The-As-Of-Table/ba-p/1466130" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/The-As-Of-Table/ba-p/1466130&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here is a good Set Analysis Design Blog post as well:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 19:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-YoY-MoM-Wow-in-one-view/m-p/1632190#M507945</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-10-07T19:44:00Z</dc:date>
    </item>
  </channel>
</rss>

