<?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 where statement referencing file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/where-statement-referencing-file/m-p/673268#M1057815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to have a where statement referencing information in a file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load 8*&lt;/P&gt;&lt;P&gt;Email,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where Email = (DOCUMENT/TXT FILE CONTAINING EMAIL ADDRESSES)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Oct 2014 12:49:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-07T12:49:22Z</dc:date>
    <item>
      <title>where statement referencing file</title>
      <link>https://community.qlik.com/t5/QlikView/where-statement-referencing-file/m-p/673268#M1057815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to have a where statement referencing information in a file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load 8*&lt;/P&gt;&lt;P&gt;Email,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where Email = (DOCUMENT/TXT FILE CONTAINING EMAIL ADDRESSES)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 12:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-statement-referencing-file/m-p/673268#M1057815</guid>
      <dc:creator />
      <dc:date>2014-10-07T12:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: where statement referencing file</title>
      <link>https://community.qlik.com/t5/QlikView/where-statement-referencing-file/m-p/673269#M1057816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No that's not possible. You can first load the email addresses from the text documents in a separate table and then use the exists function in the where clause so you load only data containing the email addresses you loaded first from the documents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 12:53:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-statement-referencing-file/m-p/673269#M1057816</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-10-07T12:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: where statement referencing file</title>
      <link>https://community.qlik.com/t5/QlikView/where-statement-referencing-file/m-p/673270#M1057817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;WHERE $(Include=FileName.txt) ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;and in your file you can write:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;SPAN&gt;Email = &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:'xxx@xxx.com"&gt;'xxx@xxx.com&lt;/A&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Gabriel&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 12:53:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-statement-referencing-file/m-p/673270#M1057817</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-07T12:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: where statement referencing file</title>
      <link>https://community.qlik.com/t5/QlikView/where-statement-referencing-file/m-p/673271#M1057818</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;No, but you could load the text file using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MailList:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD @1 As Line&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM maillist.txt (fix, no labels);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use the field Line in your load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 13:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-statement-referencing-file/m-p/673271#M1057818</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-10-07T13:06:55Z</dc:date>
    </item>
  </channel>
</rss>

