<?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 how do i join this? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-do-i-join-this/m-p/235047#M86337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want this:&lt;/P&gt;&lt;P&gt;1, 20100101, 200 (value is first found in second found)&lt;/P&gt;&lt;P&gt;1, 20100201, 300 (value is second found in second table)&lt;/P&gt;&lt;P&gt;1, 20100301, 100 (value is third found in second table)&lt;/P&gt;&lt;P&gt;1, 20100401, - (no value found in second table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; FileNumber, date&lt;BR /&gt; 1, 20100101&lt;BR /&gt; 1, 20100201&lt;BR /&gt; 1, 20100301&lt;BR /&gt; 1, 20100401&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;LEFT JOIN&lt;BR /&gt;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; FileNumber, value&lt;BR /&gt; 1, 200&lt;BR /&gt; 1, 300&lt;BR /&gt; 1, 100&lt;BR /&gt;];&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Feb 2010 21:54:55 GMT</pubDate>
    <dc:creator>amien</dc:creator>
    <dc:date>2010-02-09T21:54:55Z</dc:date>
    <item>
      <title>how do i join this?</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-i-join-this/m-p/235047#M86337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want this:&lt;/P&gt;&lt;P&gt;1, 20100101, 200 (value is first found in second found)&lt;/P&gt;&lt;P&gt;1, 20100201, 300 (value is second found in second table)&lt;/P&gt;&lt;P&gt;1, 20100301, 100 (value is third found in second table)&lt;/P&gt;&lt;P&gt;1, 20100401, - (no value found in second table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; FileNumber, date&lt;BR /&gt; 1, 20100101&lt;BR /&gt; 1, 20100201&lt;BR /&gt; 1, 20100301&lt;BR /&gt; 1, 20100401&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;LEFT JOIN&lt;BR /&gt;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; FileNumber, value&lt;BR /&gt; 1, 200&lt;BR /&gt; 1, 300&lt;BR /&gt; 1, 100&lt;BR /&gt;];&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 21:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-i-join-this/m-p/235047#M86337</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2010-02-09T21:54:55Z</dc:date>
    </item>
    <item>
      <title>how do i join this?</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-i-join-this/m-p/235048#M86338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I get this correctly, you wish to assign the value of the first record from Table2 to the first record in Table1, the second record from Table2 to the second record in Table 1 etc. In both tables then you should insert Recordnumber and join them:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&amp;lt;pre&amp;gt;LOAD RecNo() AS Rec, * INLINE [&lt;BR /&gt; FileNumber, date&lt;BR /&gt; 1, 20100101&lt;BR /&gt; 1, 20100201&lt;BR /&gt; 1, 20100301&lt;BR /&gt; 1, 20100401];&lt;BR /&gt;&lt;BR /&gt;LEFT JOIN&lt;BR /&gt;&lt;BR /&gt;LOAD RecNo() AS Rec, * INLINE [&lt;BR /&gt; FileNumber, value&lt;BR /&gt; 1, 200&lt;BR /&gt; 1, 300&lt;BR /&gt; 1, 100];&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Depending on the data you may replace the first line with a &lt;BR /&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD MID(date, 6, 1) AS Rec, * INLINE [&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Peter&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 22:12:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-i-join-this/m-p/235048#M86338</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2010-02-09T22:12:29Z</dc:date>
    </item>
    <item>
      <title>how do i join this?</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-i-join-this/m-p/235049#M86339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter.. Thanks for your fast reply&lt;/P&gt;&lt;P&gt;i'v changed to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;IF(Previous(FileNumber) = FileNumber,Peek(Rec)+1,1) AS Rec&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;this to manage more than one FileNumber.. See attachment.&lt;/P&gt;&lt;P&gt;Whats your opinion on this approach?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 22:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-i-join-this/m-p/235049#M86339</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2010-02-09T22:54:53Z</dc:date>
    </item>
    <item>
      <title>how do i join this?</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-i-join-this/m-p/235050#M86340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it helps ...&lt;BR /&gt;Think that you provide only a sniplet of your data and that most likely real data are a bit more complicated. The problem with the joining is solved, how to parameterize the fields for joining.&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 17:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-i-join-this/m-p/235050#M86340</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2010-02-10T17:02:54Z</dc:date>
    </item>
  </channel>
</rss>

