<?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: How to count same records from two tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-count-same-records-from-two-tables/m-p/18174#M2983</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the attached helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not share the expected results&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jan 2018 06:01:33 GMT</pubDate>
    <dc:creator>techvarun</dc:creator>
    <dc:date>2018-01-30T06:01:33Z</dc:date>
    <item>
      <title>How to count same records from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-same-records-from-two-tables/m-p/18169#M2978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;can anyone please give me a clarity on this.&lt;/P&gt;&lt;P&gt;Please find the attached sample document. &lt;/P&gt;&lt;P&gt;There are 2 tables. One is Sub and another is Master. &lt;/P&gt;&lt;P&gt;Sub table having the fields Tid, Vnum, Status, Dnum,Date.&lt;/P&gt;&lt;P&gt;Master table is having fields Dnum, Vnum, Date.&amp;nbsp; This Master table having all the missed Dnum's from Sub.&lt;/P&gt;&lt;P&gt;Sub table is missed some Dnum's.&lt;/P&gt;&lt;P&gt;I need to count the number of entries of Dnum's with Sub&amp;nbsp; and with out Sub &lt;SPAN style="font-size: 13.3333px;"&gt;from the Master table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 04:03:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-same-records-from-two-tables/m-p/18169#M2978</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-01-30T04:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to count same records from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-same-records-from-two-tables/m-p/18170#M2979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can concatenate two tables and then count the Dnum's. This will give the count from two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 04:36:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-same-records-from-two-tables/m-p/18170#M2979</guid>
      <dc:creator>karthikoffi27se</dc:creator>
      <dc:date>2018-01-30T04:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to count same records from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-same-records-from-two-tables/m-p/18171#M2980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quick response Karthik.&lt;/P&gt;&lt;P&gt;Need to count matched Dnum's and Unmatched Dnum's from the both tables.&lt;/P&gt;&lt;P&gt;how to achieve this?&lt;/P&gt;&lt;P&gt;After concatination its showing like below Nulls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="112.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/191791_112.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 05:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-same-records-from-two-tables/m-p/18171#M2980</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-01-30T05:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to count same records from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-same-records-from-two-tables/m-p/18172#M2981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;count(master.Dnum)-&lt;SPAN style="font-size: 13.3333px;"&gt;count(sub.Dnum)&amp;nbsp; will give you entries without sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;and &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;count(sub.Dnum) will give entries with a sub &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 05:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-same-records-from-two-tables/m-p/18172#M2981</guid>
      <dc:creator>arvind1494</dc:creator>
      <dc:date>2018-01-30T05:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to count same records from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-same-records-from-two-tables/m-p/18173#M2982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look at the attached file and let us know whether this is your requirement or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 05:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-same-records-from-two-tables/m-p/18173#M2982</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-01-30T05:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to count same records from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-same-records-from-two-tables/m-p/18174#M2983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the attached helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not share the expected results&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 06:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-same-records-from-two-tables/m-p/18174#M2983</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2018-01-30T06:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to count same records from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-same-records-from-two-tables/m-p/18175#M2984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct one. Thanks for your support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 08:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-same-records-from-two-tables/m-p/18175#M2984</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-01-30T08:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to count same records from two tables</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-count-same-records-from-two-tables/m-p/1681135#M450074</link>
      <description>&lt;P&gt;Would you mind to share the file &lt;SPAN class="lia-link-navigation lia-attachment-link-disabled lia-link-disabled"&gt;Comm-289555.qvw&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for this solution?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 06:15:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-count-same-records-from-two-tables/m-p/1681135#M450074</guid>
      <dc:creator>43918084</dc:creator>
      <dc:date>2020-03-03T06:15:32Z</dc:date>
    </item>
  </channel>
</rss>

