<?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: How to avoid multiple files being linked to a single value? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-avoid-multiple-files-being-linked-to-a-single-value/m-p/1195474#M626096</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all I would like to thank you for your reply. Unfortunately, I have no access to Qlik the upcoming two days. I'll try to implement your suggestions on Sunday or Monday and let you know if I managed to succeed. Have a good weekend!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sebastian Heselaars&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Oct 2016 14:01:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-10-14T14:01:00Z</dc:date>
    <item>
      <title>How to avoid multiple files being linked to a single value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-multiple-files-being-linked-to-a-single-value/m-p/1195472#M626094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlik Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exercise I am currently working on expects me to link stock mutations from certain dates to corresponding values from a different &lt;EM&gt;information&lt;/EM&gt; file with the release date from the &lt;EM&gt;information&lt;/EM&gt; file as close as possible to the stock mutation date. However, problems arises whenever more than one &lt;EM&gt;information&lt;/EM&gt; file gets incorporated. This is because multiple &lt;EM&gt;information &lt;/EM&gt;files refer to the same stock mutation.&amp;nbsp; The stock mutation will not recognize the correct values it gets assigned as score. Instead, it reads multiple possible values and gives an error as output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In short&lt;/STRONG&gt;: Multiple &lt;EM&gt;information&lt;/EM&gt; files refer to the same stock mutation, while only 1 &lt;EM&gt;information&lt;/EM&gt; file can have the correct values. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question&lt;/STRONG&gt;: How to make sure not more than one &lt;EM&gt;information&lt;/EM&gt; file gets assigned to a stock mutation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried finding a similar question, but didn't succeed. I hope that anyone is familiar with my problem and is able to help me out. Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 12:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-multiple-files-being-linked-to-a-single-value/m-p/1195472#M626094</guid>
      <dc:creator />
      <dc:date>2016-10-13T12:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid multiple files being linked to a single value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-multiple-files-being-linked-to-a-single-value/m-p/1195473#M626095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I gather that currently, you have some key fields having to do with the stock mutation, and those key fields are being joined to multiple information files, each with a different release date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One fix might be to go ahead and load and join with all the extra data you don't want. Then do an inner join at the end to keep only the row with the desired release date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;INNER JOIN ([My Table])&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; [Key Field 1]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;,[Key Field 2]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;,max([Release Date]) as [Release Date]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;RESIDENT [My Table]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;WHERE [Release Date]&amp;lt;=[Mutation Date]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;GROUP BY &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; [Key Field 1]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;,[Key Field 2]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There may be more efficient or memory-conserving solutions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 20:52:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-multiple-files-being-linked-to-a-single-value/m-p/1195473#M626095</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2016-10-13T20:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid multiple files being linked to a single value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-multiple-files-being-linked-to-a-single-value/m-p/1195474#M626096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all I would like to thank you for your reply. Unfortunately, I have no access to Qlik the upcoming two days. I'll try to implement your suggestions on Sunday or Monday and let you know if I managed to succeed. Have a good weekend!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sebastian Heselaars&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 14:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-multiple-files-being-linked-to-a-single-value/m-p/1195474#M626096</guid>
      <dc:creator />
      <dc:date>2016-10-14T14:01:00Z</dc:date>
    </item>
  </channel>
</rss>

