<?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 What is the expression meaning? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-is-the-expression-meaning/m-p/1171909#M896076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the expression meaning?Please give an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RangeSum(before(COUNT(PolicyCounter),0,ColumnNo()))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>arethaking</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>What is the expression meaning?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-expression-meaning/m-p/1171909#M896076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the expression meaning?Please give an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RangeSum(before(COUNT(PolicyCounter),0,ColumnNo()))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-expression-meaning/m-p/1171909#M896076</guid>
      <dc:creator>arethaking</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: What is the expression meaning?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-expression-meaning/m-p/1171910#M896077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This expression will sum every value into &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;COUNT(PolicyCounter) from first column until current one&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 16:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-expression-meaning/m-p/1171910#M896077</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-07-28T16:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: What is the expression meaning?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-expression-meaning/m-p/1171911#M896078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Aretha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it calculates the cumulative sum of counts in pivot table.&lt;/P&gt;&lt;P&gt;in chart or a straight table you would use "above" instead of "before".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 16:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-expression-meaning/m-p/1171911#M896078</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-07-28T16:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: What is the expression meaning?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-expression-meaning/m-p/1171912#M896079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please explain with this example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * INLINE [S.No,PolicyCounter&lt;/P&gt;&lt;P&gt;1,2&lt;/P&gt;&lt;P&gt;2,12&lt;/P&gt;&lt;P&gt;3,34&lt;/P&gt;&lt;P&gt;4,89&lt;/P&gt;&lt;P&gt;5,80&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 16:18:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-expression-meaning/m-p/1171912#M896079</guid>
      <dc:creator>arethaking</dc:creator>
      <dc:date>2016-07-28T16:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: What is the expression meaning?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-expression-meaning/m-p/1171913#M896080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems like an expression used in a pivot table where you are accumulating based on your pivoted dimension. So assuming S.No as your dimension, you will get something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;S.No&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ExpResult&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14&amp;nbsp;&amp;nbsp; 48&amp;nbsp;&amp;nbsp; 137&amp;nbsp; 217&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 16:41:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-expression-meaning/m-p/1171913#M896080</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-28T16:41:22Z</dc:date>
    </item>
  </channel>
</rss>

