<?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 Count row in table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-row-in-table/m-p/1348586#M414819</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;I have table with fields and varibles.&lt;/P&gt;&lt;P&gt;I try to calculate two things:&lt;/P&gt;&lt;P&gt;1. Count only Pass rows ( Pass is varible, not a field)&lt;/P&gt;&lt;P&gt;2. Count all table rows. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="PassFail.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166445_PassFail.PNG" style="height: 808px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try using Aggr function but its not accruate...&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ravit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 11 Jun 2017 06:22:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-11T06:22:29Z</dc:date>
    <item>
      <title>Count row in table</title>
      <link>https://community.qlik.com/t5/QlikView/Count-row-in-table/m-p/1348586#M414819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;I have table with fields and varibles.&lt;/P&gt;&lt;P&gt;I try to calculate two things:&lt;/P&gt;&lt;P&gt;1. Count only Pass rows ( Pass is varible, not a field)&lt;/P&gt;&lt;P&gt;2. Count all table rows. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="PassFail.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166445_PassFail.PNG" style="height: 808px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try using Aggr function but its not accruate...&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ravit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jun 2017 06:22:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-row-in-table/m-p/1348586#M414819</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-11T06:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Count row in table</title>
      <link>https://community.qlik.com/t5/QlikView/Count-row-in-table/m-p/1348587#M414820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the expression for Pass/Fail in the table or is this a field from the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jun 2017 06:55:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-row-in-table/m-p/1348587#M414820</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-11T06:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Count row in table</title>
      <link>https://community.qlik.com/t5/QlikView/Count-row-in-table/m-p/1348588#M414821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the expression in if statemnet that include more varibles&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jun 2017 07:01:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-row-in-table/m-p/1348588#M414821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-11T07:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Count row in table</title>
      <link>https://community.qlik.com/t5/QlikView/Count-row-in-table/m-p/1348589#M414822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is it though?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jun 2017 07:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-row-in-table/m-p/1348589#M414822</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-11T07:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Count row in table</title>
      <link>https://community.qlik.com/t5/QlikView/Count-row-in-table/m-p/1348590#M414823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (ParamID=303 or (AVG(AVG_Val)=-1) or IsNull(ReportParamName),'Fail',&lt;/P&gt;&lt;P&gt;if (DashboardID=6 or DashboardID=7 or ParamID=120 or&amp;nbsp; ParamID=121,$(v4Pass),&lt;/P&gt;&lt;P&gt;if (ParamID=781 ,$(vFairnessPass),&lt;/P&gt;&lt;P&gt;$(v3Result))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jun 2017 07:25:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-row-in-table/m-p/1348590#M414823</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-11T07:25:34Z</dc:date>
    </item>
  </channel>
</rss>

