<?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 model on Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Forecasting-model-on-Qlikview/m-p/1336974#M412315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To get forecast data for 6 months you can do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if(Year&amp;lt;&amp;gt; Max(TOTAL Year),sum(Sales),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; linest_m(total aggr(if(sum(&lt;STRONG style="color: #3d3d3d; font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif; font-size: 13px;"&gt;Sales&lt;/STRONG&gt;),sum(&lt;STRONG style="color: #3d3d3d; font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif; font-size: 13px;"&gt;Sales&lt;/STRONG&gt;)),Year),Year)*Year&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +linest_b(total aggr(if(sum(&lt;STRONG style="color: #3d3d3d; font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif; font-size: 13px;"&gt;Sales&lt;/STRONG&gt;),sum(&lt;STRONG style="color: #3d3d3d; font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif; font-size: 13px;"&gt;Sales&lt;/STRONG&gt;)),Year),Year))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And to get last 18 months you can do something like below&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;MonthField = {"&amp;gt;=$(=AddMonths(Max(&lt;SPAN style="font-size: 13.3333px;"&gt;MonthField&lt;/SPAN&gt;), -18)) &amp;lt;=$(=Max(MonthField))"}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Aug 2017 12:41:39 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-08-02T12:41:39Z</dc:date>
    <item>
      <title>Forecasting model on Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Forecasting-model-on-Qlikview/m-p/1336972#M412313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need some assistance with forecasting how many appliances that will need to be purchased for the next 6 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to get an average count of on for the last 18 months for all 6 months in the future and then split it by dimension(Tier)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 12:20:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecasting-model-on-Qlikview/m-p/1336972#M412313</guid>
      <dc:creator />
      <dc:date>2017-08-02T12:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Forecasting model on Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Forecasting-model-on-Qlikview/m-p/1336973#M412314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the logic?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 12:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecasting-model-on-Qlikview/m-p/1336973#M412314</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-02T12:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Forecasting model on Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Forecasting-model-on-Qlikview/m-p/1336974#M412315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To get forecast data for 6 months you can do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if(Year&amp;lt;&amp;gt; Max(TOTAL Year),sum(Sales),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; linest_m(total aggr(if(sum(&lt;STRONG style="color: #3d3d3d; font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif; font-size: 13px;"&gt;Sales&lt;/STRONG&gt;),sum(&lt;STRONG style="color: #3d3d3d; font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif; font-size: 13px;"&gt;Sales&lt;/STRONG&gt;)),Year),Year)*Year&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +linest_b(total aggr(if(sum(&lt;STRONG style="color: #3d3d3d; font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif; font-size: 13px;"&gt;Sales&lt;/STRONG&gt;),sum(&lt;STRONG style="color: #3d3d3d; font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif; font-size: 13px;"&gt;Sales&lt;/STRONG&gt;)),Year),Year))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And to get last 18 months you can do something like below&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;MonthField = {"&amp;gt;=$(=AddMonths(Max(&lt;SPAN style="font-size: 13.3333px;"&gt;MonthField&lt;/SPAN&gt;), -18)) &amp;lt;=$(=Max(MonthField))"}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 12:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecasting-model-on-Qlikview/m-p/1336974#M412315</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-02T12:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Forecasting model on Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Forecasting-model-on-Qlikview/m-p/1336975#M412316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Qlik Screenshot1.PNG" class="jive-image image-1" src="/legacyfs/online/172203_Qlik Screenshot1.PNG" style="height: 148px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I will need populate the foretasted count in each month where there is 0 results, the foretasted figure consists of the sales amount by tier times the budgeted percentage*Please Note the budget is not split by tier*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 12:49:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecasting-model-on-Qlikview/m-p/1336975#M412316</guid>
      <dc:creator />
      <dc:date>2017-08-02T12:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Forecasting model on Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Forecasting-model-on-Qlikview/m-p/1336976#M412317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you mistakenly marked my response as a correct answer, please unmark as correct as it is not actually the answer of your question &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 12:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecasting-model-on-Qlikview/m-p/1336976#M412317</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-02T12:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Forecasting model on Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Forecasting-model-on-Qlikview/m-p/1336977#M412318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;would you be able to share the sample application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 12:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecasting-model-on-Qlikview/m-p/1336977#M412318</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-02T12:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Forecasting model on Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Forecasting-model-on-Qlikview/m-p/1336978#M412319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, I still get the same result using both formulas, could it be because we have not broken up the budget by tier?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 13:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecasting-model-on-Qlikview/m-p/1336978#M412319</guid>
      <dc:creator />
      <dc:date>2017-08-02T13:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Forecasting model on Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Forecasting-model-on-Qlikview/m-p/1336979#M412320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what expression you are using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 13:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecasting-model-on-Qlikview/m-p/1336979#M412320</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-02T13:27:34Z</dc:date>
    </item>
  </channel>
</rss>

