<?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: How to analyse next month orders in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-analyse-next-month-orders/m-p/946481#M968722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actual:&lt;/P&gt;&lt;P&gt;LOAD SalesPerson,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sales,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date#(YearMonth, 'YYYYMM') as YearMonth&lt;/P&gt;&lt;P&gt;Inline [&lt;/P&gt;&lt;P&gt;SalesPerson, Sales, YearMonth&lt;/P&gt;&lt;P&gt;A, 40, 201507&lt;/P&gt;&lt;P&gt;A, 30, 201507&lt;/P&gt;&lt;P&gt;A, 40, 201508&lt;/P&gt;&lt;P&gt;A, 20, 201508&lt;/P&gt;&lt;P&gt;A, 50, 201508&lt;/P&gt;&lt;P&gt;B, 60, 201507&lt;/P&gt;&lt;P&gt;B, 90, 201508&lt;/P&gt;&lt;P&gt;B, 20, 201508&lt;/P&gt;&lt;P&gt;B, 10, 201508&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Target:&lt;/P&gt;&lt;P&gt;LOAD SalesPerson,&lt;/P&gt;&lt;P&gt;&amp;nbsp; SalesTarget,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date#(YearMonth, 'YYYYMM') as YearMonth&lt;/P&gt;&lt;P&gt;Inline [&lt;/P&gt;&lt;P&gt;SalesPerson, SalesTarget, YearMonth&lt;/P&gt;&lt;P&gt;A, 50, 201507&lt;/P&gt;&lt;P&gt;A, 115, 201508&lt;/P&gt;&lt;P&gt;B, 50, 201507&lt;/P&gt;&lt;P&gt;B, 115, 201508&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MaxDate:&lt;/P&gt;&lt;P&gt;LOAD Max(YearMonth) as MaxYearMonth&lt;/P&gt;&lt;P&gt;Resident Actual;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vMaxYearMonth = Peek('MaxYearMonth');&lt;/P&gt;&lt;P&gt;DROP Table MaxDate;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TempTable:&lt;/P&gt;&lt;P&gt;LOAD SalesPerson,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum(Sales) as TotalSales&lt;/P&gt;&lt;P&gt;Resident Actual&lt;/P&gt;&lt;P&gt;Where YearMonth = $(vMaxYearMonth)&lt;/P&gt;&lt;P&gt;Group By SalesPerson;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join(TempTable)&lt;/P&gt;&lt;P&gt;LOAD SalesPerson,&lt;/P&gt;&lt;P&gt;&amp;nbsp; SalesTarget&lt;/P&gt;&lt;P&gt;Resident Target&lt;/P&gt;&lt;P&gt;Where YearMonth = $(vMaxYearMonth);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Target)&lt;/P&gt;&lt;P&gt;LOAD SalesPerson,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(TotalSales &amp;gt;= SalesTarget, SalesTarget, SalesTarget * (1.10)) as SalesTarget,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date(AddMonths($(vMaxYearMonth), 1), 'YYYYMM') as YearMonth&lt;/P&gt;&lt;P&gt;Resident TempTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table TempTable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Sep 2015 05:59:41 GMT</pubDate>
    <dc:creator>gautik92</dc:creator>
    <dc:date>2015-09-28T05:59:41Z</dc:date>
    <item>
      <title>How to analyse next month orders</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-analyse-next-month-orders/m-p/946474#M968715</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;data base table consists company Id ,month wise orders.&lt;/P&gt;&lt;P&gt;how can i analyse&amp;nbsp; next month Orders by using last last six month data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That mean how many orders can i except next month based on company wise &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;ramu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 05:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-analyse-next-month-orders/m-p/946474#M968715</guid>
      <dc:creator />
      <dc:date>2015-09-28T05:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyse next month orders</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-analyse-next-month-orders/m-p/946475#M968716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain more what you need ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 05:29:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-analyse-next-month-orders/m-p/946475#M968716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-28T05:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyse next month orders</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-analyse-next-month-orders/m-p/946476#M968717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you are asking about forecast. For this first you add previous months sum sales. And then u divide it by max month value. i.e sum(Sales)/ MaxMonth. Then you assign that value to future months..&lt;/P&gt;&lt;P&gt;For you the forecast values is 600.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is what you expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Partha K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 05:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-analyse-next-month-orders/m-p/946476#M968717</guid>
      <dc:creator>parthakk</dc:creator>
      <dc:date>2015-09-28T05:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyse next month orders</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-analyse-next-month-orders/m-p/946477#M968718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H6 style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/H6&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;&lt;A href="https://community.qlik.com/people/parthakk"&gt;parthakk&lt;/A&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 05:44:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-analyse-next-month-orders/m-p/946477#M968718</guid>
      <dc:creator />
      <dc:date>2015-09-28T05:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyse next month orders</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-analyse-next-month-orders/m-p/946478#M968719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have a look at this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 05:51:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-analyse-next-month-orders/m-p/946478#M968719</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2015-09-28T05:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyse next month orders</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-analyse-next-month-orders/m-p/946479#M968720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can achieve the same using What if analysis search it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 05:52:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-analyse-next-month-orders/m-p/946479#M968720</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-09-28T05:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyse next month orders</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-analyse-next-month-orders/m-p/946480#M968721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using Qlikview trail version , could you please send set analysis expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 05:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-analyse-next-month-orders/m-p/946480#M968721</guid>
      <dc:creator />
      <dc:date>2015-09-28T05:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyse next month orders</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-analyse-next-month-orders/m-p/946481#M968722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actual:&lt;/P&gt;&lt;P&gt;LOAD SalesPerson,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sales,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date#(YearMonth, 'YYYYMM') as YearMonth&lt;/P&gt;&lt;P&gt;Inline [&lt;/P&gt;&lt;P&gt;SalesPerson, Sales, YearMonth&lt;/P&gt;&lt;P&gt;A, 40, 201507&lt;/P&gt;&lt;P&gt;A, 30, 201507&lt;/P&gt;&lt;P&gt;A, 40, 201508&lt;/P&gt;&lt;P&gt;A, 20, 201508&lt;/P&gt;&lt;P&gt;A, 50, 201508&lt;/P&gt;&lt;P&gt;B, 60, 201507&lt;/P&gt;&lt;P&gt;B, 90, 201508&lt;/P&gt;&lt;P&gt;B, 20, 201508&lt;/P&gt;&lt;P&gt;B, 10, 201508&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Target:&lt;/P&gt;&lt;P&gt;LOAD SalesPerson,&lt;/P&gt;&lt;P&gt;&amp;nbsp; SalesTarget,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date#(YearMonth, 'YYYYMM') as YearMonth&lt;/P&gt;&lt;P&gt;Inline [&lt;/P&gt;&lt;P&gt;SalesPerson, SalesTarget, YearMonth&lt;/P&gt;&lt;P&gt;A, 50, 201507&lt;/P&gt;&lt;P&gt;A, 115, 201508&lt;/P&gt;&lt;P&gt;B, 50, 201507&lt;/P&gt;&lt;P&gt;B, 115, 201508&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MaxDate:&lt;/P&gt;&lt;P&gt;LOAD Max(YearMonth) as MaxYearMonth&lt;/P&gt;&lt;P&gt;Resident Actual;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vMaxYearMonth = Peek('MaxYearMonth');&lt;/P&gt;&lt;P&gt;DROP Table MaxDate;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TempTable:&lt;/P&gt;&lt;P&gt;LOAD SalesPerson,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum(Sales) as TotalSales&lt;/P&gt;&lt;P&gt;Resident Actual&lt;/P&gt;&lt;P&gt;Where YearMonth = $(vMaxYearMonth)&lt;/P&gt;&lt;P&gt;Group By SalesPerson;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join(TempTable)&lt;/P&gt;&lt;P&gt;LOAD SalesPerson,&lt;/P&gt;&lt;P&gt;&amp;nbsp; SalesTarget&lt;/P&gt;&lt;P&gt;Resident Target&lt;/P&gt;&lt;P&gt;Where YearMonth = $(vMaxYearMonth);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Target)&lt;/P&gt;&lt;P&gt;LOAD SalesPerson,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(TotalSales &amp;gt;= SalesTarget, SalesTarget, SalesTarget * (1.10)) as SalesTarget,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date(AddMonths($(vMaxYearMonth), 1), 'YYYYMM') as YearMonth&lt;/P&gt;&lt;P&gt;Resident TempTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table TempTable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 05:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-analyse-next-month-orders/m-p/946481#M968722</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2015-09-28T05:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyse next month orders</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-analyse-next-month-orders/m-p/946482#M968723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;H6 style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/H6&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;&lt;A href="https://community.qlik.com/people/gautik92"&gt;gautik92&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 06:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-analyse-next-month-orders/m-p/946482#M968723</guid>
      <dc:creator />
      <dc:date>2015-09-28T06:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyse next month orders</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-analyse-next-month-orders/m-p/946483#M968724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you got the answer mark correct and helpful answer and close the thread&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 06:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-analyse-next-month-orders/m-p/946483#M968724</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2015-09-28T06:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyse next month orders</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-analyse-next-month-orders/m-p/946484#M968725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please explain&amp;nbsp; detail about forecasting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 07:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-analyse-next-month-orders/m-p/946484#M968725</guid>
      <dc:creator />
      <dc:date>2015-09-28T07:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to analyse next month orders</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-analyse-next-month-orders/m-p/946485#M968726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in your sample table contains order id with 6 months sales, if you select jan month chart display july to december sales......suppose select july&amp;nbsp; it shows jan to june sales right? then go to this expression on chart--&amp;gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;month={"&amp;gt;=$(=min(month))&amp;lt;=$(=min(month)-6)"}&amp;gt;}sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 10:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-analyse-next-month-orders/m-p/946485#M968726</guid>
      <dc:creator>pratap6699</dc:creator>
      <dc:date>2015-09-28T10:06:51Z</dc:date>
    </item>
  </channel>
</rss>

