<?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: Comparing two Datasources for differences in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Comparing-two-Datasources-for-differences/m-p/686940#M1064585</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use Qualify for the data loading.&lt;/P&gt;&lt;P&gt;And use Unqualify for the common dimension (attributes) to compare figures&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Sep 2014 17:40:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-09-24T17:40:43Z</dc:date>
    <item>
      <title>Comparing two Datasources for differences</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-Datasources-for-differences/m-p/686939#M1064584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two data sources, one from Teradata and the other from Excel.&amp;nbsp;&amp;nbsp; All column names are aligned across these two data sets.&amp;nbsp; I am loading both sources into my Dashboard and as expected QV is Joining them together. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If I was working in one database I could execute a Union All on these data sources and Group By every column with a Count to determine which records don't exist in both sources, i.e. count = 1, rather than 2.&amp;nbsp;&amp;nbsp; Wondering if there is a simple solution to this use case utilizing Qlikview?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 17:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-Datasources-for-differences/m-p/686939#M1064584</guid>
      <dc:creator />
      <dc:date>2014-09-24T17:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two Datasources for differences</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-Datasources-for-differences/m-p/686940#M1064585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use Qualify for the data loading.&lt;/P&gt;&lt;P&gt;And use Unqualify for the common dimension (attributes) to compare figures&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 17:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-Datasources-for-differences/m-p/686940#M1064585</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-24T17:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two Datasources for differences</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-Datasources-for-differences/m-p/686941#M1064586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can do the same thing (or get the same result) in Qlik,see attachment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/67575_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 17:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-Datasources-for-differences/m-p/686941#M1064586</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-09-24T17:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two Datasources for differences</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-Datasources-for-differences/m-p/686942#M1064587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In ur load script for each table, have an extra column which can identify the table from which u r loading the data,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like&lt;/P&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;'TableA' as Tablename,&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;From xyz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableB:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;'TableB' as Tablename,&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;From xyz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in ur dashboard have all the columns in a pivot table with count of , you can easily identify in which table what data is missing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 17:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-Datasources-for-differences/m-p/686942#M1064587</guid>
      <dc:creator>mjayachandran</dc:creator>
      <dc:date>2014-09-24T17:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two Datasources for differences</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-Datasources-for-differences/m-p/686943#M1064588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo,&amp;nbsp; Thanks for the response; that looks like what I am trying to accomplish!.&amp;nbsp; Unfortunatly I'm using the free desktop client and can't open your .qvw.&amp;nbsp; We are still evaluting purchase of QV license.&amp;nbsp; Can you please supply a screen shot of your object expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Lew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 18:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-Datasources-for-differences/m-p/686943#M1064588</guid>
      <dc:creator />
      <dc:date>2014-09-24T18:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two Datasources for differences</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-Datasources-for-differences/m-p/686944#M1064589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is the script; I did all in the script, trying to replicate your sql in database&lt;/P&gt;&lt;P&gt;the object is a table box, just fields, no dims or expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;teradata:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;a,b,c&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1,2,3&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;4,5,6&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;7,8,9&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;a,b,c&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;excel:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NoConcatenate load * inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;a,b,c&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1,2,3&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;4,5,6&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;7,8,9&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;x,y,z&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;a,b,d&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;t:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load *, 't' as type resident teradata;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Concatenate (t) load *, 'e' as type resident excel;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP table teradata, excel;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;g:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;a,b,c, count(type) as cnt, concat(type) as type&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident t&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;group by a,b,c;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Table t;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 18:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-Datasources-for-differences/m-p/686944#M1064589</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-09-24T18:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two Datasources for differences</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-Datasources-for-differences/m-p/686945#M1064590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh, My load is just as you have described, just not sure what the expression would be that would group by all columns to get the count of duplicates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 18:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-Datasources-for-differences/m-p/686945#M1064590</guid>
      <dc:creator />
      <dc:date>2014-09-24T18:25:00Z</dc:date>
    </item>
  </channel>
</rss>

