<?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 Upto Present Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Upto-Present-Month/m-p/441613#M164640</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;&lt;/P&gt;&lt;P&gt;I want to get the data untill selected month in that year only, my report is based on finacial month. Suppose in year 2011&lt;/P&gt;&lt;P&gt;if Apr --1000, may--2000, june---- 3000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reult should be apr---1000, May---3000, june--- 6000, i want write it in expression, not through accumulation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jan 2013 06:28:33 GMT</pubDate>
    <dc:creator>khadeer</dc:creator>
    <dc:date>2013-01-22T06:28:33Z</dc:date>
    <item>
      <title>Upto Present Month</title>
      <link>https://community.qlik.com/t5/QlikView/Upto-Present-Month/m-p/441613#M164640</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;&lt;/P&gt;&lt;P&gt;I want to get the data untill selected month in that year only, my report is based on finacial month. Suppose in year 2011&lt;/P&gt;&lt;P&gt;if Apr --1000, may--2000, june---- 3000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reult should be apr---1000, May---3000, june--- 6000, i want write it in expression, not through accumulation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 06:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upto-Present-Month/m-p/441613#M164640</guid>
      <dc:creator>khadeer</dc:creator>
      <dc:date>2013-01-22T06:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Upto Present Month</title>
      <link>https://community.qlik.com/t5/QlikView/Upto-Present-Month/m-p/441614#M164641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;use setanalysis expr like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;year=,month={"&amp;lt;=$(=max(month))"}&amp;gt;}amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 06:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upto-Present-Month/m-p/441614#M164641</guid>
      <dc:creator />
      <dc:date>2013-01-22T06:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Upto Present Month</title>
      <link>https://community.qlik.com/t5/QlikView/Upto-Present-Month/m-p/441615#M164642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;above(sum(amount))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 07:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upto-Present-Month/m-p/441615#M164642</guid>
      <dc:creator />
      <dc:date>2013-01-22T07:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Upto Present Month</title>
      <link>https://community.qlik.com/t5/QlikView/Upto-Present-Month/m-p/441616#M164643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;rangesum(above(sun(amount)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 07:03:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upto-Present-Month/m-p/441616#M164643</guid>
      <dc:creator />
      <dc:date>2013-01-22T07:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Upto Present Month</title>
      <link>https://community.qlik.com/t5/QlikView/Upto-Present-Month/m-p/441617#M164644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii&lt;/P&gt;&lt;P&gt;try this in expression&lt;/P&gt;&lt;P&gt;rangesum(above(sum(fieldname),0,rowno()))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 07:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upto-Present-Month/m-p/441617#M164644</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-01-22T07:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Upto Present Month</title>
      <link>https://community.qlik.com/t5/QlikView/Upto-Present-Month/m-p/441618#M164645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 07:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upto-Present-Month/m-p/441618#M164645</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2013-01-22T07:29:27Z</dc:date>
    </item>
  </channel>
</rss>

