<?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: Relation with two files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Relation-with-two-files/m-p/1726554#M723013</link>
    <description>&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;Finally I made it this way:&amp;nbsp;&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;Cell&lt;BR /&gt;FROM [...]&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LOAD&lt;BR /&gt;QueueName as Missingvalue&lt;BR /&gt;FROM [...]&lt;BR /&gt;Where not exists (Cell,QueueName);&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jul 2020 14:42:19 GMT</pubDate>
    <dc:creator>Constanza</dc:creator>
    <dc:date>2020-07-09T14:42:19Z</dc:date>
    <item>
      <title>Relation with two files</title>
      <link>https://community.qlik.com/t5/QlikView/Relation-with-two-files/m-p/1726309#M723011</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please your help. I have two excel files that are communicated by one variable. One of them is always adding information and the other one is a type of dictionary. My idea is to look if in this files that are upload everyday, the variables are all included in my “dictionary”.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;example.&amp;nbsp;&lt;BR /&gt;The loaded files contains the values A, B, C, D. But the dictionary only have the values A, B.&amp;nbsp;&lt;BR /&gt;I want to show that values C and D are missing in my dictionary file and must be included.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Do you have any idea on how to do this exercise?&amp;nbsp;&lt;BR /&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;&lt;P&gt;Constanza&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relation-with-two-files/m-p/1726309#M723011</guid>
      <dc:creator>Constanza</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Relation with two files</title>
      <link>https://community.qlik.com/t5/QlikView/Relation-with-two-files/m-p/1726331#M723012</link>
      <description>&lt;P&gt;Hi, you can load all files from dictionary and check the missing values loading the other file using Exists()&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Dictionary:
LOAd Value From...;

OtherFile:
LOAD If(not Exists(Value), Value) as MissingValue,
  VAlue
From...;&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 09 Jul 2020 06:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relation-with-two-files/m-p/1726331#M723012</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-07-09T06:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Relation with two files</title>
      <link>https://community.qlik.com/t5/QlikView/Relation-with-two-files/m-p/1726554#M723013</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;Finally I made it this way:&amp;nbsp;&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;Cell&lt;BR /&gt;FROM [...]&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LOAD&lt;BR /&gt;QueueName as Missingvalue&lt;BR /&gt;FROM [...]&lt;BR /&gt;Where not exists (Cell,QueueName);&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 14:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relation-with-two-files/m-p/1726554#M723013</guid>
      <dc:creator>Constanza</dc:creator>
      <dc:date>2020-07-09T14:42:19Z</dc:date>
    </item>
  </channel>
</rss>

