<?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 in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Forecast-in-Qlikview/m-p/743726#M535721</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would help you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Dec 2014 13:53:40 GMT</pubDate>
    <dc:creator>saumyashah90</dc:creator>
    <dc:date>2014-12-16T13:53:40Z</dc:date>
    <item>
      <title>Forecast in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Forecast-in-Qlikview/m-p/743722#M535717</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;I have a table with 86 entries, with two columns - row and quantity. I have another table with forecasted entries, this time having 96 entries in total, but same number of columns. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to display both of them against each other in a single chart? &lt;/P&gt;&lt;P&gt;Here are more details - &lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Row (1-86)&lt;/P&gt;&lt;P&gt;Quantity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Row1 (1-96)&lt;/P&gt;&lt;P&gt;Quantity1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I created a line chart with:&lt;/P&gt;&lt;P&gt;Dimensions : Row1&lt;/P&gt;&lt;P&gt;Expressions: Quantity, Quantity1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the graph I get - with just a yellow line. Whereas I need a graph with 2 lines. &lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated. Thanks!&lt;/P&gt;&lt;P&gt;Durga.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/73561_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 07:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecast-in-Qlikview/m-p/743722#M535717</guid>
      <dc:creator />
      <dc:date>2014-12-16T07:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Forecast in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Forecast-in-Qlikview/m-p/743723#M535718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure the fields with the row numbers have the same name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 13:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecast-in-Qlikview/m-p/743723#M535718</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-12-16T13:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Forecast in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Forecast-in-Qlikview/m-p/743724#M535719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table1:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Row (1-86) as Row&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Quantity&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from table1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate (Table 1)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Row1 (1-96) as Row&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Quantity1 as Forecast&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from table 2&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In your chart, row as dimension and Sum(Quantity) and Sum(Forecast) as expressions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 13:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecast-in-Qlikview/m-p/743724#M535719</guid>
      <dc:creator>yduval75</dc:creator>
      <dc:date>2014-12-16T13:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Forecast in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Forecast-in-Qlikview/m-p/743725#M535720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rename both fields &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Row (1-86) and Row1 (1-96)&lt;/SPAN&gt; t&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;o an equal name and &lt;/SPAN&gt;concatenate the 2 tables.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Also rename your quantity fields to (for instance) quantity and forecast for your legend names.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table1:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Row (1-86)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Row&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Quantity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table2:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;concatenate (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Table1&lt;/SPAN&gt;)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Row1 (1-96)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Row&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Quantity1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Forecast&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 13:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecast-in-Qlikview/m-p/743725#M535720</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2014-12-16T13:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Forecast in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Forecast-in-Qlikview/m-p/743726#M535721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would help you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 13:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecast-in-Qlikview/m-p/743726#M535721</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2014-12-16T13:53:40Z</dc:date>
    </item>
  </channel>
</rss>

