<?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 between two identical tables from different data sources in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Comparing-data-between-two-identical-tables-from-different-data/m-p/228553#M80579</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am very interested in how you highlight the differences.&lt;BR /&gt;You say you use a background color expression. I have been looking at the file but didn't find any code about that.&lt;/P&gt;&lt;P&gt;Could you please explain it to me....&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Jan 2011 23:29:56 GMT</pubDate>
    <dc:creator>qw_johan</dc:creator>
    <dc:date>2011-01-31T23:29:56Z</dc:date>
    <item>
      <title>Comparing data between two identical tables from different data sources</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-data-between-two-identical-tables-from-different-data/m-p/228550#M80576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys. I'm doing a data migration effort between two databases and I wanted to use QlikView to do some QA. Basically, I have a data table in one database that I'm migrating to another, so the data should be exactly the same, except that the columns are named differently. Is there a good way to compare two tables in the QlikView script to find data discrepancies? There will be a unique key identifier that will persist between the two DB's, so I can key off of that. I basically want the script to spit out rows that have differences. Any ideas? Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 23:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-data-between-two-identical-tables-from-different-data/m-p/228550#M80576</guid>
      <dc:creator />
      <dc:date>2010-04-29T23:13:10Z</dc:date>
    </item>
    <item>
      <title>Comparing data between two identical tables from different data sources</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-data-between-two-identical-tables-from-different-data/m-p/228551#M80577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would read in both tables, make a straight table with the key as the dimension, and the expression would be something like if(Field1 &amp;lt;&amp;gt; Field2,1,0). Then sort by expression descending. This should allow you to see any discrepancies. You could also add the fields as dimensions to see the different values.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 01:40:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-data-between-two-identical-tables-from-different-data/m-p/228551#M80577</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-04-30T01:40:40Z</dc:date>
    </item>
    <item>
      <title>Comparing data between two identical tables from different data sources</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-data-between-two-identical-tables-from-different-data/m-p/228552#M80578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached is one approach. I concatenate the tables into one table, adding a "Table" field and a "Data" field. The "Data" field contains everything you want to compare, typically everything but the key, but there may be other things you want to skip. Then I inner join the concatenated table to a list of key fields where the data is different or one or the other records is missing. That leaves me with a list of only records where there are differences. To highlight the differences, I use a background color expression. If the row is missing from one of the tables, I highlight the key field and the table. Otherwise, I highlight any field where there are two values for the key instead of just one.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/5432.testHighlightDifferences.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/5432.testHighlightDifferences.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 20:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-data-between-two-identical-tables-from-different-data/m-p/228552#M80578</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-04-30T20:38:38Z</dc:date>
    </item>
    <item>
      <title>Comparing data between two identical tables from different data sources</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-data-between-two-identical-tables-from-different-data/m-p/228553#M80579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am very interested in how you highlight the differences.&lt;BR /&gt;You say you use a background color expression. I have been looking at the file but didn't find any code about that.&lt;/P&gt;&lt;P&gt;Could you please explain it to me....&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jan 2011 23:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-data-between-two-identical-tables-from-different-data/m-p/228553#M80579</guid>
      <dc:creator>qw_johan</dc:creator>
      <dc:date>2011-01-31T23:29:56Z</dc:date>
    </item>
    <item>
      <title>Comparing data between two identical tables from different data sources</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-data-between-two-identical-tables-from-different-data/m-p/228554#M80580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Next to each dimension is a + sign. Click on it to bring up some formatting options for that dimension. One of those options is "Background Color". Click on it to select it and then hit "Edit" to see the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 19:06:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-data-between-two-identical-tables-from-different-data/m-p/228554#M80580</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-02-01T19:06:26Z</dc:date>
    </item>
    <item>
      <title>Comparing data between two identical tables from different data sources</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-data-between-two-identical-tables-from-different-data/m-p/228555#M80581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quick reply.&lt;BR /&gt;I didn't know that I could addan expression there.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 21:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-data-between-two-identical-tables-from-different-data/m-p/228555#M80581</guid>
      <dc:creator>qw_johan</dc:creator>
      <dc:date>2011-02-01T21:02:58Z</dc:date>
    </item>
  </channel>
</rss>

