<?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: Forecasting future months for measure in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Forecasting-future-months-for-measure/m-p/2154010#M93487</link>
    <description>Hi,&lt;BR /&gt;Many thanks for taking the time to read and respond.&lt;BR /&gt;We are using Qlik sense, So unfortunately, the cloud solution is unavailable to me at present.&lt;BR /&gt;I am now on annual leave, so won’t pick this up until my return to the office at the beginning of January.&lt;BR /&gt;Thank you again, appreciated.&lt;BR /&gt;Daryn&lt;BR /&gt;</description>
    <pubDate>Mon, 18 Dec 2023 10:00:18 GMT</pubDate>
    <dc:creator>Daryn</dc:creator>
    <dc:date>2023-12-18T10:00:18Z</dc:date>
    <item>
      <title>Forecasting future months for measure</title>
      <link>https://community.qlik.com/t5/App-Development/Forecasting-future-months-for-measure/m-p/2152432#M93342</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Seasons greetings to you all.&lt;/P&gt;
&lt;P&gt;I have added future months to my master calendar (for now just next 3 months).&lt;/P&gt;
&lt;P&gt;I have an existing measure giving a single value per month (up until end of previous month) and would like to forecast it for the next 3 months.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Daryn_0-1702463862602.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/125327i4F44D0B223B4343C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Daryn_0-1702463862602.png" alt="Daryn_0-1702463862602.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried with an rangeavg:&lt;/P&gt;
&lt;P&gt;Rangeavg(Above(Sum({&amp;lt;[Date.autoCalendar.MonthsAgo]={"&amp;gt;=1&amp;lt;=3"}&amp;gt;} [Current Month Price]),0, 3))&lt;/P&gt;
&lt;P&gt;But I get what looks to be an unrealistic value repeated for the first two months).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Daryn_1-1702464119970.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/125329i2AD7DD933B8317E4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Daryn_1-1702464119970.png" alt="Daryn_1-1702464119970.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My values in a table are:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Daryn_2-1702464204967.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/125330i473049047AB86809/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Daryn_2-1702464204967.png" alt="Daryn_2-1702464204967.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;(exported and attached).&lt;/P&gt;
&lt;P&gt;Any help would be appreciated. I don't mind what type of forecast is generated for now (as I can expand on it).&lt;/P&gt;
&lt;P&gt;I am happy to do this in the front or backend, pending your advice/expertise!&lt;/P&gt;
&lt;P&gt;Regards Daryn&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 10:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Forecasting-future-months-for-measure/m-p/2152432#M93342</guid>
      <dc:creator>Daryn</dc:creator>
      <dc:date>2023-12-13T10:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Forecasting future months for measure</title>
      <link>https://community.qlik.com/t5/App-Development/Forecasting-future-months-for-measure/m-p/2153697#M93460</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/135319"&gt;@Daryn&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Are you in Qlik Cloud? If so, are you opposed to using the native forecasting feature? You can toggle it on under the Measure controls, then control the dimensional values under the Dimension controls after enabling it.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="forecast.png" style="width: 959px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/125583i022A21424B3756DD/image-size/large?v=v2&amp;amp;px=999" role="button" title="forecast.png" alt="forecast.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Otherwise, you will have to force show the dimensional values (with something like `&amp;lt;measure&amp;gt; + Sum({1}0)` and use an algorithm to calculate it.&lt;/P&gt;
&lt;P&gt;Alternatively, you could use a server-side extension, though this is more complex.&lt;/P&gt;
&lt;P&gt;I hope this helps-&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 20:11:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Forecasting-future-months-for-measure/m-p/2153697#M93460</guid>
      <dc:creator>Daniel_Pilla</dc:creator>
      <dc:date>2023-12-15T20:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Forecasting future months for measure</title>
      <link>https://community.qlik.com/t5/App-Development/Forecasting-future-months-for-measure/m-p/2154010#M93487</link>
      <description>Hi,&lt;BR /&gt;Many thanks for taking the time to read and respond.&lt;BR /&gt;We are using Qlik sense, So unfortunately, the cloud solution is unavailable to me at present.&lt;BR /&gt;I am now on annual leave, so won’t pick this up until my return to the office at the beginning of January.&lt;BR /&gt;Thank you again, appreciated.&lt;BR /&gt;Daryn&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Dec 2023 10:00:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Forecasting-future-months-for-measure/m-p/2154010#M93487</guid>
      <dc:creator>Daryn</dc:creator>
      <dc:date>2023-12-18T10:00:18Z</dc:date>
    </item>
  </channel>
</rss>

