<?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: Forecast the sales figure for the month of December(12th month) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Forecast-the-sales-figure-for-the-month-of-December-12th-month/m-p/1249144#M860963</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't used the forecast feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1100215"&gt;Forecast&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this in your exp:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Month&amp;lt;&amp;gt;'12',sum([Sales in Rs]),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; linest_m(total aggr(if(sum(Value),sum(Value)),Month),Month)*Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +linest_b(total aggr(if(sum(Value),sum(Value)),Month),Month))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jan 2017 04:08:31 GMT</pubDate>
    <dc:creator>varshavig12</dc:creator>
    <dc:date>2017-01-16T04:08:31Z</dc:date>
    <item>
      <title>Forecast the sales figure for the month of December(12th month)</title>
      <link>https://community.qlik.com/t5/QlikView/Forecast-the-sales-figure-for-the-month-of-December-12th-month/m-p/1249143#M860962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest the solution for Forecasting the sales figure for the month of December(12th month) with below data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 128px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Month&lt;/TD&gt;&lt;TD width="64"&gt;Sales in Rs&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;1&lt;/TD&gt;&lt;TD align="right"&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;2&lt;/TD&gt;&lt;TD align="right"&gt;2000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;3&lt;/TD&gt;&lt;TD align="right"&gt;2500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;4&lt;/TD&gt;&lt;TD align="right"&gt;3500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;5&lt;/TD&gt;&lt;TD align="right"&gt;3800&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;6&lt;/TD&gt;&lt;TD align="right"&gt;4000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;12&lt;/TD&gt;&lt;TD&gt;??&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecast-the-sales-figure-for-the-month-of-December-12th-month/m-p/1249143#M860962</guid>
      <dc:creator>srishsum2017</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Forecast the sales figure for the month of December(12th month)</title>
      <link>https://community.qlik.com/t5/QlikView/Forecast-the-sales-figure-for-the-month-of-December-12th-month/m-p/1249144#M860963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't used the forecast feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1100215"&gt;Forecast&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this in your exp:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Month&amp;lt;&amp;gt;'12',sum([Sales in Rs]),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; linest_m(total aggr(if(sum(Value),sum(Value)),Month),Month)*Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +linest_b(total aggr(if(sum(Value),sum(Value)),Month),Month))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 04:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecast-the-sales-figure-for-the-month-of-December-12th-month/m-p/1249144#M860963</guid>
      <dc:creator>varshavig12</dc:creator>
      <dc:date>2017-01-16T04:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Forecast the sales figure for the month of December(12th month)</title>
      <link>https://community.qlik.com/t5/QlikView/Forecast-the-sales-figure-for-the-month-of-December-12th-month/m-p/1249145#M860964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replying it is helpful for me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jan 2017 02:19:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecast-the-sales-figure-for-the-month-of-December-12th-month/m-p/1249145#M860964</guid>
      <dc:creator>srishsum2017</dc:creator>
      <dc:date>2017-01-21T02:19:55Z</dc:date>
    </item>
  </channel>
</rss>

