<?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: two tables - need to compare two columns from each one in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/two-tables-need-to-compare-two-columns-from-each-one/m-p/1240148#M857838</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please the below script. It should create 2 tables despite the same column names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;QUALIFY&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; *;&lt;BR /&gt; TabA:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Col1, Col2, Col3&lt;BR /&gt; A, B, C&lt;BR /&gt; A, , C&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; TabB:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Col1, Col2, Col3&lt;BR /&gt; A, B, C&lt;BR /&gt; A, , C&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jan 2017 11:34:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-01-26T11:34:09Z</dc:date>
    <item>
      <title>two tables - need to compare two columns from each one</title>
      <link>https://community.qlik.com/t5/QlikView/two-tables-need-to-compare-two-columns-from-each-one/m-p/1240147#M857837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello! Thanks so much for taking the time to read this and potentially help me out!&lt;/P&gt;&lt;P&gt;I am importing two excel documents into Qlikview.&amp;nbsp; They have the same columns (but I have given them different dimension names).&amp;nbsp; I need to compare one column in each table that contain the same values (ie to see if table1_colA is missing any values that are present in table2_colA).&amp;nbsp; After this, I need to look at all the values associated with table2_colA (such as table2_colB, table2_colC, etc).&amp;nbsp; How would I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried doing a join and then a noconcanteate with true and false values, but that ended up appending the two tables and so through off my whole spreadsheet. Any suggestions or advice would be most appreciated!! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/two-tables-need-to-compare-two-columns-from-each-one/m-p/1240147#M857837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: two tables - need to compare two columns from each one</title>
      <link>https://community.qlik.com/t5/QlikView/two-tables-need-to-compare-two-columns-from-each-one/m-p/1240148#M857838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please the below script. It should create 2 tables despite the same column names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;QUALIFY&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; *;&lt;BR /&gt; TabA:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Col1, Col2, Col3&lt;BR /&gt; A, B, C&lt;BR /&gt; A, , C&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; TabB:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Col1, Col2, Col3&lt;BR /&gt; A, B, C&lt;BR /&gt; A, , C&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 11:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/two-tables-need-to-compare-two-columns-from-each-one/m-p/1240148#M857838</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-26T11:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: two tables - need to compare two columns from each one</title>
      <link>https://community.qlik.com/t5/QlikView/two-tables-need-to-compare-two-columns-from-each-one/m-p/1240149#M857839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create mapping tables from both tables of the values you want to compare&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example we want to see if Table1 key exists in table2&lt;/P&gt;&lt;P&gt;Table1 has fields Key,A,B,C&lt;/P&gt;&lt;P&gt;Table2 has fields Key,X,Y,Z&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MapTAB_1:&lt;/P&gt;&lt;P&gt;Mapping Load Key,'Exist in Table1'&lt;/P&gt;&lt;P&gt;From YourSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;MapTAB_2:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Mapping Load Key,'Exist in Table2'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;From YourSource;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Table1:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load Key,A,B,C,Applymap('&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;MapTAB_2&lt;/STRONG&gt;&lt;/SPAN&gt;',Key,'Does not Exist in Tab2') as Exists_in&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;From YourSource;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Table2:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load Key,X,Y,Z,Applymap('&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;MapTAB_1&lt;/STRONG&gt;&lt;/SPAN&gt;',Key,'&lt;SPAN style="font-size: 13.3333px;"&gt;Does not Exist in Tab2&lt;/SPAN&gt;') as Exists_in&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;From YourSource;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;so during table1 load you check for the values from table2 and vice versa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 11:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/two-tables-need-to-compare-two-columns-from-each-one/m-p/1240149#M857839</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-26T11:37:19Z</dc:date>
    </item>
  </channel>
</rss>

