<?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: Set Analysis Based on Month Selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Based-on-Month-Selections/m-p/809971#M285911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhijit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Sales figures are okay because the max of the Sales amount can only be until the current month&lt;/P&gt;&lt;P&gt;so automatically when I add the sales to the forecast it will give me up until the max of the Sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the Min variable in the Forecast though...&lt;/P&gt;&lt;P&gt;it seems the only way to do this is with multiple if statements?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Feb 2015 06:31:17 GMT</pubDate>
    <dc:creator>rido1421</dc:creator>
    <dc:date>2015-02-16T06:31:17Z</dc:date>
    <item>
      <title>Set Analysis Based on Month Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Based-on-Month-Selections/m-p/809969#M285909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create an expression that Takes into consideration your current Month selections&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to Some my forecast data but only from the current month upwards&lt;/P&gt;&lt;P&gt;the expression must take my month selection&amp;nbsp; into consideration&lt;/P&gt;&lt;P&gt;below expression calculates everything from my current month to my max selected month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is currently month 5, the below expression sums up everything from month 5 up to my MAXMTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;[Fiscal Month]={"&amp;gt;=$(vCM)&amp;lt;=$(vMAXMTH)"}&amp;gt;}Forecast)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to add this to my actual&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Sales)&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;[Fiscal Month]={"&amp;gt;=$(vCM)&amp;lt;=$(vMAXMTH)"}&amp;gt;}Forecast)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select fiscal month 4 and 6 it must give me the actual of&amp;nbsp; month 4 + the forecast of month 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is currently Month 5 if I select month 4,5,6 and 7 it must give the actual of 4 and the forecast of 5,6,7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your assistance is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 05:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Based-on-Month-Selections/m-p/809969#M285909</guid>
      <dc:creator>rido1421</dc:creator>
      <dc:date>2015-02-16T05:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Based on Month Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Based-on-Month-Selections/m-p/809970#M285910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create one more variable to store minimum value of month, which we will use in actual sales calculation.&lt;/P&gt;&lt;P&gt;vMin=Min(Month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use this variable in calculation of actual sales:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;[Fiscal Month]={"=$(vMin)"}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 06:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Based-on-Month-Selections/m-p/809970#M285910</guid>
      <dc:creator>AbhijitBansode</dc:creator>
      <dc:date>2015-02-16T06:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Based on Month Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Based-on-Month-Selections/m-p/809971#M285911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhijit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Sales figures are okay because the max of the Sales amount can only be until the current month&lt;/P&gt;&lt;P&gt;so automatically when I add the sales to the forecast it will give me up until the max of the Sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the Min variable in the Forecast though...&lt;/P&gt;&lt;P&gt;it seems the only way to do this is with multiple if statements?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 06:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Based-on-Month-Selections/m-p/809971#M285911</guid>
      <dc:creator>rido1421</dc:creator>
      <dc:date>2015-02-16T06:31:17Z</dc:date>
    </item>
  </channel>
</rss>

