<?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: Qlikview chart: adding a forecast manually in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-chart-adding-a-forecast-manually/m-p/965304#M952581</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neil,&lt;/P&gt;&lt;P&gt;Your expression looks a bit odd. Change the name of your variable to vDemand2015. Don't use spaces and the v prefix is good practice to identify this as a variable.&amp;nbsp; Edit the expression to read RowNo()*$(&lt;SPAN style="font-size: 13.3333px;"&gt;vDemand2015&lt;/SPAN&gt;)/12, no square brackets.&lt;/P&gt;&lt;P&gt;Make sure a value is assigned to the variable &lt;SPAN style="font-size: 13.3333px;"&gt;(using an inputbox is the obvious wayto do so) &lt;/SPAN&gt;and let me know if it still doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Nov 2015 19:42:47 GMT</pubDate>
    <dc:creator>effinty2112</dc:creator>
    <dc:date>2015-11-24T19:42:47Z</dc:date>
    <item>
      <title>Qlikview chart: adding a forecast manually</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-chart-adding-a-forecast-manually/m-p/965300#M952577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been struggling with the problem mentioned below for the last couple of days and after spending hours searching through the internet I decided to create my own thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below you can find a chart (Quantity) which shows the sum of the quantity of materials bought in a year (on monthly basis). &lt;SPAN style="font-size: 13.3333px;"&gt;Unfortunately we buy our materials on a irregular basis which can be seen below (full accumulation).&amp;nbsp; &lt;/SPAN&gt;The red line should show the the Demand for that year (see excel below). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I would like is a very simple diagonal line (demand) throughout the year, since I ave set the option to show all values (including 0) I cannot seem to achieve the diagonal line with the demand &lt;SPAN style="font-size: 13.3333px;"&gt;(ie. Demand = 120, Jan = 10, Feb = 20 Mar = 30 etc.).&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Does anyone know how I can get a diagonal line?&amp;nbsp; The forecast total is done on a yearly basis and is divided by 12 in each month.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Appreciate all the help I can get one this!!!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Neil&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="capture quantity.JPG" class="jive-image image-1" src="/legacyfs/online/106454_capture quantity.JPG" style="height: 188px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Material&lt;/P&gt;&lt;P&gt;Demand 2015&lt;/P&gt;&lt;P&gt;Demand 2015 maand (=Demand 2015/12)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture excel.JPG" class="jive-image image-2" src="/legacyfs/online/106455_Capture excel.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 15:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-chart-adding-a-forecast-manually/m-p/965300#M952577</guid>
      <dc:creator />
      <dc:date>2015-11-23T15:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview chart: adding a forecast manually</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-chart-adding-a-forecast-manually/m-p/965301#M952578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe just add records for each month / material in your data model that describes the demand:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TMP:&lt;/P&gt;&lt;P&gt;LOAD Material, Demand2015 / 12 as MonthlyDemand&lt;/P&gt;&lt;P&gt;FROM YourDemandTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN (TMP)&lt;/P&gt;&lt;P&gt;LOAD Month(Makedate(2015,recno())) as Month&lt;/P&gt;&lt;P&gt;AUTOGENERATE 12;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE (YourFactTable)&lt;/P&gt;&lt;P&gt;LOAD * RESIDENT TMP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE TMP;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 17:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-chart-adding-a-forecast-manually/m-p/965301#M952578</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-23T17:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview chart: adding a forecast manually</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-chart-adding-a-forecast-manually/m-p/965302#M952579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neil,&lt;/P&gt;&lt;P&gt;See if this fits the bill. Enter your annual forecast into the Input box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 20:20:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-chart-adding-a-forecast-manually/m-p/965302#M952579</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2015-11-23T20:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview chart: adding a forecast manually</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-chart-adding-a-forecast-manually/m-p/965303#M952580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Andrew,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;First of all, thank you for your efforts! I had a shot at swuehls solution but most likely due to my lack of knowledge in excel/Qlikview I have not been successfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your solution Andrew (seems quite simple) but again it doesnt work, I copied the expression (and changed the field to [Demand 2015] but the line still isnt showing show.&amp;nbsp; What am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate the help guys!&lt;/P&gt;&lt;P&gt; &lt;IMG alt="Capture new qv.JPG" class="jive-image image-1" src="/legacyfs/online/106661_Capture new qv.JPG" style="height: 769px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 15:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-chart-adding-a-forecast-manually/m-p/965303#M952580</guid>
      <dc:creator />
      <dc:date>2015-11-24T15:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview chart: adding a forecast manually</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-chart-adding-a-forecast-manually/m-p/965304#M952581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neil,&lt;/P&gt;&lt;P&gt;Your expression looks a bit odd. Change the name of your variable to vDemand2015. Don't use spaces and the v prefix is good practice to identify this as a variable.&amp;nbsp; Edit the expression to read RowNo()*$(&lt;SPAN style="font-size: 13.3333px;"&gt;vDemand2015&lt;/SPAN&gt;)/12, no square brackets.&lt;/P&gt;&lt;P&gt;Make sure a value is assigned to the variable &lt;SPAN style="font-size: 13.3333px;"&gt;(using an inputbox is the obvious wayto do so) &lt;/SPAN&gt;and let me know if it still doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 19:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-chart-adding-a-forecast-manually/m-p/965304#M952581</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2015-11-24T19:42:47Z</dc:date>
    </item>
  </channel>
</rss>

