<?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: RE:Overall count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097377#M525450</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you attach sample data/file and your expected output then it is easier to give solution.&amp;nbsp; Otherwise it is very difficult.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what dimensions are you using, datamodel etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jan 2016 08:42:30 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2016-01-29T08:42:30Z</dc:date>
    <item>
      <title>RE:Overall count</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097371#M525438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What wrng in my expression? in stright table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Metric: distinc pass&amp;amp;fail for exec testid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also apply modified date on&amp;nbsp; condition to view he latest record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count(&lt;/P&gt;&lt;P&gt;if(&lt;/P&gt;&lt;P&gt;Aggr&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;DISTINCT&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;max({&amp;lt;Exec_Status={'Passed','Failed'}&amp;gt;}Exec_ModifiedOn),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lvl_id,Period,Exec_TestID&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Exec_ModifiedOn&lt;/P&gt;&lt;P&gt;,Exec_TestID&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097371#M525438</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-01-29T08:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Overall count</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097372#M525439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure what you are try to do with the expression, there are lot of syntax errors. = at the end of the expression,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;Exec_Status={'Passed','Failed'}&amp;gt;} Aggr(&lt;/P&gt;&lt;P&gt;max({&amp;lt;Exec_Status={'Passed','Failed'}&amp;gt;}Exec_ModifiedOn),&lt;/P&gt;&lt;P&gt;,lvl_id,Period&lt;/P&gt;&lt;P&gt;,Exec_TestID&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not working attach sample data and your expected output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097372#M525439</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-29T08:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Overall count</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097373#M525441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not really sure what the output requirement is but may be If needs to go within the Aggr?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=Count(&lt;SPAN style="line-height: 1.5em;"&gt;Aggr(&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;DISTINCT If(&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;M&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;ax({&amp;lt;Exec_Status={'Passed','Failed'}&amp;gt;}Exec_ModifiedOn)&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;= Exec_ModifiedOn&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;, Exec_TestID&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;STRONG&gt;, lvl_id,Period, Exec_TestID))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:35:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097373#M525441</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-29T08:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Overall count</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097374#M525443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my req is .... whenevr am selecing any filer&amp;nbsp; in status&amp;nbsp; ...it is gvng the exact count ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;meanwhile&amp;nbsp; i hve clear all selections it is nt gvng exact count.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097374#M525443</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-01-29T08:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Overall count</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097375#M525445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For each row you are not getting the correct count or the overall count at the top(or bottom) is getting calculated incorrectly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:41:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097375#M525445</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-29T08:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Overall count</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097376#M525446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and&amp;nbsp; this exp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count(Aggr(DISTINCT If(Max({&amp;lt;Exec_Status={'Passed','Failed'}&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and not IsNull(Exec_TestID)&lt;/STRONG&gt;&amp;gt;}Exec_ModifiedOn)&lt;/P&gt;&lt;P&gt; = Exec_ModifiedOn, Exec_TestID), lvl_id,Period, Exec_TestID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in exec_test id&amp;nbsp; i hve nul id means some data hvng no id.&amp;nbsp; how can i use exp with&lt;STRONG&gt; isnull?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097376#M525446</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-01-29T08:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Overall count</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097377#M525450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you attach sample data/file and your expected output then it is easier to give solution.&amp;nbsp; Otherwise it is very difficult.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what dimensions are you using, datamodel etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097377#M525450</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-29T08:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Overall count</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097378#M525452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in&amp;nbsp; each row getting correct values.....top total values are nt getting correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:43:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097378#M525452</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-01-29T08:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Overall count</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097379#M525454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=Count(Aggr(DISTINCT If(Max({&amp;lt;Exec_Status={'Passed','Failed'}&lt;SPAN style="color: #ff0000;"&gt;, Exec_TestID = {"=Len(Trim(Exec_TestID)) &amp;gt; 0"}&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&amp;gt;} Exec_ModifiedOn) &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;STRONG&gt;= Exec_ModifiedOn, Exec_TestID), lvl_id,Period, Exec_TestID))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=Count(Aggr(DISTINCT If(Max({&amp;lt;Exec_Status={'Passed','Failed'}&lt;SPAN style="color: #ff0000;"&gt;, Exec_TestID = {"=IsNull(Exec_TestID)) = 0"}&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&amp;gt;} Exec_ModifiedOn) &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;= Exec_ModifiedOn, Exec_TestID), lvl_id,Period, Exec_TestID))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097379#M525454</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-29T08:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Overall count</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097380#M525456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dimensions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lvl id&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;period&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097380#M525456</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-01-29T08:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Overall count</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097381#M525459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried setting the Expression total using the third option available within total mode on expression tab of the straight table object's properties?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097381#M525459</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-29T08:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Overall count</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097382#M525460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;second exp is gvng&amp;nbsp; entire values&amp;nbsp; "0"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:48:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097382#M525460</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-01-29T08:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Overall count</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097383#M525461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try Sum of Rows option in Expression Tab for this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:49:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097383#M525461</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-29T08:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Overall count</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097384#M525462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about the first one?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:49:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097384#M525462</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-29T08:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Overall count</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097385#M525463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no sunny... nt gvng exact values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097385#M525463</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-01-29T08:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Overall count</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097386#M525464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 09:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097386#M525464</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-01-29T09:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Overall count</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097387#M525465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried playing with the total mode on Expression tab? Set as Sum of Rows may be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 09:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097387#M525465</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-29T09:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Overall count</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097388#M525466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess, like Jagan has already said, would you be able to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 09:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097388#M525466</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-29T09:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Overall count</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097389#M525467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dat is also tried..not wrkng......only top of the total is nt shwng correct count...for perticular project only.&amp;nbsp; remailng all shwng correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 09:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097389#M525467</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-01-29T09:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Overall count</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097390#M525468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i select&amp;nbsp; passed filter only the values of total count is nt gvng correct.....if i select fail it is gvng rows count and total also gvng correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 09:13:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Overall-count/m-p/1097390#M525468</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-01-29T09:13:00Z</dc:date>
    </item>
  </channel>
</rss>

