<?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: Sum Budget of next months of this Year!! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-Budget-of-next-months-of-this-Year/m-p/595965#M220736</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide sample data files along with your requirements?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Mar 2014 09:15:52 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-03-21T09:15:52Z</dc:date>
    <item>
      <title>Sum Budget of next months of this Year!!</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Budget-of-next-months-of-this-Year/m-p/595960#M220731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi every one ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create a function that calculate the Sum of Budget for the currently month :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=SUM({&amp;lt;[MoisBudget_Date] = {'&amp;lt;=$(=Today())'}, MONTHNAME_Budget = {'$(=Month(Today()))'}&amp;gt;}Données)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create anothet indicator that calculate the sum of budget for next months of this year . &lt;/P&gt;&lt;P&gt;We are in March 2014, I want the sum of budget for APr, Mai., Jun , ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What fonction shoud I create??&lt;/P&gt;&lt;P&gt;Thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 15:54:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Budget-of-next-months-of-this-Year/m-p/595960#M220731</guid>
      <dc:creator />
      <dc:date>2014-03-19T15:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Budget of next months of this Year!!</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Budget-of-next-months-of-this-Year/m-p/595961#M220732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Apr: =SUM({&amp;lt; MONTHNAME_Budget = {'Apr'}&amp;gt;}Données)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 16:00:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Budget-of-next-months-of-this-Year/m-p/595961#M220732</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-03-19T16:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Budget of next months of this Year!!</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Budget-of-next-months-of-this-Year/m-p/595962#M220733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MONTHNAME_Budget = {'$(=Month(AddMonths(Today(),1)))'}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 16:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Budget-of-next-months-of-this-Year/m-p/595962#M220733</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-19T16:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Budget of next months of this Year!!</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Budget-of-next-months-of-this-Year/m-p/595963#M220734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think&lt;/P&gt;&lt;P&gt;=sum({$ &amp;lt;MONTHNAME_Budget={"&amp;gt;=$(=(num(month(today()))))"}&amp;gt;} Données) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a calendar loaded every day and linked to your budget table, use a column flag to identify next months of this year (FlagNextMonthsThisYear) in the calendar, your expression will be much easier &lt;/P&gt;&lt;P&gt;=sum({$ &amp;lt;FlagNextMonthsThisYear={1}&amp;gt;} Données) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 20:04:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Budget-of-next-months-of-this-Year/m-p/595963#M220734</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-19T20:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Budget of next months of this Year!!</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Budget-of-next-months-of-this-Year/m-p/595964#M220735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I trying your function and it's helpful for the next Month , But I want to calculate quatity of&amp;nbsp; All Next MONTH&lt;SPAN style="text-decoration: underline;"&gt;S&lt;/SPAN&gt; of the year . &lt;/P&gt;&lt;P&gt;Exmp: &lt;/P&gt;&lt;P&gt;From Apr. to December of this year . &lt;/P&gt;&lt;P&gt;Thnks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 09:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Budget-of-next-months-of-this-Year/m-p/595964#M220735</guid>
      <dc:creator />
      <dc:date>2014-03-21T09:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Budget of next months of this Year!!</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Budget-of-next-months-of-this-Year/m-p/595965#M220736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide sample data files along with your requirements?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 09:15:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Budget-of-next-months-of-this-Year/m-p/595965#M220736</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-21T09:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Budget of next months of this Year!!</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Budget-of-next-months-of-this-Year/m-p/595966#M220737</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;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUM({&amp;lt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[MoisBudget_Date] = {'&amp;lt;=YearEnd(Today())&amp;gt;=&lt;STRONG style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(=Date(AddMonths(Today(),12)))&lt;/STRONG&gt;'}&lt;/STRONG&gt;&amp;gt;}Données)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 09:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Budget-of-next-months-of-this-Year/m-p/595966#M220737</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-03-21T09:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Budget of next months of this Year!!</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Budget-of-next-months-of-this-Year/m-p/595967#M220738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works . Thank you for your help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;sum({$ &amp;lt;MONTHNAME={"&amp;gt;=$(=(num(month(today()))))"}&amp;gt;}Données)&lt;/EM&gt;&lt;/STRONG&gt; // Next months &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-SUM({&amp;lt;[Mois_Date] = {'&amp;lt;=$(=Today())'}, MONTHNAME = {'$(=Month(Today()))'}&amp;gt;}Données)&lt;/STRONG&gt; // ( This Month )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 15:48:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Budget-of-next-months-of-this-Year/m-p/595967#M220738</guid>
      <dc:creator />
      <dc:date>2014-03-21T15:48:13Z</dc:date>
    </item>
  </channel>
</rss>

