<?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 How to count Flag changes? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-count-Flag-changes/m-p/2043246#M85889</link>
    <description>&lt;P&gt;Hi this might be a straightforward question but i cant seem to figure it out.&lt;/P&gt;
&lt;P&gt;I would like to count the changes in the Column "Krit Tage" (consecutive 1 doesnt count)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this example i would to add a "new" column that counts 3 changes in "Krit Tage".&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chr_pro_1-1677594716090.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101587iCA14ABE37D53597B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chr_pro_1-1677594716090.png" alt="chr_pro_1-1677594716090.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance, looking forward to your reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Feb 2023 14:34:33 GMT</pubDate>
    <dc:creator>chr_pro</dc:creator>
    <dc:date>2023-02-28T14:34:33Z</dc:date>
    <item>
      <title>How to count Flag changes?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-count-Flag-changes/m-p/2043246#M85889</link>
      <description>&lt;P&gt;Hi this might be a straightforward question but i cant seem to figure it out.&lt;/P&gt;
&lt;P&gt;I would like to count the changes in the Column "Krit Tage" (consecutive 1 doesnt count)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this example i would to add a "new" column that counts 3 changes in "Krit Tage".&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chr_pro_1-1677594716090.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101587iCA14ABE37D53597B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chr_pro_1-1677594716090.png" alt="chr_pro_1-1677594716090.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance, looking forward to your reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 14:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-count-Flag-changes/m-p/2043246#M85889</guid>
      <dc:creator>chr_pro</dc:creator>
      <dc:date>2023-02-28T14:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to count Flag changes?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-count-Flag-changes/m-p/2043416#M85897</link>
      <description>&lt;P&gt;Are you looking for a script solution or a table expression?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 20:43:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-count-Flag-changes/m-p/2043416#M85897</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2023-02-28T20:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to count Flag changes?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-count-Flag-changes/m-p/2043585#M85902</link>
      <description>&lt;P&gt;Hi Marco,&lt;/P&gt;
&lt;P&gt;a table expression would be sufficient. Not sure if we need more information for a script solution &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 07:41:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-count-Flag-changes/m-p/2043585#M85902</guid>
      <dc:creator>chr_pro</dc:creator>
      <dc:date>2023-03-01T07:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to count Flag changes?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-count-Flag-changes/m-p/2043697#M85905</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Maybe you can try as calculated dimension :&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;=aggr(if((Krit Tage=1 and Above(Krit Tage)=0) or RowNo()=1,1,0),AnzTAge,Datum)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 10:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-count-Flag-changes/m-p/2043697#M85905</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2023-03-01T10:45:37Z</dc:date>
    </item>
  </channel>
</rss>

