<?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: Counting rows in a straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Counting-rows-in-a-straight-table/m-p/1334399#M834727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;works, thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jun 2017 11:26:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-08T11:26:29Z</dc:date>
    <item>
      <title>Counting rows in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-rows-in-a-straight-table/m-p/1334393#M834721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to count the data entries in straight tables that are generated by various expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently using two dimensions in the straight tables, company and account name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166190_Capture.JPG" style="height: 255px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just counting the companies that show up in the table (9 in this case) would be enough, if I can count every single row (18) that's fine as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I will attach the sample.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mats&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/Counting-rows-in-a-straight-table/m-p/1334393#M834721</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Counting rows in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-rows-in-a-straight-table/m-p/1334394#M834722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this, May be?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(Aggr(IF([FS Item] &amp;gt;= 100000 and [FS Item]&amp;lt;= 2000000 and Sum([Period Value GC]) &amp;lt;= 0, Sum ([Period Value GC])) ,[Name Financial Statement Item]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 10:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-rows-in-a-straight-table/m-p/1334394#M834722</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-08T10:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Counting rows in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-rows-in-a-straight-table/m-p/1334395#M834723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Total Rows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(AGGR(if(sum({&amp;lt;[FS Item]={"&amp;gt;=100000&amp;lt;=2000000"} &amp;gt;} [Period Value GC])&amp;lt;0,1),[Company Name],[Name Financial Statement Item]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Distinct count of Companies&lt;/P&gt;&lt;P&gt;=count(distinct AGGR(if(sum({&amp;lt;[FS Item]={"&amp;gt;=100000&amp;lt;=2000000"} &amp;gt;} [Period Value GC])&amp;lt;0,[Company Name]),[Company Name],[Name Financial Statement Item]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 11:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-rows-in-a-straight-table/m-p/1334395#M834723</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-06-08T11:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Counting rows in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-rows-in-a-straight-table/m-p/1334396#M834724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(DISTINCT Aggr(IF([FS Item] &amp;gt;= 100000 and [FS Item]&amp;lt;= 2000000 and Sum([Period Value GC]) &amp;lt; 0, [Company Name]), [Company Name], [Name Financial Statement Item]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(DISTINCT Aggr(IF([FS Item] &amp;gt;= 100000 and [FS Item]&amp;lt;= 2000000 and Sum([Period Value GC]) &amp;lt; 0, [Name Financial Statement Item]&amp;amp;[Company Name]), [Company Name], [Name Financial Statement Item]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 11:03:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-rows-in-a-straight-table/m-p/1334396#M834724</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-08T11:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Counting rows in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-rows-in-a-straight-table/m-p/1334397#M834725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works as well! Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 11:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-rows-in-a-straight-table/m-p/1334397#M834725</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-08T11:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Counting rows in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-rows-in-a-straight-table/m-p/1334398#M834726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works like a charm, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 11:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-rows-in-a-straight-table/m-p/1334398#M834726</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-08T11:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Counting rows in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-rows-in-a-straight-table/m-p/1334399#M834727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;works, thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 11:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-rows-in-a-straight-table/m-p/1334399#M834727</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-08T11:26:29Z</dc:date>
    </item>
  </channel>
</rss>

