<?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 set analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/set-analysis/m-p/1693941#M53081</link>
    <description>&lt;P&gt;Hallo zusammen,&lt;BR /&gt;&lt;BR /&gt;lese jetzt schon länger mit, habe aber nun eine konkrete Frage bzgl "set analysis".&lt;BR /&gt;Welchen Operanden muss ich nutzen, damit ich eine Perioden aufsummieren kann?&lt;BR /&gt;&lt;BR /&gt;Ich habe das bis jetzt mit einer IF-Abfrage gelöst.&lt;BR /&gt;Das funktioniert zwar, ist aber wahrscheinlich nicht die performanteste Lösung:&lt;BR /&gt;&lt;BR /&gt;iF(Periode='1', SUM({ &amp;lt; Periode = {1}&amp;nbsp; &amp;gt;} Betrag),&lt;BR /&gt;iF(Periode='2', SUM({ &amp;lt; Periode = {1,2}&amp;nbsp; &amp;gt;} Betrag),&lt;BR /&gt;iF(Periode='3', SUM({ &amp;lt; Periode = {1,2,3}&amp;nbsp; &amp;gt;} Betrag),&lt;BR /&gt;iF(Periode='4', SUM({ &amp;lt; Periode = {1,2,3,4}&amp;nbsp; &amp;gt;} Betrag ))))&lt;BR /&gt;&lt;BR /&gt;Mit&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;SUM({$&amp;lt;Periode = {$(=max(Periode))} Betrag)&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;bekomme ich immer nur die Änderung in dem ausgewählten&amp;nbsp; Monat.&lt;BR /&gt;Was ich aber benötige, ist die Summe bis zu dem ausgewählten Monat&lt;BR /&gt;&lt;BR /&gt;Kann da jemand helfen?&lt;/P&gt;</description>
    <pubDate>Thu, 16 Apr 2020 08:01:23 GMT</pubDate>
    <dc:creator>sportfreund1601</dc:creator>
    <dc:date>2020-04-16T08:01:23Z</dc:date>
    <item>
      <title>set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/set-analysis/m-p/1693941#M53081</link>
      <description>&lt;P&gt;Hallo zusammen,&lt;BR /&gt;&lt;BR /&gt;lese jetzt schon länger mit, habe aber nun eine konkrete Frage bzgl "set analysis".&lt;BR /&gt;Welchen Operanden muss ich nutzen, damit ich eine Perioden aufsummieren kann?&lt;BR /&gt;&lt;BR /&gt;Ich habe das bis jetzt mit einer IF-Abfrage gelöst.&lt;BR /&gt;Das funktioniert zwar, ist aber wahrscheinlich nicht die performanteste Lösung:&lt;BR /&gt;&lt;BR /&gt;iF(Periode='1', SUM({ &amp;lt; Periode = {1}&amp;nbsp; &amp;gt;} Betrag),&lt;BR /&gt;iF(Periode='2', SUM({ &amp;lt; Periode = {1,2}&amp;nbsp; &amp;gt;} Betrag),&lt;BR /&gt;iF(Periode='3', SUM({ &amp;lt; Periode = {1,2,3}&amp;nbsp; &amp;gt;} Betrag),&lt;BR /&gt;iF(Periode='4', SUM({ &amp;lt; Periode = {1,2,3,4}&amp;nbsp; &amp;gt;} Betrag ))))&lt;BR /&gt;&lt;BR /&gt;Mit&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;SUM({$&amp;lt;Periode = {$(=max(Periode))} Betrag)&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;bekomme ich immer nur die Änderung in dem ausgewählten&amp;nbsp; Monat.&lt;BR /&gt;Was ich aber benötige, ist die Summe bis zu dem ausgewählten Monat&lt;BR /&gt;&lt;BR /&gt;Kann da jemand helfen?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 08:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-analysis/m-p/1693941#M53081</guid>
      <dc:creator>sportfreund1601</dc:creator>
      <dc:date>2020-04-16T08:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/set-analysis/m-p/1693948#M53082</link>
      <description>&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SUM ({&amp;lt;period = {"&amp;lt;=$(=Max(period))"}&amp;gt;} amount)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 08:19:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-analysis/m-p/1693948#M53082</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-04-16T08:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/set-analysis/m-p/1693950#M53083</link>
      <description>&lt;P&gt;Thanks, that's the perfect fit!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 08:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/set-analysis/m-p/1693950#M53083</guid>
      <dc:creator>sportfreund1601</dc:creator>
      <dc:date>2020-04-16T08:23:29Z</dc:date>
    </item>
  </channel>
</rss>

