<?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 Accuracy Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Forecast-Accuracy-Help/m-p/321814#M496959</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, Roland. I made a mistake in my original post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The total ABS% should be 78.28%, which is the sum of the ABS column divided by the sum of the Forecast column. The 23.59% is the percentage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still haven't been able to figure out a formula to get the Total ABS column to be the absolute variances without have to click "Sum of Rows."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Oct 2011 20:21:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-10-07T20:21:18Z</dc:date>
    <item>
      <title>Forecast Accuracy Help</title>
      <link>https://community.qlik.com/t5/QlikView/Forecast-Accuracy-Help/m-p/321812#M496957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been stumped on this forecast accuracy report for some time now. I'm trying to take the Absolute value of Forecast less Shipments divided by Forecast. I'm using the following formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(AGGR(sum(fabs(Fcst-Ship)),Item))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I can tell, this is the formula I need to use so that the total will sum all of the item's ABS. The formula works fine so long as I am load a value for the forecast and a value for the shipment. However, if an item has been shipped but had no forecast (and therefore no item loaded into the table for forecast) the absolute value cannot calculate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This is the table I get in QlikView:&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="161" style="border: 1px solid #000000; width: 511px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Item&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Fcst&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Ship&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;ABS&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;ABS %&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Total&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;1865&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;1425&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;310&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;16.62%&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Item1&lt;/TD&gt;&lt;TD&gt;340&lt;/TD&gt;&lt;TD&gt;500&lt;/TD&gt;&lt;TD&gt;160&lt;/TD&gt;&lt;TD&gt;47.06%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Item2&lt;/TD&gt;&lt;TD&gt;725&lt;/TD&gt;&lt;TD&gt;575&lt;/TD&gt;&lt;TD&gt;150&lt;/TD&gt;&lt;TD&gt;20.69%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Item3&lt;/TD&gt;&lt;TD&gt;800&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD style="background-color: #ff0000;"&gt;0&lt;/TD&gt;&lt;TD&gt;0.00%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Item4&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;350&lt;/TD&gt;&lt;TD style="background-color: #ff0000;"&gt;0&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;The total ABS should be 1460 and the ABS % should be 78.28% (ABS Total of 1460 divided by Fcst Total of 1865).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone have an idea of what I can do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 13:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecast-Accuracy-Help/m-p/321812#M496957</guid>
      <dc:creator />
      <dc:date>2011-10-07T13:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Forecast Accuracy Help</title>
      <link>https://community.qlik.com/t5/QlikView/Forecast-Accuracy-Help/m-p/321813#M496958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Justin,&lt;/P&gt;&lt;P&gt;take a look at my straight table of attached app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that between the brackets are [column-names] of the chart, not fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HtH&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 14:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecast-Accuracy-Help/m-p/321813#M496958</guid>
      <dc:creator />
      <dc:date>2011-10-07T14:14:11Z</dc:date>
    </item>
    <item>
      <title>Forecast Accuracy Help</title>
      <link>https://community.qlik.com/t5/QlikView/Forecast-Accuracy-Help/m-p/321814#M496959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, Roland. I made a mistake in my original post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The total ABS% should be 78.28%, which is the sum of the ABS column divided by the sum of the Forecast column. The 23.59% is the percentage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still haven't been able to figure out a formula to get the Total ABS column to be the absolute variances without have to click "Sum of Rows."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 20:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecast-Accuracy-Help/m-p/321814#M496959</guid>
      <dc:creator />
      <dc:date>2011-10-07T20:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Forecast Accuracy Help</title>
      <link>https://community.qlik.com/t5/QlikView/Forecast-Accuracy-Help/m-p/321815#M496960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Justin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;an expression is valid for the whole column (same calc. for all "cells" of that column). So try this expression in an add. column:&lt;/P&gt;&lt;P&gt;=﻿[ABS] / sum(TOTAL Fcst)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with %-format and also check "Sum of rows"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HtH&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Oct 2011 15:58:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecast-Accuracy-Help/m-p/321815#M496960</guid>
      <dc:creator />
      <dc:date>2011-10-08T15:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Forecast Accuracy Help</title>
      <link>https://community.qlik.com/t5/QlikView/Forecast-Accuracy-Help/m-p/321816#M496961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you able to find the solution for this question?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 02:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecast-Accuracy-Help/m-p/321816#M496961</guid>
      <dc:creator />
      <dc:date>2014-10-15T02:29:41Z</dc:date>
    </item>
  </channel>
</rss>

