<?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: Trend graph calculation for rolling 12 months in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Trend-graph-calculation-for-rolling-12-months/m-p/1539607#M38951</link>
    <description>&lt;P&gt;Can add this to a KPI object and see what this shows?&lt;/P&gt;&lt;PRE&gt;='&amp;gt;=' &amp;amp; Date(AddMonths(Max(MyDatecol), -11), 'DD-MMM-YYYY') &amp;amp; '&amp;lt;=' &amp;amp; Date(MyDatecol, 'DD-MMM-YYYY')&lt;/PRE&gt;</description>
    <pubDate>Tue, 05 Feb 2019 12:15:49 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-02-05T12:15:49Z</dc:date>
    <item>
      <title>Trend graph calculation for rolling 12 months</title>
      <link>https://community.qlik.com/t5/App-Development/Trend-graph-calculation-for-rolling-12-months/m-p/1539603#M38949</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I just want to show rolling 12 months in graph when I select a particular month.&amp;nbsp;It is working fine for all months except the&amp;nbsp;latest month.&amp;nbsp;When I select latest month&amp;nbsp;my&amp;nbsp;trend graph is showing rolling 11 months except latest month. But when I select any other month rolling 12 months are shown including selected month.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example: If I have data Apr 2017 to Jan 2019 if I select Jan 2019 graph is showing Feb 2018-Dec 2018 but not till Jan 2019&lt;/P&gt;&lt;P&gt;when I select Dec 2018 it showing Jan 2018 to Dec 2018 which is correct. The following is the formula I am using:&lt;/P&gt;&lt;P&gt;{&amp;lt;MyDatecol={"&amp;lt;=$(=MyDatecol)&amp;gt;=$(=date(addmonths(max(MyDatecol),-11),'DD-MMM-YYYY'))"}&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:27:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trend-graph-calculation-for-rolling-12-months/m-p/1539603#M38949</guid>
      <dc:creator>Binny3</dc:creator>
      <dc:date>2024-11-16T21:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Trend graph calculation for rolling 12 months</title>
      <link>https://community.qlik.com/t5/App-Development/Trend-graph-calculation-for-rolling-12-months/m-p/1539607#M38951</link>
      <description>&lt;P&gt;Can add this to a KPI object and see what this shows?&lt;/P&gt;&lt;PRE&gt;='&amp;gt;=' &amp;amp; Date(AddMonths(Max(MyDatecol), -11), 'DD-MMM-YYYY') &amp;amp; '&amp;lt;=' &amp;amp; Date(MyDatecol, 'DD-MMM-YYYY')&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Feb 2019 12:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trend-graph-calculation-for-rolling-12-months/m-p/1539607#M38951</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-02-05T12:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Trend graph calculation for rolling 12 months</title>
      <link>https://community.qlik.com/t5/App-Development/Trend-graph-calculation-for-rolling-12-months/m-p/1539608#M38952</link>
      <description>{&amp;lt;MyDatecol={"&amp;lt;=$(=date(max(MyDatecol)))&amp;gt;=$(=date(addmonths(max(MyDatecol),-11),'DD-MMM-YYYY'))"}</description>
      <pubDate>Tue, 05 Feb 2019 12:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trend-graph-calculation-for-rolling-12-months/m-p/1539608#M38952</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-05T12:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Trend graph calculation for rolling 12 months</title>
      <link>https://community.qlik.com/t5/App-Development/Trend-graph-calculation-for-rolling-12-months/m-p/1539614#M38953</link>
      <description>&lt;P&gt;I tried implementing the formula you posted but the issue now is it is working fine for latest month but not for the other months.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 12:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trend-graph-calculation-for-rolling-12-months/m-p/1539614#M38953</guid>
      <dc:creator>Binny3</dc:creator>
      <dc:date>2019-02-05T12:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Trend graph calculation for rolling 12 months</title>
      <link>https://community.qlik.com/t5/App-Development/Trend-graph-calculation-for-rolling-12-months/m-p/1539618#M38954</link>
      <description>&lt;P&gt;With date range do you see with this new expression?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 12:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trend-graph-calculation-for-rolling-12-months/m-p/1539618#M38954</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-02-05T12:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Trend graph calculation for rolling 12 months</title>
      <link>https://community.qlik.com/t5/App-Development/Trend-graph-calculation-for-rolling-12-months/m-p/1539949#M38983</link>
      <description>&lt;P&gt;Date range for?? Please explain it ...&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 05:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trend-graph-calculation-for-rolling-12-months/m-p/1539949#M38983</guid>
      <dc:creator>Binny3</dc:creator>
      <dc:date>2019-02-06T05:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Trend graph calculation for rolling 12 months</title>
      <link>https://community.qlik.com/t5/App-Development/Trend-graph-calculation-for-rolling-12-months/m-p/1540197#M38988</link>
      <description>&lt;P&gt;In your response to Pradosh, you mentioned that this works for the latest month, but not for the other months. What date range do you see for other months? Why do you think it isn't working for other months?&lt;/P&gt;&lt;P&gt;Does that clarify my question?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 12:22:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trend-graph-calculation-for-rolling-12-months/m-p/1540197#M38988</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-02-06T12:22:14Z</dc:date>
    </item>
  </channel>
</rss>

