<?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: Compare Data between QVD and Excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Compare-Data-between-QVD-and-Excel/m-p/997108#M973967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;You can do this in several ways, listing one method,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;1.Load ID's from QVD&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;TEMP_DATA:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;ID,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Column2,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Column3&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Fron QVD;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Left join IDs from E to the QVD data with a flag&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Left join&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;ID,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;'YES' AS Flag&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;From Excel;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Now create a if statement to flag 'NO' values other that 'YES'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FINAL_DATA:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;ID,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Column2,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Column3,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If(Flag='YES',Flag,'NO') AS Flag&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Resident &lt;SPAN style="font-size: 13.3333px;"&gt;TEMP_DATA;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Drop Table &lt;SPAN style="font-size: 13.3333px;"&gt;TEMP_DATA;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Sep 2015 17:24:39 GMT</pubDate>
    <dc:creator>malini_qlikview</dc:creator>
    <dc:date>2015-09-08T17:24:39Z</dc:date>
    <item>
      <title>Compare Data between QVD and Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-Data-between-QVD-and-Excel/m-p/997107#M973966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have ID# which is primary key coming from 5 QVD's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have listed some ID's for highlighting purpose in excel. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a text box which will display "Yes" , if ID# of QVD matches with&amp;nbsp; ID# of Excel else display "No". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 15:37:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-Data-between-QVD-and-Excel/m-p/997107#M973966</guid>
      <dc:creator>ashishpalkar</dc:creator>
      <dc:date>2015-09-08T15:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Compare Data between QVD and Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-Data-between-QVD-and-Excel/m-p/997108#M973967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;You can do this in several ways, listing one method,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;1.Load ID's from QVD&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;TEMP_DATA:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;ID,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Column2,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Column3&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Fron QVD;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Left join IDs from E to the QVD data with a flag&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Left join&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;ID,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;'YES' AS Flag&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;From Excel;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Now create a if statement to flag 'NO' values other that 'YES'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FINAL_DATA:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;ID,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Column2,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Column3,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If(Flag='YES',Flag,'NO') AS Flag&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Resident &lt;SPAN style="font-size: 13.3333px;"&gt;TEMP_DATA;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Drop Table &lt;SPAN style="font-size: 13.3333px;"&gt;TEMP_DATA;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 17:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-Data-between-QVD-and-Excel/m-p/997108#M973967</guid>
      <dc:creator>malini_qlikview</dc:creator>
      <dc:date>2015-09-08T17:24:39Z</dc:date>
    </item>
  </channel>
</rss>

