<?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: Loading from QVD - where condition based on a resident table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-from-QVD-where-condition-based-on-a-resident-table/m-p/444520#M165758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use this example which does it by left join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;Final:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;LOAD ACCOUNT_ID, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;[.......\PO_File.xls]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;(biff, embedded labels, table is [ATTENDEE_TAB$]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;left join&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt; LOAD ACCOUNT_ID, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORDER_ID, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORDER_TYPE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;[........\PO_File.xls]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;(biff, embedded labels, table is [ORD_HEAD$]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;left join&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;LOAD ORDER_ID, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROD, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRICE, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QTY&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;[..........\PO_File.xls]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;(biff, embedded labels, table is [ORD_LINE_ITEMS$]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and result comes as in image&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jun 2013 21:31:04 GMT</pubDate>
    <dc:creator>anandathome</dc:creator>
    <dc:date>2013-06-05T21:31:04Z</dc:date>
    <item>
      <title>Loading from QVD - where condition based on a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-QVD-where-condition-based-on-a-resident-table/m-p/444516#M165754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to load a specific list of accounts and their orders as shown below. Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; [&lt;SPAN style="color: #ff00ff;"&gt;&lt;STRONG&gt;Attendee&lt;/STRONG&gt;&lt;/SPAN&gt;]:&lt;/P&gt;&lt;P&gt;Load &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;ACCOUNT_ID&lt;/STRONG&gt;&lt;/SPAN&gt; , NAME from ATTENDEE_TAB;&amp;nbsp; /* Database table */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;ORDER_HEAD&lt;/STRONG&gt;&lt;/SPAN&gt;]:&lt;/P&gt;&lt;P&gt;load&lt;SPAN style="color: #000000;"&gt; &lt;STRONG&gt;ACCOUNT_ID&lt;/STRONG&gt;&lt;/SPAN&gt;, &lt;SPAN style="color: #339966;"&gt;&lt;STRONG&gt;ORDER_ID&lt;/STRONG&gt;&lt;/SPAN&gt; , ORDER_TYPE from ORD_HEAD.qvd&amp;nbsp; (qvd) /* where condition to limit &lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;ACCOUNT_ID&lt;/STRONG&gt;&lt;/SPAN&gt; to &lt;SPAN style="color: #ff00ff;"&gt;&lt;STRONG&gt;Attendee&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;ACCOUNT_ID&lt;/STRONG&gt;&lt;/SPAN&gt; above*/;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;LINE_ITEMS&lt;/STRONG&gt;&lt;/SPAN&gt;]:&lt;/P&gt;&lt;P&gt;load &lt;STRONG&gt;ORDER_ID&lt;/STRONG&gt;, PROD, PRICE, QTY from ORD_LINE_ITEMS.qvd&amp;nbsp; (qvd) /* where&amp;nbsp; limited &lt;STRONG&gt;ORDER_ID &lt;/STRONG&gt;to &lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;ORDER_HEAD.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #339966;"&gt;&lt;STRONG&gt;ORDER_ID&lt;/STRONG&gt;&lt;/SPAN&gt; table*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My qvds contains data from many years and so many accounts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this particular application I wanted to load only data pertaining to a specific set of accounts .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your support!&lt;/P&gt;&lt;P&gt;Aji Paul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 20:55:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-QVD-where-condition-based-on-a-resident-table/m-p/444516#M165754</guid>
      <dc:creator />
      <dc:date>2013-06-05T20:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Loading from QVD - where condition based on a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-QVD-where-condition-based-on-a-resident-table/m-p/444517#M165755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forgot to mention the Order header account field name is &lt;STRONG&gt;ORD&lt;/STRONG&gt;_&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;ACCOUNT_ID&amp;nbsp;&amp;nbsp; not just &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;ACCOUNT_ID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the &lt;STRONG&gt;ORDER_ID on line item is called&amp;nbsp; &lt;/STRONG&gt;&lt;STRONG&gt;PARENT_ORDER_ID.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 21:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-QVD-where-condition-based-on-a-resident-table/m-p/444517#M165755</guid>
      <dc:creator />
      <dc:date>2013-06-05T21:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Loading from QVD - where condition based on a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-QVD-where-condition-based-on-a-resident-table/m-p/444518#M165756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; [&lt;SPAN style="color: #ff00ff;"&gt;&lt;STRONG&gt;Attendee&lt;/STRONG&gt;&lt;/SPAN&gt;]:&lt;/P&gt;&lt;P&gt;Load &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;ACCOUNT_ID&lt;/STRONG&gt;&lt;/SPAN&gt; , &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME &lt;/P&gt;&lt;P&gt;from ATTENDEE_TAB;&amp;nbsp; /* Database table */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;ORDER_HEAD&lt;/STRONG&gt;&lt;/SPAN&gt;]:&lt;/P&gt;&lt;P&gt;load&lt;SPAN style="color: #000000;"&gt; &lt;STRONG&gt;ACCOUNT_ID&lt;/STRONG&gt;&lt;/SPAN&gt;, &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORDER_ID&lt;/STRONG&gt;&lt;/SPAN&gt; , &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORDER_TYPE &lt;/P&gt;&lt;P&gt;from ORD_HEAD.qvd&amp;nbsp; (qvd)&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;WHERE EXISTS(ACCOUNT_ID);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;/* where condition to limit &lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;ACCOUNT_ID&lt;/STRONG&gt;&lt;/SPAN&gt; to &lt;SPAN style="color: #ff00ff;"&gt;&lt;STRONG&gt;Attendee&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;ACCOUNT_ID&lt;/STRONG&gt;&lt;/SPAN&gt; above*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;LINE_ITEMS&lt;/STRONG&gt;&lt;/SPAN&gt;]:&lt;/P&gt;&lt;P&gt;load &lt;STRONG&gt;ORDER_ID&lt;/STRONG&gt;, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROD, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRICE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QTY &lt;/P&gt;&lt;P&gt;from ORD_LINE_ITEMS.qvd&amp;nbsp; (qvd) &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE EXISTS (ORDER_ID);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;/* where&amp;nbsp; limited &lt;STRONG&gt;ORDER_ID &lt;/STRONG&gt;to &lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;ORDER_HEAD.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #339966;"&gt;&lt;STRONG&gt;ORDER_ID&lt;/STRONG&gt;&lt;/SPAN&gt; table*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: If your field names differ in the tables you want to limit, use EXISTS() with its two argument version EXISTS(FIELD1, FIELD2) to check your input table field FIELD2 value on existence in FIELD1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 21:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-QVD-where-condition-based-on-a-resident-table/m-p/444518#M165756</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-06-05T21:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Loading from QVD - where condition based on a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-QVD-where-condition-based-on-a-resident-table/m-p/444519#M165757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;My challenge is the fields are not named the same. Please see my second post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 21:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-QVD-where-condition-based-on-a-resident-table/m-p/444519#M165757</guid>
      <dc:creator />
      <dc:date>2013-06-05T21:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Loading from QVD - where condition based on a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-QVD-where-condition-based-on-a-resident-table/m-p/444520#M165758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use this example which does it by left join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;Final:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;LOAD ACCOUNT_ID, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;[.......\PO_File.xls]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;(biff, embedded labels, table is [ATTENDEE_TAB$]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;left join&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt; LOAD ACCOUNT_ID, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORDER_ID, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORDER_TYPE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;[........\PO_File.xls]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;(biff, embedded labels, table is [ORD_HEAD$]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;left join&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;LOAD ORDER_ID, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROD, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRICE, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QTY&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;[..........\PO_File.xls]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #003366;"&gt;(biff, embedded labels, table is [ORD_LINE_ITEMS$]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and result comes as in image&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 21:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-QVD-where-condition-based-on-a-resident-table/m-p/444520#M165758</guid>
      <dc:creator>anandathome</dc:creator>
      <dc:date>2013-06-05T21:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Loading from QVD - where condition based on a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-QVD-where-condition-based-on-a-resident-table/m-p/444521#M165759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can rename the key columns to be of same name so that the join is implicit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 21:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-QVD-where-condition-based-on-a-resident-table/m-p/444521#M165759</guid>
      <dc:creator>anandathome</dc:creator>
      <dc:date>2013-06-05T21:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Loading from QVD - where condition based on a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-QVD-where-condition-based-on-a-resident-table/m-p/444522#M165760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You! That worked..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 21:43:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-QVD-where-condition-based-on-a-resident-table/m-p/444522#M165760</guid>
      <dc:creator />
      <dc:date>2013-06-05T21:43:26Z</dc:date>
    </item>
  </channel>
</rss>

