<?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: Finding the Zero groups frequency in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Finding-the-Zero-groups-frequency/m-p/2461932#M98916</link>
    <description>&lt;P&gt;I see. How about:&lt;/P&gt;
&lt;PRE&gt;Data:&lt;BR /&gt;LOAD *&lt;BR /&gt;Inline [&lt;BR /&gt;ID, Value1, Value2, Value3, Value4&lt;BR /&gt;100, 1, 1, 0, 0&lt;BR /&gt;101, 0, 1, 1, 1&lt;BR /&gt;102, 1, 1, 1, 1&lt;BR /&gt;103, 0, 0, 0, 0&lt;BR /&gt;104, 0, 1, 0, 0&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;Counts:&lt;BR /&gt;LOAD&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt; ID,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;Count(ZeroGroup) as ZeroGroupCount&lt;BR /&gt;Where len(ZeroGroup) &amp;gt; 0&lt;BR /&gt;Group By ID&lt;BR /&gt;;&lt;BR /&gt;LOAD&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt; ID,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;Text(SubField(Value1&amp;amp;Value2&amp;amp;Value3&amp;amp;Value4, '1')) as ZeroGroup&lt;BR /&gt;Resident Data;&lt;/PRE&gt;
&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rwunderlich_0-1718228854831.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/167860iB2E2D9ED07591D79/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rwunderlich_0-1718228854831.png" alt="rwunderlich_0-1718228854831.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;-Rob&lt;/DIV&gt;</description>
    <pubDate>Wed, 12 Jun 2024 21:48:12 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2024-06-12T21:48:12Z</dc:date>
    <item>
      <title>Finding the Zero groups frequency</title>
      <link>https://community.qlik.com/t5/App-Development/Finding-the-Zero-groups-frequency/m-p/2461745#M98900</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I have a table with 48 columns. How can I find the frequency of the Zero groups? For example, there are 4 zero groups below. I solved it using nested loops but it is so slow for 300K rows.&amp;nbsp;&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 2304pt;" border="0" width="3072" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="64" height="20" class="xl63" style="height: 15.0pt; width: 48pt;"&gt;value1&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value2&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value3&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value4&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value5&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value6&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value7&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value8&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value9&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value10&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value11&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value12&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value13&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value14&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value15&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value16&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value17&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value18&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value19&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value20&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value21&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value22&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value23&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value24&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value25&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value26&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value27&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value28&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value29&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value30&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value31&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value32&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value33&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value34&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value35&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value36&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value37&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value38&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value39&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value40&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value41&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value42&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value43&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value44&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value45&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value46&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value47&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;value48&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Wed, 12 Jun 2024 13:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Finding-the-Zero-groups-frequency/m-p/2461745#M98900</guid>
      <dc:creator>gurkan</dc:creator>
      <dc:date>2024-06-12T13:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the Zero groups frequency</title>
      <link>https://community.qlik.com/t5/App-Development/Finding-the-Zero-groups-frequency/m-p/2461746#M98901</link>
      <description>&lt;P&gt;I can do it using this formula in Excel. &lt;SPAN&gt;&lt;SPAN class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;=SUM(IF(FREQUENCY(IF(D1:BD1=0, COLUMN(D1:BD1)), IF(D1:BD1&amp;lt;&amp;gt;0, COLUMN(D1:BD1)))&amp;gt;0, 1)) .&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;But I need a data-loading script.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 13:21:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Finding-the-Zero-groups-frequency/m-p/2461746#M98901</guid>
      <dc:creator>gurkan</dc:creator>
      <dc:date>2024-06-12T13:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the Zero groups frequency</title>
      <link>https://community.qlik.com/t5/App-Development/Finding-the-Zero-groups-frequency/m-p/2461858#M98910</link>
      <description>&lt;P&gt;You can do this either in script or chart expression using the RangeSum() function.&lt;/P&gt;
&lt;PRE&gt;Data:&lt;BR /&gt;LOAD &lt;BR /&gt;  *,&lt;BR /&gt;  -RangeSum(Value1=0, Value2=0, Value3=0, Value4=0) as ZeroCount&lt;BR /&gt;Inline [&lt;BR /&gt;ID, Value1, Value2, Value3, Value4&lt;BR /&gt;100, 1, 1, 0, 0&lt;BR /&gt;101, 0, 1, 1, 1&lt;BR /&gt;102, 1, 1, 1, 1&lt;BR /&gt;103, 0, 0, 0, 0&lt;BR /&gt;];&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rwunderlich_0-1718215647031.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/167845iEAA3506D1EE7129C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rwunderlich_0-1718215647031.png" alt="rwunderlich_0-1718215647031.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 18:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Finding-the-Zero-groups-frequency/m-p/2461858#M98910</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2024-06-12T18:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the Zero groups frequency</title>
      <link>https://community.qlik.com/t5/App-Development/Finding-the-Zero-groups-frequency/m-p/2461882#M98912</link>
      <description>&lt;P&gt;Hi Rwunderlich,&lt;/P&gt;
&lt;P&gt;I don't want to count zeros. I want to count zero groups. Zero values represent energy outages per half hour (total 48 values per day) and I want to count outages per day regardless of the total duration. As I gave the example below. for value5, value6, value7 is 1 outage group.&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="0" width="3072" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="64" height="20" class="xl63"&gt;value1&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value2&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value3&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value4&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value5&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value6&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value7&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value8&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value9&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value10&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value11&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value12&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value13&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value14&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value15&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value16&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value17&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value18&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value19&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value20&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value21&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value22&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value23&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value24&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value25&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value26&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value27&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value28&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value29&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value30&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value31&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value32&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value33&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value34&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value35&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value36&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value37&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value38&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value39&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value40&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value41&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value42&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value43&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value44&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value45&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value46&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value47&lt;/TD&gt;
&lt;TD width="64" class="xl63"&gt;value48&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="20" align="right" class="xl63"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl64"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl64"&gt;0&lt;/TD&gt;
&lt;TD align="right" class="xl63"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;DIV class="lia-inline-reply-author"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Jun 2024 18:49:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Finding-the-Zero-groups-frequency/m-p/2461882#M98912</guid>
      <dc:creator>gurkan</dc:creator>
      <dc:date>2024-06-12T18:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the Zero groups frequency</title>
      <link>https://community.qlik.com/t5/App-Development/Finding-the-Zero-groups-frequency/m-p/2461932#M98916</link>
      <description>&lt;P&gt;I see. How about:&lt;/P&gt;
&lt;PRE&gt;Data:&lt;BR /&gt;LOAD *&lt;BR /&gt;Inline [&lt;BR /&gt;ID, Value1, Value2, Value3, Value4&lt;BR /&gt;100, 1, 1, 0, 0&lt;BR /&gt;101, 0, 1, 1, 1&lt;BR /&gt;102, 1, 1, 1, 1&lt;BR /&gt;103, 0, 0, 0, 0&lt;BR /&gt;104, 0, 1, 0, 0&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;Counts:&lt;BR /&gt;LOAD&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt; ID,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;Count(ZeroGroup) as ZeroGroupCount&lt;BR /&gt;Where len(ZeroGroup) &amp;gt; 0&lt;BR /&gt;Group By ID&lt;BR /&gt;;&lt;BR /&gt;LOAD&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt; ID,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;Text(SubField(Value1&amp;amp;Value2&amp;amp;Value3&amp;amp;Value4, '1')) as ZeroGroup&lt;BR /&gt;Resident Data;&lt;/PRE&gt;
&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rwunderlich_0-1718228854831.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/167860iB2E2D9ED07591D79/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rwunderlich_0-1718228854831.png" alt="rwunderlich_0-1718228854831.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;-Rob&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Jun 2024 21:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Finding-the-Zero-groups-frequency/m-p/2461932#M98916</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2024-06-12T21:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the Zero groups frequency</title>
      <link>https://community.qlik.com/t5/App-Development/Finding-the-Zero-groups-frequency/m-p/2462060#M98925</link>
      <description>&lt;P&gt;Hi Rwunderlich,&lt;/P&gt;
&lt;P&gt;Thank you so much it works! You are great!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 08:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Finding-the-Zero-groups-frequency/m-p/2462060#M98925</guid>
      <dc:creator>gurkan</dc:creator>
      <dc:date>2024-06-13T08:20:42Z</dc:date>
    </item>
  </channel>
</rss>

