<?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 Graphing similar data from multiple sources in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Graphing-similar-data-from-multiple-sources/m-p/1133797#M19928</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 have a bit of a challenging dilemma I'd like to throw out there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a report that is created weekly that generates a variety of data, one element of which I have particular interest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A)&amp;nbsp; Each report has a specific date associated with it.&lt;/P&gt;&lt;P&gt;B)&amp;nbsp; Each report shows forecast data, monthly, for 24 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Over a 6-month timeframe (for example), I'll have had 24 reports - each showing actual 'sales' and a 24-month forecast of sales based on a trending algorithm. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm looking for is a graph that shows 3 trend lines:&lt;/P&gt;&lt;P&gt;1)&amp;nbsp; Actual sales (historical only)&lt;/P&gt;&lt;P&gt;2) Current forecast (future only, obviously)&lt;/P&gt;&lt;P&gt;3) forecast from date&amp;nbsp; X - a line that showed the forecast as of date x (user-selected)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have built already a forecast calendar.&amp;nbsp; I'm assuming I'd need to build one as well for ReportDate.&amp;nbsp; &lt;/P&gt;&lt;P&gt;(note:&amp;nbsp; this data has multiple dates, I have a calendar for each of them as well as a datebridge and canonical calendar)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From a data modeling perspective, I would suspect that each report that comes in, there would need to be a crosstable that has the following fields for each 'Product':&lt;/P&gt;&lt;P&gt;Product&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ReportDate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ForecastMonth&amp;nbsp;&amp;nbsp;&amp;nbsp; ForecastSalesData&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today, from 1 report, that crosstable has 1M rows.&amp;nbsp; Obviously as time goes on, we're looking at adding 1M rows to that each week.&amp;nbsp; Assuming we maintain 2 years of data, that's &amp;gt;100M rows.&amp;nbsp; Do we think that would be a problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wondering what the expressions might look like within that line graph or what else I might be missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Aug 2016 15:42:51 GMT</pubDate>
    <dc:creator>joey_lutes</dc:creator>
    <dc:date>2016-08-18T15:42:51Z</dc:date>
    <item>
      <title>Graphing similar data from multiple sources</title>
      <link>https://community.qlik.com/t5/App-Development/Graphing-similar-data-from-multiple-sources/m-p/1133797#M19928</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 have a bit of a challenging dilemma I'd like to throw out there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a report that is created weekly that generates a variety of data, one element of which I have particular interest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A)&amp;nbsp; Each report has a specific date associated with it.&lt;/P&gt;&lt;P&gt;B)&amp;nbsp; Each report shows forecast data, monthly, for 24 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Over a 6-month timeframe (for example), I'll have had 24 reports - each showing actual 'sales' and a 24-month forecast of sales based on a trending algorithm. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm looking for is a graph that shows 3 trend lines:&lt;/P&gt;&lt;P&gt;1)&amp;nbsp; Actual sales (historical only)&lt;/P&gt;&lt;P&gt;2) Current forecast (future only, obviously)&lt;/P&gt;&lt;P&gt;3) forecast from date&amp;nbsp; X - a line that showed the forecast as of date x (user-selected)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have built already a forecast calendar.&amp;nbsp; I'm assuming I'd need to build one as well for ReportDate.&amp;nbsp; &lt;/P&gt;&lt;P&gt;(note:&amp;nbsp; this data has multiple dates, I have a calendar for each of them as well as a datebridge and canonical calendar)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From a data modeling perspective, I would suspect that each report that comes in, there would need to be a crosstable that has the following fields for each 'Product':&lt;/P&gt;&lt;P&gt;Product&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ReportDate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ForecastMonth&amp;nbsp;&amp;nbsp;&amp;nbsp; ForecastSalesData&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today, from 1 report, that crosstable has 1M rows.&amp;nbsp; Obviously as time goes on, we're looking at adding 1M rows to that each week.&amp;nbsp; Assuming we maintain 2 years of data, that's &amp;gt;100M rows.&amp;nbsp; Do we think that would be a problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wondering what the expressions might look like within that line graph or what else I might be missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 15:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Graphing-similar-data-from-multiple-sources/m-p/1133797#M19928</guid>
      <dc:creator>joey_lutes</dc:creator>
      <dc:date>2016-08-18T15:42:51Z</dc:date>
    </item>
  </channel>
</rss>

