<?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 Forecasting Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Forecasting-Table/m-p/717838#M257971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe i'm making this too complicated...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have a simple sales dashboard...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a straight table chart that displays...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Month|Year (FUTURE)&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Revenue&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;Next month year (11/1/2014)&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3 year average for November...&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;12/1/2014&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3 year average for December&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1/1/2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3 year average for January...&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a "MasterDate_MonthYear" field that is built for this....just struggling on how to set this up...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Oct 2014 18:12:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-13T18:12:27Z</dc:date>
    <item>
      <title>Forecasting Table</title>
      <link>https://community.qlik.com/t5/QlikView/Forecasting-Table/m-p/717838#M257971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe i'm making this too complicated...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have a simple sales dashboard...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a straight table chart that displays...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Month|Year (FUTURE)&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Revenue&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;Next month year (11/1/2014)&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3 year average for November...&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;12/1/2014&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3 year average for December&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1/1/2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3 year average for January...&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a "MasterDate_MonthYear" field that is built for this....just struggling on how to set this up...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 18:12:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecasting-Table/m-p/717838#M257971</guid>
      <dc:creator />
      <dc:date>2014-10-13T18:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Forecasting Table</title>
      <link>https://community.qlik.com/t5/QlikView/Forecasting-Table/m-p/717839#M257972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will likely have to add a small table in the script that links each month to the months of the 3 years you want to use for the average. Perhaps something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ReportMonthYear, [Month|Year]&lt;/P&gt;&lt;P&gt;11/1/2014,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/1/2011&lt;/P&gt;&lt;P&gt;11/1/2014,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/1/2012&lt;/P&gt;&lt;P&gt;11/1/2014,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/1/2013&lt;/P&gt;&lt;P&gt;12/1/2014,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/1/2011&lt;/P&gt;&lt;P&gt;12/1/2014,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/1/2012&lt;/P&gt;&lt;P&gt;12/1/2014,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/1/2013&lt;/P&gt;&lt;P&gt;...etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use ReportMonthYear as dimension in your straight table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 09:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecasting-Table/m-p/717839#M257972</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-10-14T09:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Forecasting Table</title>
      <link>https://community.qlik.com/t5/QlikView/Forecasting-Table/m-p/717840#M257973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: None&lt;/P&gt;&lt;P&gt;Expressions:&lt;/P&gt;&lt;P&gt;Next Month Year: Caption Expression = MonthStart(Today(), 1) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;DateDimensionName = {'&amp;gt;=$(=MonthStart(Today(), -11))&amp;lt;=$(=MonthEnd(Today(), -11))'} +&lt;/P&gt;&lt;P&gt;{'&amp;gt;=$(=MonthStart(Today(), -23))&amp;lt;=$(=MonthEnd(Today(), -23))'} +&lt;/P&gt;&lt;P&gt;{'&amp;gt;=$(=MonthStart(Today(), -34))&amp;lt;=$(=MonthEnd(Today(), -34))'} &amp;gt;} MeasureName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;December:Caption Expression = MonthStart(Today(), 2) &lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;DateDimensionName = {'&amp;gt;=$(=MonthStart(Today(), -10))&amp;lt;=$(=MonthEnd(Today(), -10))'} +&lt;/P&gt;&lt;P&gt;{'&amp;gt;=$(=MonthStart(Today(), -22))&amp;lt;=$(=MonthEnd(Today(), -22))'} +&lt;/P&gt;&lt;P&gt;{'&amp;gt;=$(=MonthStart(Today(), -33))&amp;lt;=$(=MonthEnd(Today(), -33))'} &amp;gt;} MeasureName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;January:Caption Expression = MonthStart(Today(), 3) &lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;DateDimensionName = {'&amp;gt;=$(=MonthStart(Today(), -9))&amp;lt;=$(=MonthEnd(Today(), -9))'} +&lt;/P&gt;&lt;P&gt;{'&amp;gt;=$(=MonthStart(Today(), -21))&amp;lt;=$(=MonthEnd(Today(), -21))'} +&lt;/P&gt;&lt;P&gt;{'&amp;gt;=$(=MonthStart(Today(), -32))&amp;lt;=$(=MonthEnd(Today(), -32))'} &amp;gt;} MeasureName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 09:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecasting-Table/m-p/717840#M257973</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-14T09:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Forecasting Table</title>
      <link>https://community.qlik.com/t5/QlikView/Forecasting-Table/m-p/717841#M257974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.7272720336914px; font-family: inherit;"&gt;I was also able to to use an aggr function on the Month of the future Month/Year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.7272720336914px; font-family: inherit;"&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12.7272720336914px; font-family: inherit;"&gt;aggr(sum(Sales),month) using the month of the future month year&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 17:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forecasting-Table/m-p/717841#M257974</guid>
      <dc:creator />
      <dc:date>2014-10-14T17:33:57Z</dc:date>
    </item>
  </channel>
</rss>

