<?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: Load From QVD Where MATCH from Previous Qlikview Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-From-QVD-Where-MATCH-from-Previous-Qlikview-Table/m-p/1123057#M894626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that is right. &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;order_codes&lt;/STRONG&gt; need to be in a table which has already been loaded. Also need to make sure that there are no other instances of &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;order_codes &lt;/STRONG&gt;available in other tables because Exists check against field value and not against field value from a certain table. So make sure to give this field a uniquename for comparison, may be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD order_codes,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; order_codes as &lt;SPAN style="color: #ff0000;"&gt;Comparison&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CheckTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Stuff....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where Exists(&lt;SPAN style="color: #ff0000;"&gt;Comparison&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;, &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;c_order_code)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Aug 2016 16:06:12 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-08-03T16:06:12Z</dc:date>
    <item>
      <title>Load From QVD Where MATCH from Previous Qlikview Table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-From-QVD-Where-MATCH-from-Previous-Qlikview-Table/m-p/1123052#M894621</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 am trying to create a load for Customer Orders where the field Order Code is in the list of Codes brought back from the previous tab, which is the load for the order codes needed for this area of the business.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that I can use the MATCH keyword but not sure how I can link the field from the Customer Order load to the appropriate field in Order Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need something along the lines of;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where match(c_order_code,(load order_code from order_codes));&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/Load-From-QVD-Where-MATCH-from-Previous-Qlikview-Table/m-p/1123052#M894621</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load From QVD Where MATCH from Previous Qlikview Table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-From-QVD-Where-MATCH-from-Previous-Qlikview-Table/m-p/1123053#M894622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Exists(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;order_codes, &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;c_order_code)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 15:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-From-QVD-Where-MATCH-from-Previous-Qlikview-Table/m-p/1123053#M894622</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-03T15:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Load From QVD Where MATCH from Previous Qlikview Table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-From-QVD-Where-MATCH-from-Previous-Qlikview-Table/m-p/1123054#M894623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So does the loaded Qliview Table get mentioned first and then the field you want to check that exists come next?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 15:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-From-QVD-Where-MATCH-from-Previous-Qlikview-Table/m-p/1123054#M894623</guid>
      <dc:creator />
      <dc:date>2016-08-03T15:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Load From QVD Where MATCH from Previous Qlikview Table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-From-QVD-Where-MATCH-from-Previous-Qlikview-Table/m-p/1123055#M894624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For using the Exists function , first you need load the table. On the second table you need to use the exists function Make sure the first&amp;nbsp; table&amp;nbsp; field column and second table field column are same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 15:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-From-QVD-Where-MATCH-from-Previous-Qlikview-Table/m-p/1123055#M894624</guid>
      <dc:creator>shree909</dc:creator>
      <dc:date>2016-08-03T15:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Load From QVD Where MATCH from Previous Qlikview Table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-From-QVD-Where-MATCH-from-Previous-Qlikview-Table/m-p/1123056#M894625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the field name is the same in both tables then the exists clause simply becomes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where exists(order_codes)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You only need the second parameter if the field names are different.&amp;nbsp; Also useful in situations where the field is a compound key, for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where exists(%OrderItemKey, Orderno &amp;amp; OrderItem)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 16:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-From-QVD-Where-MATCH-from-Previous-Qlikview-Table/m-p/1123056#M894625</guid>
      <dc:creator>r3iuk</dc:creator>
      <dc:date>2016-08-03T16:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Load From QVD Where MATCH from Previous Qlikview Table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-From-QVD-Where-MATCH-from-Previous-Qlikview-Table/m-p/1123057#M894626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that is right. &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;order_codes&lt;/STRONG&gt; need to be in a table which has already been loaded. Also need to make sure that there are no other instances of &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;order_codes &lt;/STRONG&gt;available in other tables because Exists check against field value and not against field value from a certain table. So make sure to give this field a uniquename for comparison, may be something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD order_codes,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; order_codes as &lt;SPAN style="color: #ff0000;"&gt;Comparison&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CheckTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Stuff....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where Exists(&lt;SPAN style="color: #ff0000;"&gt;Comparison&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;, &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;c_order_code)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 16:06:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-From-QVD-Where-MATCH-from-Previous-Qlikview-Table/m-p/1123057#M894626</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-03T16:06:12Z</dc:date>
    </item>
  </channel>
</rss>

