<?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: Recurrent incremental value in a Qlik Sense Table object (alternatively Straight Table in QlikView) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Recurrent-incremental-value-in-a-Qlik-Sense-Table-object/m-p/1826806#M68006</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6622"&gt;@hic&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22245"&gt;@swuehl&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&amp;nbsp; any suggestions ?&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Aug 2021 08:33:04 GMT</pubDate>
    <dc:creator>piotr-bratek</dc:creator>
    <dc:date>2021-08-05T08:33:04Z</dc:date>
    <item>
      <title>Recurrent incremental value in a Qlik Sense Table object (alternatively Straight Table in QlikView)</title>
      <link>https://community.qlik.com/t5/App-Development/Recurrent-incremental-value-in-a-Qlik-Sense-Table-object/m-p/1823745#M67593</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I'm looking for the fastest way to calculate an ExpectedValue according to the algorithm presented below.&lt;BR /&gt;IMPORTANT: it must be done on a sheet in the TABLE OBJECT, not in the script as the calculation must work dynamically based on filter selections.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="recurrent-expected-value-qlik.jpg" style="width: 477px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58963i46E51DF30400C66B/image-dimensions/477x249?v=v2" width="477" height="249" role="button" title="recurrent-expected-value-qlik.jpg" alt="recurrent-expected-value-qlik.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can use LOAD INLINE given below:&lt;/P&gt;&lt;P&gt;RecurrentExpectedValue:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Flag, ExpectedValue&lt;BR /&gt;1, 1&lt;BR /&gt;1, 2&lt;BR /&gt;0, 0&lt;BR /&gt;1, 1&lt;BR /&gt;1, 2&lt;BR /&gt;1, 3&lt;BR /&gt;0, 0&lt;BR /&gt;1, 1&lt;BR /&gt;1, 2&lt;BR /&gt;1, 3&lt;BR /&gt;1, 4&lt;BR /&gt;0, 0&lt;BR /&gt;0, 0&lt;BR /&gt;1, 1&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;cheers!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 16:28:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Recurrent-incremental-value-in-a-Qlik-Sense-Table-object/m-p/1823745#M67593</guid>
      <dc:creator>piotr-bratek</dc:creator>
      <dc:date>2021-12-22T16:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Recurrent incremental value in a Qlik Sense Table object (alternatively Straight Table in QlikView)</title>
      <link>https://community.qlik.com/t5/App-Development/Recurrent-incremental-value-in-a-Qlik-Sense-Table-object/m-p/1826806#M68006</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6622"&gt;@hic&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22245"&gt;@swuehl&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&amp;nbsp; any suggestions ?&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 08:33:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Recurrent-incremental-value-in-a-Qlik-Sense-Table-object/m-p/1826806#M68006</guid>
      <dc:creator>piotr-bratek</dc:creator>
      <dc:date>2021-08-05T08:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Recurrent incremental value in a Qlik Sense Table object (alternatively Straight Table in QlikView)</title>
      <link>https://community.qlik.com/t5/App-Development/Recurrent-incremental-value-in-a-Qlik-Sense-Table-object/m-p/1829221#M68344</link>
      <description>&lt;P&gt;Maybe use a the Above() function with a recursive reference to the expression column, something like&lt;BR /&gt;&lt;BR /&gt;=If(Flag=0,0,Rangesum(1, Above("Result")))&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-08-17 23_33_41-QlikView x64 Personal Edition - [E__Users_Stefan_Downloads_test_dynamic_rank.qvw.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60230i2A0059FB441CBD59/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-08-17 23_33_41-QlikView x64 Personal Edition - [E__Users_Stefan_Downloads_test_dynamic_rank.qvw.png" alt="2021-08-17 23_33_41-QlikView x64 Personal Edition - [E__Users_Stefan_Downloads_test_dynamic_rank.qvw.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 21:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Recurrent-incremental-value-in-a-Qlik-Sense-Table-object/m-p/1829221#M68344</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2021-08-17T21:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Recurrent incremental value in a Qlik Sense Table object (alternatively Straight Table in QlikView)</title>
      <link>https://community.qlik.com/t5/App-Development/Recurrent-incremental-value-in-a-Qlik-Sense-Table-object/m-p/1830824#M68472</link>
      <description>&lt;P&gt;Looks good! I had a similar one but RangeSum enables to avoid 1st row evaluation.&lt;/P&gt;&lt;P&gt;So I have one more question:&lt;/P&gt;&lt;P&gt;I analyze Bundesliga matches looking for win\loss\draw series. The only thing that remain is to display the &lt;STRONG&gt;MAX value&lt;/STRONG&gt; from the &lt;STRONG&gt;HowManyInArow column&lt;/STRONG&gt; in a KPI. It should be done dynamically as I can filter by either a season or a team. I'm struggling with it as we can't refer to a column name in a specific table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have not found a way using AGGR either, as we have recurrent calculation.&lt;/P&gt;&lt;P&gt;is it even possible?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="winloss.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60637i981FC65CE5209C09/image-size/large?v=v2&amp;amp;px=999" role="button" title="winloss.jpg" alt="winloss.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 13:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Recurrent-incremental-value-in-a-Qlik-Sense-Table-object/m-p/1830824#M68472</guid>
      <dc:creator>piotr-bratek</dc:creator>
      <dc:date>2021-08-24T13:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Recurrent incremental value in a Qlik Sense Table object (alternatively Straight Table in QlikView)</title>
      <link>https://community.qlik.com/t5/App-Development/Recurrent-incremental-value-in-a-Qlik-Sense-Table-object/m-p/1831363#M68547</link>
      <description>&lt;P&gt;Using QlikView, just change the "Total Mode" of the expression (shown in my screenshot) to max of rows.&lt;/P&gt;&lt;P&gt;Besides this, looking at your soccer team results project, I think it should be possible to calculate the series in the script, don't you?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 11:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Recurrent-incremental-value-in-a-Qlik-Sense-Table-object/m-p/1831363#M68547</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2021-08-26T11:48:02Z</dc:date>
    </item>
  </channel>
</rss>

