<?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: Error: Load QVD where Field1 in List in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-Load-QVD-where-Field1-in-List/m-p/1656900#M593750</link>
    <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Important to mention, is that the first Value is the from the list and the second one is from qvd.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried it bevore but like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exits (Account, Account_)&lt;/P&gt;&lt;P&gt;this leads to the same error.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Dec 2019 07:58:22 GMT</pubDate>
    <dc:creator>QlikUser555</dc:creator>
    <dc:date>2019-12-12T07:58:22Z</dc:date>
    <item>
      <title>Error: Load QVD where Field1 in List</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Load-QVD-where-Field1-in-List/m-p/1656888#M593748</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I triy to load&amp;nbsp; QVDs with a where in list clause.&lt;/P&gt;&lt;P&gt;Firt of all I load a list with accounts from a csv, with this a selection should be done in a future load statement:&lt;/P&gt;&lt;P&gt;Account_List:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Account as Account_&lt;/P&gt;&lt;P&gt;FROM [Account_list.csv]&amp;nbsp;(txt, utf8, embedded labels, delimiter is ',', msq, filters(Transpose()&lt;BR /&gt;));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Than I try to load the QVD:&lt;/P&gt;&lt;P&gt;QVD_Load:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Account,&lt;/P&gt;&lt;P&gt;xyz&lt;/P&gt;&lt;P&gt;From [2018001.QVD] (qvd);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works fine, but than I try to load only the Accounts from qvd, wich are in Account_List:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Account,&lt;/P&gt;&lt;P&gt;xyz&lt;/P&gt;&lt;P&gt;From [2018001.QVD] (qvd) where Match(Account, Account_);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I reload the script I get a this error:&lt;/P&gt;&lt;P&gt;Field not found error&lt;/P&gt;&lt;P&gt;Field 'Account_' not found&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So it seems to be that the load statement can't finde 'Account_', I tried to do everything like it is done in the documentation.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Load-QVD-where-Field1-in-List/m-p/1656888#M593748</guid>
      <dc:creator>QlikUser555</dc:creator>
      <dc:date>2024-11-16T01:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Load QVD where Field1 in List</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Load-QVD-where-Field1-in-List/m-p/1656897#M593749</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;You need to use "Exists" function. Try with: where Exists(Account_,Account).&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Jaime.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 07:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Load-QVD-where-Field1-in-List/m-p/1656897#M593749</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2019-12-12T07:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Load QVD where Field1 in List</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Load-QVD-where-Field1-in-List/m-p/1656900#M593750</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Important to mention, is that the first Value is the from the list and the second one is from qvd.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried it bevore but like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exits (Account, Account_)&lt;/P&gt;&lt;P&gt;this leads to the same error.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 07:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Load-QVD-where-Field1-in-List/m-p/1656900#M593750</guid>
      <dc:creator>QlikUser555</dc:creator>
      <dc:date>2019-12-12T07:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Load QVD where Field1 in List</title>
      <link>https://community.qlik.com/t5/QlikView/Error-Load-QVD-where-Field1-in-List/m-p/1656905#M593751</link>
      <description>&lt;P&gt;Yes, it confused me too till I got used! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 08:06:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-Load-QVD-where-Field1-in-List/m-p/1656905#M593751</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2019-12-12T08:06:08Z</dc:date>
    </item>
  </channel>
</rss>

