<?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: How to compute 12 months value ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-compute-12-months-value/m-p/1770553#M59628</link>
    <description>&lt;P&gt;If that is the case, You won't get only single row. But, If i misunderstand the requirement you can explain more the expected result at least image?&lt;/P&gt;</description>
    <pubDate>Fri, 25 Dec 2020 22:00:16 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2020-12-25T22:00:16Z</dc:date>
    <item>
      <title>How to compute 12 months value ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-compute-12-months-value/m-p/1769779#M59539</link>
      <description>&lt;P&gt;Hello , I want to compute the values of 12 months when choosing one month without displaying the 11 previous month .&lt;/P&gt;&lt;P&gt;For example : If I choose Aug 2019 I want to get the sum of values between Aug 2018 and Aug 2019 but without seeing the value of each month&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my expression :&lt;/P&gt;&lt;P&gt;&amp;nbsp;count({&amp;lt;MonthYear ={"$(='&amp;gt;=' &amp;amp; Date(AddMonths(Max(MonthYear), -12), 'MMM-YY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(MonthYear), 'MMM-YY'))"}&amp;gt;}distinct VProducts).&lt;BR /&gt;Any Help would be appreciated .&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-compute-12-months-value/m-p/1769779#M59539</guid>
      <dc:creator>Rose1</dc:creator>
      <dc:date>2024-11-16T00:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to compute 12 months value ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-compute-12-months-value/m-p/1770534#M59618</link>
      <description>&lt;P&gt;What is&amp;nbsp;&lt;SPAN&gt;VProducts?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Dec 2020 20:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-compute-12-months-value/m-p/1770534#M59618</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-12-25T20:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to compute 12 months value ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-compute-12-months-value/m-p/1770548#M59623</link>
      <description>&lt;P&gt;The name of one of my rows in my table&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Dec 2020 21:22:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-compute-12-months-value/m-p/1770548#M59623</guid>
      <dc:creator>Rose1</dc:creator>
      <dc:date>2020-12-25T21:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to compute 12 months value ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-compute-12-months-value/m-p/1770549#M59624</link>
      <description>&lt;P&gt;I can understand that it is the field name, If so try this way&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;count({&amp;lt;MonthYear ={"&amp;gt;=$(=Date(AddMonths(Max(MonthYear), -12), 'MMM-YY'))&amp;lt;=$(=Date(Max(MonthYear), 'MMM-YY'))"}&amp;gt;} distinct VProducts)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Dec 2020 21:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-compute-12-months-value/m-p/1770549#M59624</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-12-25T21:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to compute 12 months value ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-compute-12-months-value/m-p/1770550#M59625</link>
      <description>&lt;P&gt;Thank you for your help , but I ve done it before it's not giving me what I want .&amp;nbsp;&lt;/P&gt;&lt;P&gt;It displays the 12 months with the value of each month what I want is the sum of the 12 months values&amp;nbsp; in one column.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example if I choose&amp;nbsp; oct-20 my&amp;nbsp; result in the pivot table would be the sum of sep 2019 value till oct 2020&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Dec 2020 21:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-compute-12-months-value/m-p/1770550#M59625</guid>
      <dc:creator>Rose1</dc:creator>
      <dc:date>2020-12-25T21:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to compute 12 months value ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-compute-12-months-value/m-p/1770551#M59626</link>
      <description>&lt;P&gt;Where are you trying this, Is this KPI or some chart? If chart what is the dimension?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Dec 2020 21:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-compute-12-months-value/m-p/1770551#M59626</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-12-25T21:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to compute 12 months value ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-compute-12-months-value/m-p/1770552#M59627</link>
      <description>&lt;P&gt;Pivot table ,&amp;nbsp; my dimendion is MonthYear&lt;/P&gt;</description>
      <pubDate>Fri, 25 Dec 2020 21:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-compute-12-months-value/m-p/1770552#M59627</guid>
      <dc:creator>Rose1</dc:creator>
      <dc:date>2020-12-25T21:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to compute 12 months value ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-compute-12-months-value/m-p/1770553#M59628</link>
      <description>&lt;P&gt;If that is the case, You won't get only single row. But, If i misunderstand the requirement you can explain more the expected result at least image?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Dec 2020 22:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-compute-12-months-value/m-p/1770553#M59628</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-12-25T22:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to compute 12 months value ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-compute-12-months-value/m-p/1775303#M60082</link>
      <description>&lt;P&gt;Hello again ,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually I used A different formula and get the result I was expecting to get but I only have on small issue I don't want those months with null values to be displayed , I tried to uncheck include the null value in my dimension MonthYear but it didn't worked&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THIS IS MY EXPRESSION&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rangesum(before(Total count({&amp;lt;MonthYear&amp;gt;}distinct CLAIM_NUMBER),0,12)) * Avg(1)&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12.PNG" style="width: 776px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/47268i2626CB37D02C4D52/image-size/large?v=v2&amp;amp;px=999" role="button" title="12.PNG" alt="12.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 14:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-compute-12-months-value/m-p/1775303#M60082</guid>
      <dc:creator>Rose1</dc:creator>
      <dc:date>2021-01-18T14:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to compute 12 months value ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-compute-12-months-value/m-p/1782269#M60886</link>
      <description>&lt;P&gt;Does anyone by chance solved the same problem I am having?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 11:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-compute-12-months-value/m-p/1782269#M60886</guid>
      <dc:creator>Rose1</dc:creator>
      <dc:date>2021-02-12T11:38:38Z</dc:date>
    </item>
  </channel>
</rss>

