<?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 Comparing Data in two tables in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Comparing-Data-in-two-tables/m-p/1550634#M39686</link>
    <description>&lt;P&gt;I am trying to determine the best way of comparing or joining two tables to get some requested data. I have two tables both with an ID field and Date field and in Table Two I also have a record count. What I need is a way of knowing the sum of record count and count of batch ID when the ID field and Date field in Table 1 and Table 2 match. I can do this easily with SQL but I need to do this in Qlik from the two QVD tables I have created from base text report data.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Feb 2019 16:34:09 GMT</pubDate>
    <dc:creator>rponichtera</dc:creator>
    <dc:date>2019-02-28T16:34:09Z</dc:date>
    <item>
      <title>Comparing Data in two tables</title>
      <link>https://community.qlik.com/t5/App-Development/Comparing-Data-in-two-tables/m-p/1550634#M39686</link>
      <description>&lt;P&gt;I am trying to determine the best way of comparing or joining two tables to get some requested data. I have two tables both with an ID field and Date field and in Table Two I also have a record count. What I need is a way of knowing the sum of record count and count of batch ID when the ID field and Date field in Table 1 and Table 2 match. I can do this easily with SQL but I need to do this in Qlik from the two QVD tables I have created from base text report data.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 16:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Comparing-Data-in-two-tables/m-p/1550634#M39686</guid>
      <dc:creator>rponichtera</dc:creator>
      <dc:date>2019-02-28T16:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing Data in two tables</title>
      <link>https://community.qlik.com/t5/App-Development/Comparing-Data-in-two-tables/m-p/1550795#M39702</link>
      <description>You'd do it in a very similar way loading form qvd as SQL&lt;BR /&gt;LOAD ID, Date, Count(ID)&lt;BR /&gt;FRom table1&lt;BR /&gt;group by ID,Date;&lt;BR /&gt;Join&lt;BR /&gt;LOAD ID,Date,RecordCount&lt;BR /&gt;FROM table2</description>
      <pubDate>Thu, 28 Feb 2019 21:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Comparing-Data-in-two-tables/m-p/1550795#M39702</guid>
      <dc:creator>dwforest</dc:creator>
      <dc:date>2019-02-28T21:48:49Z</dc:date>
    </item>
  </channel>
</rss>

