<?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 Forecast in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Forecast-in-Qlikview/m-p/256129#M581694</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a chart with the evolution of efficiency rate and I am trying to display forecast for the next month.&lt;/P&gt;&lt;P&gt;For the moment I am just using the trend of my line and displaying it in the future. I got this expression :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If( $(EfficiencyRate),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$(EfficiencyRate),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;If( date &amp;gt;= Date(Now()),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;linest_m(TOTAL aggr(if($(EfficiencyRate),$(EfficiencyRate)),date),date)*date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;+&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;linest_b(TOTAL aggr(if($(EfficiencyRate),$(EfficiencyRate)),date),date)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got dates of the next month with no value for the efficiency rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I select a value in one of my lists, the forecast is not displayed. Only dates with value are displayed (past values). Future dates are not available.&lt;/P&gt;&lt;P&gt;Forecast is not displayed if I delete the TOTAL key word in my expressin...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a solution for having my forecast in all cases ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jan 2012 10:42:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-01-06T10:42:48Z</dc:date>
    <item>
      <title>Forecast in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Forecast-in-Qlikview/m-p/256129#M581694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a chart with the evolution of efficiency rate and I am trying to display forecast for the next month.&lt;/P&gt;&lt;P&gt;For the moment I am just using the trend of my line and displaying it in the future. I got this expression :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If( $(EfficiencyRate),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$(EfficiencyRate),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;If( date &amp;gt;= Date(Now()),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;linest_m(TOTAL aggr(if($(EfficiencyRate),$(EfficiencyRate)),date),date)*date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;+&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;linest_b(TOTAL aggr(if($(EfficiencyRate),$(EfficiencyRate)),date),date)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got dates of the next month with no value for the efficiency rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I select a value in one of my lists, the forecast is not displayed. Only dates with value are displayed (past values). Future dates are not available.&lt;/P&gt;&lt;P&gt;Forecast is not displayed if I delete the TOTAL key word in my expressin...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a solution for having my forecast in all cases ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 10:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecast-in-Qlikview/m-p/256129#M581694</guid>
      <dc:creator />
      <dc:date>2012-01-06T10:42:48Z</dc:date>
    </item>
    <item>
      <title>Forecast in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Forecast-in-Qlikview/m-p/256130#M581695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;BR /&gt; &lt;BR /&gt;Just a tip, never use functions like &lt;STRONG&gt;Now()&lt;/STRONG&gt; in your charts because this kind of function is evaluated all the time decreasing performance. You could store its value once in a variable and use it in your expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cesar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 15:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecast-in-Qlikview/m-p/256130#M581695</guid>
      <dc:creator>cesaraccardi</dc:creator>
      <dc:date>2012-01-06T15:45:49Z</dc:date>
    </item>
  </channel>
</rss>

