<?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 For calculating the sum of Net_salesValue up to recent Gl_Period in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221742#M74531</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi blaze,&lt;/P&gt;&lt;P&gt;I want the sum (Net_Salesvalues) up to the current Gl_period i have selected.&lt;/P&gt;&lt;P&gt;Like If i select 4.It will be the sum of (Net_Salesvalues for Gl_period 1+Gl_period 2+Gl_period 3+Gl_period4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please helpme out..&lt;/P&gt;&lt;P&gt;Suneel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jul 2010 08:15:44 GMT</pubDate>
    <dc:creator>sunil2288</dc:creator>
    <dc:date>2010-07-13T08:15:44Z</dc:date>
    <item>
      <title>For calculating the sum of Net_salesValue up to recent Gl_Period</title>
      <link>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221740#M74529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi EveryOne,&lt;/P&gt;&lt;P&gt;I have a table having Gl_Period from 1 to 12 and ther is corresponding Net_salesValue,&lt;/P&gt;&lt;P&gt;I need to calculate the sum (Net_salesValue) up to the month 4 when i select Gl_Period 4 ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Comments Awaited&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Suneel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 07:49:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221740#M74529</guid>
      <dc:creator>sunil2288</dc:creator>
      <dc:date>2010-07-13T07:49:32Z</dc:date>
    </item>
    <item>
      <title>For calculating the sum of Net_salesValue up to recent Gl_Period</title>
      <link>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221741#M74530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of sum (Net_salesValue)&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Gl_Period= {'Gl_Period 4'}&amp;gt;}Net_salesValue)&lt;/P&gt;&lt;P&gt;Hope this works. I apologies in advance if it doesn't. I'm new to Qlikview&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 08:00:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221741#M74530</guid>
      <dc:creator />
      <dc:date>2010-07-13T08:00:51Z</dc:date>
    </item>
    <item>
      <title>For calculating the sum of Net_salesValue up to recent Gl_Period</title>
      <link>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221742#M74531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi blaze,&lt;/P&gt;&lt;P&gt;I want the sum (Net_Salesvalues) up to the current Gl_period i have selected.&lt;/P&gt;&lt;P&gt;Like If i select 4.It will be the sum of (Net_Salesvalues for Gl_period 1+Gl_period 2+Gl_period 3+Gl_period4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please helpme out..&lt;/P&gt;&lt;P&gt;Suneel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 08:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221742#M74531</guid>
      <dc:creator>sunil2288</dc:creator>
      <dc:date>2010-07-13T08:15:44Z</dc:date>
    </item>
    <item>
      <title>For calculating the sum of Net_salesValue up to recent Gl_Period</title>
      <link>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221743#M74532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh i see. Then try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Gl_Period= {'Gl_Period 1';'Gl_Period 2';'Gl_Period 3';'Gl_Period 4'}&amp;gt;}Net_salesValue)&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 08:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221743#M74532</guid>
      <dc:creator />
      <dc:date>2010-07-13T08:25:23Z</dc:date>
    </item>
    <item>
      <title>For calculating the sum of Net_salesValue up to recent Gl_Period</title>
      <link>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221744#M74533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Blaze,&lt;/P&gt;&lt;P&gt;Thanks for the Quick Reply..but i need it Dynamically...&lt;/P&gt;&lt;P&gt;That is the Gl_Period Should be select by the user..And in Accordance to that the corresponding Sum will be shownout..&lt;/P&gt;&lt;P&gt;Awaiting for response..&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Suneel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 08:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221744#M74533</guid>
      <dc:creator>sunil2288</dc:creator>
      <dc:date>2010-07-13T08:41:18Z</dc:date>
    </item>
    <item>
      <title>For calculating the sum of Net_salesValue up to recent Gl_Period</title>
      <link>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221745#M74534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry i cant think of anything but i'll keep trying&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 09:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221745#M74534</guid>
      <dc:creator />
      <dc:date>2010-07-13T09:21:49Z</dc:date>
    </item>
    <item>
      <title>For calculating the sum of Net_salesValue up to recent Gl_Period</title>
      <link>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221746#M74535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;Here i have tried a simple form of your requirement. Just like a Hint.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 09:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221746#M74535</guid>
      <dc:creator />
      <dc:date>2010-07-13T09:50:47Z</dc:date>
    </item>
    <item>
      <title>For calculating the sum of Net_salesValue up to recent Gl_Period</title>
      <link>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221747#M74536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry but dont understand?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 09:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221747#M74536</guid>
      <dc:creator />
      <dc:date>2010-07-13T09:54:26Z</dc:date>
    </item>
    <item>
      <title>For calculating the sum of Net_salesValue up to recent Gl_Period</title>
      <link>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221748#M74537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, i forgot to explain.&lt;/P&gt;&lt;P&gt;If you select the List Box "DateFormat", based on your selection, the Sum(Value) chart will display the total. Here i have used the date to see the value.&lt;/P&gt;&lt;P&gt;Hope you can understand now, but the dimension need to be checked and validate the formula. Since, it produce "error in calculation" now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 10:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221748#M74537</guid>
      <dc:creator />
      <dc:date>2010-07-13T10:00:02Z</dc:date>
    </item>
    <item>
      <title>For calculating the sum of Net_salesValue up to recent Gl_Period</title>
      <link>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221749#M74538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mr. Sunil,&lt;/P&gt;&lt;P&gt;First of all, you need to have your source (Excel) data in Date format as shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width:106pt;border-collapse:collapse;" width="141"&gt;&lt;COLGROUP&gt;&lt;COL style="width:58pt;mso-width-source:userset;mso-width-alt:2816;" width="77" /&gt;&lt;COL style="width:48pt;" width="64" /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD height="17" style="width:58pt;height:12.75pt;background-color:transparent;border:#ece9d8;" width="77"&gt;GI Period&lt;/TD&gt;&lt;TD style="width:48pt;background-color:transparent;border:#ece9d8;" width="64"&gt;Net sales&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;01-Jan-10&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;01-Feb-10&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;01-Mar-10&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;01-Apr-10&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;01-May-10&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;01-Jun-10&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;01-Jul-10&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;35&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;01-Aug-10&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;40&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;01-Sep-10&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;45&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;01-Oct-10&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;01-Nov-10&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;55&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" class="xl65" height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;01-Dec-10&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;60&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;For facility to select month you want, define variable e.g. "Upto Date".&lt;/P&gt;&lt;P&gt;Link this variable with the table created in QV.&lt;/P&gt;&lt;P&gt;To get total sales upto selected month, you can tick "show partial sums" in presentation tab.&lt;/P&gt;&lt;P&gt;To get an idea, I have attached QV file.&lt;/P&gt;&lt;P&gt;Hope it will work for you.&lt;/P&gt;&lt;P&gt;Sincere Regards,&lt;/P&gt;&lt;P&gt;RBA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 10:32:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221749#M74538</guid>
      <dc:creator />
      <dc:date>2010-07-13T10:32:32Z</dc:date>
    </item>
    <item>
      <title>For calculating the sum of Net_salesValue up to recent Gl_Period</title>
      <link>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221750#M74539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;Try giving the expression like&lt;/P&gt;&lt;P&gt;(Sum({&amp;lt;GLPeriod={$(=Max(GLPeriod))}&amp;gt;}(Net_salesValue)) + (Sum({&amp;lt;GLPeriod={$(=Max(GLPeriod)-1)}&amp;gt;} Net_salesValue))) + (Sum({&amp;lt;GLPeriod={$(=Max(GLPeriod)-3)}&amp;gt;}(Net_salesValue)) + (Sum({&amp;lt;GLPeriod={$(=Max(GLPeriod)-4)}&amp;gt;} Net_salesValue)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will dynamically pick the latest 4 period values and give you the sum.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 11:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221750#M74539</guid>
      <dc:creator>raghavsurya</dc:creator>
      <dc:date>2010-07-13T11:05:50Z</dc:date>
    </item>
    <item>
      <title>For calculating the sum of Net_salesValue up to recent Gl_Period</title>
      <link>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221751#M74540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ravi,&lt;/P&gt;&lt;P&gt;I don't have Gl_Period Value in date Format,it is in 1,2,3,4.....12&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 11:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221751#M74540</guid>
      <dc:creator>sunil2288</dc:creator>
      <dc:date>2010-07-13T11:43:39Z</dc:date>
    </item>
    <item>
      <title>For calculating the sum of Net_salesValue up to recent Gl_Period</title>
      <link>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221752#M74541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunil,&lt;/P&gt;&lt;P&gt;Fine, let your data be in following format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width:96pt;border-collapse:collapse;" width="128"&gt;&lt;COLGROUP&gt;&lt;COL span="2" style="width:48pt;" width="64" /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD height="17" style="width:48pt;height:12.75pt;background-color:transparent;border:#ece9d8;" width="64"&gt;GI Period&lt;/TD&gt;&lt;TD style="width:48pt;background-color:transparent;border:#ece9d8;" width="64"&gt;Net sales&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;1&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;2&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;3&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;4&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;5&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;6&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;7&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;35&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;8&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;40&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;9&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;45&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;10&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;11&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;55&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;12&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;60&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;You will have to follow same steps as mentioned before.&lt;/P&gt;&lt;P&gt;Only difference will be instead of calendar, create slider having numbers from 1 to 12 (indicating months).&lt;/P&gt;&lt;P&gt;Plz refer to the attachment.&lt;/P&gt;&lt;P&gt;Whichever month number you will choose, Net sales upto that month will be displayed.&lt;/P&gt;&lt;P&gt;I hope this is fine now.&lt;/P&gt;&lt;P&gt;Sincere Regards,&lt;/P&gt;&lt;P&gt;RBA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 12:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221752#M74541</guid>
      <dc:creator />
      <dc:date>2010-07-13T12:51:16Z</dc:date>
    </item>
    <item>
      <title>For calculating the sum of Net_salesValue up to recent Gl_Period</title>
      <link>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221753#M74542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI RAB,&lt;/P&gt;&lt;P&gt;Thank you Very much for your continuous mailing..&lt;/P&gt;&lt;P&gt;I got the solution as you described..&lt;/P&gt;&lt;P&gt;Thanks Once again..&lt;/P&gt;&lt;P&gt;Suneel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 05:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/For-calculating-the-sum-of-Net-salesValue-up-to-recent-Gl-Period/m-p/221753#M74542</guid>
      <dc:creator>sunil2288</dc:creator>
      <dc:date>2010-07-14T05:24:28Z</dc:date>
    </item>
  </channel>
</rss>

