<?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: Count issue with a filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251805#M396045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;anywaysy you can use below Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Initiation count &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;count(DISTINCT InitiationID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ResponseCount:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;InitiationID = p(InitiationID) ,UpdatedDestination&amp;gt;}ResponseCount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TransportCount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;sum(TransportCount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Dec 2016 06:57:02 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2016-12-13T06:57:02Z</dc:date>
    <item>
      <title>Count issue with a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251800#M396040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a scenario as show below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 946px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="94"&gt;MasterID&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="107"&gt;InitiationID&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="101"&gt;ResponseID&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="92"&gt;TransportID&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="111"&gt;InitiationRowID&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="94"&gt;Destination&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="115"&gt;ResponseCount&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="117"&gt;TransportCount&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="115"&gt;InitiationCount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;M1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;I1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;M2&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;I1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;A2&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;R1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Dest1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above data:&lt;/P&gt;&lt;P&gt;responses = 2&lt;/P&gt;&lt;P&gt;Transports = 1&lt;/P&gt;&lt;P&gt;Initiations = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 2 responses out of which one was transported and only one reached the destination Dest1, there is one Initiation associated with it.&lt;/P&gt;&lt;P&gt;So my requirement is when I select a 'Dest1' in the filters, I want the result as :&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;responses = 2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Transports = 1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Initiations = 1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;This is because the user want to see Initiations as 1,&amp;nbsp; though only one response has a transport with a destination.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Also, I have to use the InitiationCount.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;However, I get as below(with Dest1 as filter):&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;responses = 1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Transports = 1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Initiations = 0&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Please find the attached sample QVW.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks in advance.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Shyam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 02:44:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251800#M396040</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2016-12-13T02:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Count issue with a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251801#M396041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Populate the Missing Destination for Common Initiation ID's as below&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEMP:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;MasterID,InitiationID,ResponseID,TransportID,InitiationRowID,Destination,ResponseCount,TransportCount,InitiationCount&lt;/P&gt;&lt;P&gt;M1,I1,A1,,1,,1,0,1&lt;/P&gt;&lt;P&gt;M2,I1,A2,R1,2,Dest1,1,1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RESPONSE:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;MasterID,&lt;/P&gt;&lt;P&gt;InitiationID,&lt;/P&gt;&lt;P&gt;ResponseID,&lt;/P&gt;&lt;P&gt;TransportID,&lt;/P&gt;&lt;P&gt;InitiationRowID,&lt;/P&gt;&lt;P&gt;Destination,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(len(Destination)&amp;lt;1,Previous(Destination),Destination) as UpdatedDestination,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ResponseCount,&lt;/P&gt;&lt;P&gt;TransportCount,&lt;/P&gt;&lt;P&gt;InitiationCount&lt;/P&gt;&lt;P&gt;Resident TEMP&lt;/P&gt;&lt;P&gt;Order by InitiationID,Destination DESC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE TEMP;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 05:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251801#M396041</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-13T05:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Count issue with a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251802#M396042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if this works for you, please mark the response as correct and close the thread&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 06:19:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251802#M396042</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-13T06:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Count issue with a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251803#M396043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vineeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks heaps. That's a wonderful fix.&lt;/P&gt;&lt;P&gt;Your solution works perfectly for my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, would you be able to suggest what should I do on the Data Model to get this scenario fixed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, in my data there could be a scenario as below:&lt;/P&gt;&lt;P&gt;Initiation count = 1&lt;/P&gt;&lt;P&gt;Response count = 2&lt;/P&gt;&lt;P&gt;Transport count = 2&lt;/P&gt;&lt;P&gt;Destination to two different destinations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As in example in the attached QVW, When I select a destination Dest2 or Dest3, will i be able to get a result like below?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Initiation count = 1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Response count = 2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Transport count = 1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Destination Name = Dest2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;This will help me immensely..Thanks in advance.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Shyam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 06:35:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251803#M396043</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2016-12-13T06:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Count issue with a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251804#M396044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is only 1 row for Dest2 so how is it that response is 2?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 06:54:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251804#M396044</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-13T06:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Count issue with a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251805#M396045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;anywaysy you can use below Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Initiation count &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;count(DISTINCT InitiationID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ResponseCount:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;InitiationID = p(InitiationID) ,UpdatedDestination&amp;gt;}ResponseCount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TransportCount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;sum(TransportCount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 06:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251805#M396045</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-13T06:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Count issue with a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251806#M396046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vineeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Appreciated your solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; But I guess 'order by' clause doesn't work with alphanumeric and text field values. So I just wonder , How ! it actually worked in this case?. If data is small that's why, if so then what in case of larger data set?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 07:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251806#M396046</guid>
      <dc:creator>nitin_01</dc:creator>
      <dc:date>2016-12-13T07:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Count issue with a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251807#M396047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in this case it sorts alphabets first, then numbers, then null values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it yourself&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEMP:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt; Pick(Ceil(6*Rand()),'a','b','c','d','e','f') &amp;amp; Ceil(6*Rand()) as Dim&lt;/P&gt;&lt;P&gt;Autogenerate 36;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;noconcatenate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorted:&lt;/P&gt;&lt;P&gt;Load Dim as Dim2 RESIDENT TEMP&lt;/P&gt;&lt;P&gt;Order by Dim;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 07:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251807#M396047</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-13T07:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Count issue with a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251808#M396048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vineeth for explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 07:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251808#M396048</guid>
      <dc:creator>nitin_01</dc:creator>
      <dc:date>2016-12-13T07:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Count issue with a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251809#M396049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/163660"&gt;shyamcharan&lt;/A&gt;&lt;A _jive_internal="true" class="font-color-meta-light localScroll" href="https://community.qlik.com/thread/243150#1176763" style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; text-decoration: underline;" title="Go to message"&gt;‌ &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the above has resolved the problem please close the thread &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 10:14:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251809#M396049</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-13T10:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Count issue with a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251810#M396050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vineeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delayed response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate your replies. Great work.&lt;/P&gt;&lt;P&gt;Thanks heaps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to resolve this at the Data Model level. Currently the Incident count is associated with MasterID but not with InitiationID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am thinking to change the DM design to have tables as in the attached QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest if I did anything wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shyam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 01:52:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251810#M396050</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2016-12-14T01:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Count issue with a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251811#M396051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will check and get back to you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 07:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251811#M396051</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-14T07:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Count issue with a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251812#M396052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vineeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 02:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251812#M396052</guid>
      <dc:creator>shyamcharan</dc:creator>
      <dc:date>2016-12-15T02:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Count issue with a filter</title>
      <link>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251813#M396053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All of your Relational tables are Many to One or ONe to ONe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can consolidate all of it in one single Master table no need to keep them in separate tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Master&lt;/P&gt;&lt;P&gt;Left Join(Master)&lt;/P&gt;&lt;P&gt;Response&lt;/P&gt;&lt;P&gt;LeftJOin(Master) &lt;/P&gt;&lt;P&gt;Transport&lt;/P&gt;&lt;P&gt;Left Join(Master)&lt;/P&gt;&lt;P&gt;Bridgetable&lt;/P&gt;&lt;P&gt;Left JOin (Master)&lt;/P&gt;&lt;P&gt;Initiation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 10:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-issue-with-a-filter/m-p/1251813#M396053</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-15T10:20:04Z</dc:date>
    </item>
  </channel>
</rss>

