<?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 how to compare two qvds in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-compare-two-qvds/m-p/844656#M296642</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;how to compare the records of two similar qvds(Table with 130 filelds of Same Name in each qvd ), when there is no Primary key&lt;/P&gt;&lt;P&gt;Is it possible to compare these stuff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2015 14:38:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-17T14:38:15Z</dc:date>
    <item>
      <title>how to compare two qvds</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-compare-two-qvds/m-p/844656#M296642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;how to compare the records of two similar qvds(Table with 130 filelds of Same Name in each qvd ), when there is no Primary key&lt;/P&gt;&lt;P&gt;Is it possible to compare these stuff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 14:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-compare-two-qvds/m-p/844656#M296642</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-17T14:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to compare two qvds</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-compare-two-qvds/m-p/844657#M296643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what do you mean by compare ?&lt;/P&gt;&lt;P&gt;are you referring to the content itself&amp;nbsp; or the number of rows, fields, etc ... ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to identify if they are any missing rows from each other then you need to identify a key field and you could apply where exists or joins &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 14:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-compare-two-qvds/m-p/844657#M296643</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-06-17T14:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to compare two qvds</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-compare-two-qvds/m-p/844658#M296644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd suggest loading both tables using QUALIFY (to avoid linking on all fields) while adding a new field with the row number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, you can compare row by row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you can UNQUALIFY the combination of fields that you want to compare by (for example, Product, Customer, and Date), and compare other fields based on the matching combinations of your key fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'd need to quality and unqualify different sets of fields, depending on the needs of your comparison.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.amazon.com/gp/product/1118949552/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1118949552&amp;amp;linkCode=as2&amp;amp;tag=natursyner0f-20&amp;amp;linkId=QZT2Y7OS22JULJHI"&gt;QlikView Your Business: An expert guide to Business Discovery with QlikView and Qlik Sense&lt;/A&gt;&lt;IMG alt="" border="0" height="1" src="http://ir-na.amazon-adsystem.com/e/ir?t=natursyner0f-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1118949552" style="border: none !important; margin: 0px !important;" width="1" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 14:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-compare-two-qvds/m-p/844658#M296644</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-06-17T14:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to compare two qvds</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-compare-two-qvds/m-p/844659#M296645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a primary key by using Autonumberhash where you include the fields that make your records unique e.g.&lt;/P&gt;&lt;P&gt;autonumberhash128(EventDate, Description);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the help&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor442"&gt;&lt;/A&gt;&lt;A name="autonumberhash128"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;autonumberhash128&lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;expression {, expression}&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Calculates a 128-bit hash of the combined input expression values and the returns a unique integer value for each distinct hash value encountered during the script execution. This function can be used e.g. for creating a compact memory representation of a complex key. &lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;autonumberhash128&lt;/SPAN&gt; ( Region, Year, Month )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 14:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-compare-two-qvds/m-p/844659#M296645</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-06-17T14:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to compare two qvds</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-compare-two-qvds/m-p/844660#M296646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Actually if you do a load script a join on the common fields (which is automatic in QlikView) should reveal the differences and similarities between the tables.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 15:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-compare-two-qvds/m-p/844660#M296646</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-06-17T15:01:51Z</dc:date>
    </item>
  </channel>
</rss>

