<?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: Accumulation Year-over-Year e.g. YTD in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Accumulation-Year-over-Year-e-g-YTD/m-p/71490#M4739</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Thanks for your post. What kind of sample Data do you mean? In my facts table I have tables like to show months and year. I need help in set analysis to insert a formula like the first one but with additional context that figures the previous year. I am a novice in qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Mar 2018 06:28:24 GMT</pubDate>
    <dc:creator>tim_m</dc:creator>
    <dc:date>2018-03-23T06:28:24Z</dc:date>
    <item>
      <title>Accumulation Year-over-Year e.g. YTD</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulation-Year-over-Year-e-g-YTD/m-p/71487#M4736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I accumulate my sales with this formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rangesum( above( sum([Expression1]),0,rowno()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I need to implement a second measure to get a second stream in my visualization that displays the Year-over-Year e.g. YTD Figures from the last year e.g. the last month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have problems to define this second measure: I am aware that I need to implement something like this (I read it in the community):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;Date = {'&amp;gt;$(=Max((YearStart(Date)))) &amp;lt;=$(=Max(Today()))'}&amp;gt;} sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But &lt;SPAN lang="en"&gt;at which point in my second measure do I have to insert this? That means additionally, that I have to complete my first measure (&lt;SPAN lang="en"&gt;(This ist my first measure: rangesum( above( sum([Expression1]),0,rowno()))))&lt;/SPAN&gt; with an additional information about the actual year.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Furthermore when I want to calculate the previous month, except the issue accululation, I get wrong figures: Here my expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Year={"2017"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Year={"2016"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both shows the same chart in my dashboard, although the data in 2016 is different to the data in 2017, I am helpless.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me to put together my first measure with the information about the actual YTD-Information and the second to display the sales from the last period e.g. last year or last month and explain me, why I get the same chart in my 2017 and 2016 expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ManyThanks,&lt;/P&gt;&lt;P&gt;Regards, Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 11:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulation-Year-over-Year-e-g-YTD/m-p/71487#M4736</guid>
      <dc:creator>tim_m</dc:creator>
      <dc:date>2018-03-22T11:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation Year-over-Year e.g. YTD</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulation-Year-over-Year-e-g-YTD/m-p/71488#M4737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to post some data and the output expected ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 16:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulation-Year-over-Year-e-g-YTD/m-p/71488#M4737</guid>
      <dc:creator>jolivares</dc:creator>
      <dc:date>2018-03-22T16:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation Year-over-Year e.g. YTD</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulation-Year-over-Year-e-g-YTD/m-p/71489#M4738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tim - are you able to share some sample data and explain what you are looking to get from it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 16:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulation-Year-over-Year-e-g-YTD/m-p/71489#M4738</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-22T16:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation Year-over-Year e.g. YTD</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulation-Year-over-Year-e-g-YTD/m-p/71490#M4739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Thanks for your post. What kind of sample Data do you mean? In my facts table I have tables like to show months and year. I need help in set analysis to insert a formula like the first one but with additional context that figures the previous year. I am a novice in qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2018 06:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulation-Year-over-Year-e-g-YTD/m-p/71490#M4739</guid>
      <dc:creator>tim_m</dc:creator>
      <dc:date>2018-03-23T06:28:24Z</dc:date>
    </item>
  </channel>
</rss>

