<?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 Missed records from one row when compared with another row in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Missed-records-from-one-row-when-compared-with-another-row/m-p/1729733#M5284</link>
    <description>&lt;P&gt;I have two tables (TableA &amp;amp; TableB) with some data in them. Both TableA and TableB have one unique column named ID. I just kept side by side in the excel for easy understanding. The ID fields in both of them have some common data and some missing data in them. I need to figure out a way to show which are missing in both of them into a different table on my qlik dashboard.&lt;/P&gt;&lt;P&gt;Please find the EXCEL attached sheet below to help you understand better. The result I'm expecting is in the excel sheet too.&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated. Please. Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jul 2020 02:15:03 GMT</pubDate>
    <dc:creator>Sreee</dc:creator>
    <dc:date>2020-07-22T02:15:03Z</dc:date>
    <item>
      <title>Missed records from one row when compared with another row</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Missed-records-from-one-row-when-compared-with-another-row/m-p/1729733#M5284</link>
      <description>&lt;P&gt;I have two tables (TableA &amp;amp; TableB) with some data in them. Both TableA and TableB have one unique column named ID. I just kept side by side in the excel for easy understanding. The ID fields in both of them have some common data and some missing data in them. I need to figure out a way to show which are missing in both of them into a different table on my qlik dashboard.&lt;/P&gt;&lt;P&gt;Please find the EXCEL attached sheet below to help you understand better. The result I'm expecting is in the excel sheet too.&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated. Please. Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 02:15:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Missed-records-from-one-row-when-compared-with-another-row/m-p/1729733#M5284</guid>
      <dc:creator>Sreee</dc:creator>
      <dc:date>2020-07-22T02:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Missed records from one row when compared with another row</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Missed-records-from-one-row-when-compared-with-another-row/m-p/1729888#M5286</link>
      <description>&lt;P&gt;Source1:&lt;/P&gt;&lt;P&gt;Load ID ,'Exist' as Flag1 from Source1;&lt;/P&gt;&lt;P&gt;Join&lt;/P&gt;&lt;P&gt;Load ID from Source2 where not exist(ID);&lt;/P&gt;&lt;P&gt;Source2:&lt;/P&gt;&lt;P&gt;Load ID,'Exist' as Flag2 from Source2;&lt;/P&gt;&lt;P&gt;Join&lt;/P&gt;&lt;P&gt;Load ID from Source1 where not exist(ID);&lt;/P&gt;&lt;P&gt;ABC:&lt;/P&gt;&lt;P&gt;Load *,1 AS Z resident Source1;&lt;/P&gt;&lt;P&gt;join&lt;/P&gt;&lt;P&gt;Load * ,1 as z resident Source 2;&lt;/P&gt;&lt;P&gt;drop tables Source1,source2;&lt;/P&gt;&lt;P&gt;Load ID,If(isnull(Flag1),'Miss',if(isnull(Flag2),'Miss','Exist')) as Flag_Miss resident ABC&lt;/P&gt;&lt;P&gt;Drop table ABC;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 12:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Missed-records-from-one-row-when-compared-with-another-row/m-p/1729888#M5286</guid>
      <dc:creator>gireesh1216</dc:creator>
      <dc:date>2020-07-22T12:48:47Z</dc:date>
    </item>
  </channel>
</rss>

