<?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 Help with a product mix forecast in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-a-product-mix-forecast/m-p/910678#M986032</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached a sample data set that is representative of a MUCH larger data set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We received forecasts at a customer level for the upcoming year, I would then like to apply those forecasted changes to the actual sales in FY2014 resulting in an FY2015 Projection (this has been done manually in the table CompleteDataSet). Also where we did not receive a forecast (two of the customers) we would like to replace the null with a standard value (13% was manually entered in the table CompleteDataSet).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output goal would be a product mix for each branch/channel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The final result for Branch 100 Channel Dist should be:&lt;/P&gt;&lt;P&gt;A: 31%&lt;/P&gt;&lt;P&gt;B: 16%&lt;/P&gt;&lt;P&gt;C: 11%&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt; 27%&lt;/P&gt;&lt;P&gt;E: 14%&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Aug 2015 18:28:29 GMT</pubDate>
    <dc:creator>hobanwashburne</dc:creator>
    <dc:date>2015-08-04T18:28:29Z</dc:date>
    <item>
      <title>Help with a product mix forecast</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-a-product-mix-forecast/m-p/910678#M986032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached a sample data set that is representative of a MUCH larger data set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We received forecasts at a customer level for the upcoming year, I would then like to apply those forecasted changes to the actual sales in FY2014 resulting in an FY2015 Projection (this has been done manually in the table CompleteDataSet). Also where we did not receive a forecast (two of the customers) we would like to replace the null with a standard value (13% was manually entered in the table CompleteDataSet).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output goal would be a product mix for each branch/channel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The final result for Branch 100 Channel Dist should be:&lt;/P&gt;&lt;P&gt;A: 31%&lt;/P&gt;&lt;P&gt;B: 16%&lt;/P&gt;&lt;P&gt;C: 11%&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt; 27%&lt;/P&gt;&lt;P&gt;E: 14%&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 18:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-a-product-mix-forecast/m-p/910678#M986032</guid>
      <dc:creator>hobanwashburne</dc:creator>
      <dc:date>2015-08-04T18:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help with a product mix forecast</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-a-product-mix-forecast/m-p/910679#M986033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do it like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SampleDataSet:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ForecastedChange * FY2014+FY2014 as FY2015_Projection;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Branch, Channel, ProductFamily, FY2014,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(len(trim(ForecastedChange)),ForecastedChange,0.13) as ForecastedChange;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Branch, Channel, Customer, ProductFamily, FY2014, ForecastedChange&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100, Dist, 7871, A, 927, 0.11&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 18:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-a-product-mix-forecast/m-p/910679#M986033</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-08-04T18:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help with a product mix forecast</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-a-product-mix-forecast/m-p/910680#M986034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 18:49:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-a-product-mix-forecast/m-p/910680#M986034</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-08-04T18:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help with a product mix forecast</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-a-product-mix-forecast/m-p/910681#M986035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both (you both had essentially the same suggestion). However, I'm still in need of the second part. I need to be able to generate a chart that looks similar to the image below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Clipboard01.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/94974_Clipboard01.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 19:11:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-a-product-mix-forecast/m-p/910681#M986035</guid>
      <dc:creator>hobanwashburne</dc:creator>
      <dc:date>2015-08-04T19:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help with a product mix forecast</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-a-product-mix-forecast/m-p/910682#M986036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like attached?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 19:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-a-product-mix-forecast/m-p/910682#M986036</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-08-04T19:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help with a product mix forecast</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-a-product-mix-forecast/m-p/910683#M986037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly.&lt;/P&gt;&lt;P&gt;It was the " sum(total&amp;lt;Branch,Channel&amp;gt; FY2015_Projection) that I couldn't figure out.&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>Tue, 04 Aug 2015 19:50:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-a-product-mix-forecast/m-p/910683#M986037</guid>
      <dc:creator>hobanwashburne</dc:creator>
      <dc:date>2015-08-04T19:50:00Z</dc:date>
    </item>
  </channel>
</rss>

