<?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 write this expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-write-this-expression/m-p/495632#M185366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Jun 2013 08:53:29 GMT</pubDate>
    <dc:creator>er_mohit</dc:creator>
    <dc:date>2013-06-21T08:53:29Z</dc:date>
    <item>
      <title>How to write this expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-this-expression/m-p/495631#M185365</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 have one table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TheMonth, BrazilStudents, TotalStudents&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1, 100, 300&lt;/P&gt;&lt;P&gt;2, 200,500&lt;/P&gt;&lt;P&gt;3,50, 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use one Pivot table to show the Percentage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The column 'TheMonth' is used as dimension and use one expression for the Percentage,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the logic is, if current is Month 1, the percentage is using 100/300&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the current is month 2, the percentage is usingg (100+200) / (300+500)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the current is month 3, the percentage is using (100+200+50) / (300+500+200)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is the accumulated result, how to write that expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 08:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-this-expression/m-p/495631#M185365</guid>
      <dc:creator />
      <dc:date>2013-06-21T08:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to write this expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-this-expression/m-p/495632#M185366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 08:53:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-this-expression/m-p/495632#M185366</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-06-21T08:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to write this expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-this-expression/m-p/495633#M185367</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;This way: &lt;/P&gt;&lt;P&gt;Create Straight Table or Pivot Table with&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. Dimension: TheMonth&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. Expression:&lt;/P&gt;&lt;P&gt;=Num(&lt;/P&gt;&lt;P&gt;RangeSum(Above(Total Sum(BrazilStudents),0,RowNo()))/&lt;/P&gt;&lt;P&gt;RangeSum(Above(Total Sum(TotalStudents),0,RowNo()))&lt;/P&gt;&lt;P&gt;,'#,##0.00%')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See sample attached file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 08:54:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-this-expression/m-p/495633#M185367</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2013-06-21T08:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to write this expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-this-expression/m-p/495634#M185368</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 Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&amp;nbsp; RangeSum(Above(Sum(BrazilStudents),0,RowNo()))/&lt;/P&gt;&lt;P&gt;RangeSum(Above(Sum(TotalStudents),0,RowNo()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find the attached file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 08:59:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-this-expression/m-p/495634#M185368</guid>
      <dc:creator>kumarnatarajan</dc:creator>
      <dc:date>2013-06-21T08:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to write this expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-this-expression/m-p/495635#M185369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this in expression,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rangesum(Above(BrazilStudents),0,rowno()) / rangesum(Above(BrazilStudents),0,rowno(TotalStudents))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 09:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-this-expression/m-p/495635#M185369</guid>
      <dc:creator />
      <dc:date>2013-06-21T09:03:31Z</dc:date>
    </item>
  </channel>
</rss>

