<?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: some kind of  &amp;quot;double&amp;quot; left join ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/some-kind-of-quot-double-quot-left-join/m-p/1584594#M740240</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I am not sure what your "key" field is in the START table but it looks like date. You could create a map table and utilize the applymap function when you create the START table that will pull in the values from the Comparison table.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 24 May 2019 15:30:42 GMT</pubDate>
    <dc:creator>cbushey1</dc:creator>
    <dc:date>2019-05-24T15:30:42Z</dc:date>
    <item>
      <title>some kind of  "double" left join ?</title>
      <link>https://community.qlik.com/t5/QlikView/some-kind-of-quot-double-quot-left-join/m-p/1583968#M740239</link>
      <description>&lt;P&gt;Hallo,&lt;/P&gt;&lt;P&gt;Ich habe eine Tabelle "Start", in der mir bestimmte Werte in unterscheidlichen Feldern fehlen. Manche Zeilen haben aber auch schon alle nötigen Werte (hier z.B. Datum: 29.05.2109 &amp;amp; 30.05.2019).&lt;/P&gt;&lt;P&gt;In der Tabelle "Comparison" habe ich eine Gegenüberstellung aus der ich mir die fehlenden Werte in die Tabelle "Start" holen möchte.&lt;/P&gt;&lt;P&gt;Ich habe es mit Left-Joins in Kombination mit WHERE versucht, bekomme aber nichts brauchbares und glaube das ich auf dem völlig falschen Weg bin.&lt;/P&gt;&lt;P&gt;Könnte mir jemand mit dem Skript Code unten vielleicht eine Lösung zeigen?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Beispiel.jpg" style="width: 689px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/12556i0F61DFF1E3D970E9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Beispiel.jpg" alt="Beispiel.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Skript Code:&lt;/P&gt;&lt;P&gt;QUALIFY *;&lt;BR /&gt;UNQUALIFY '%*';&lt;/P&gt;&lt;P&gt;Start:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Datum, Kundenauftrag, Fertigungsauftrag&lt;BR /&gt;23.05.2019, 3111111,&lt;BR /&gt;24.05.2019, 3222222,&lt;BR /&gt;25.05.2019, 3333333,&lt;BR /&gt;26.05.2019, , 8111111&lt;BR /&gt;27.05.2019, , 8222222&lt;BR /&gt;28.05.2019, , 8333333&lt;BR /&gt;29.05.2019, 3777777, 8444444&lt;BR /&gt;30.05.2019, 3888888, 8555555&lt;BR /&gt;31.05.2019, , 4111111&lt;BR /&gt;01.06.2019, , 4222222&lt;BR /&gt;02.06.2019, , 4333333&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Comparison:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Kundenauftrag, Fertigungsauftrag&lt;BR /&gt;3111111, 8121212&lt;BR /&gt;3222222, 8232323&lt;BR /&gt;3333333, 8343434&lt;BR /&gt;3121212, 8111111&lt;BR /&gt;3232323, 8222222&lt;BR /&gt;3343434, 8333333&lt;BR /&gt;3777777, 8444444&lt;BR /&gt;3888888, 8555555&lt;BR /&gt;, 4111111&lt;BR /&gt;, 4222222&lt;BR /&gt;, 4333333&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;// Trying to create "what I need"&lt;/P&gt;&lt;P&gt;left join (Start)&lt;BR /&gt;LOAD&lt;BR /&gt;Comparison.Kundenauftrag as Start.Kundenauftrag,&lt;BR /&gt;Comparison.Fertigungsauftrag as Start.Fertigungsauftrag&lt;BR /&gt;Resident Comparison&lt;BR /&gt;Where Start.Kundenauftrag &amp;lt;&amp;gt; NULL();&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;left join (Start)&lt;BR /&gt;LOAD&lt;BR /&gt;Comparison.Kundenauftrag as Start.Kundenauftrag,&lt;BR /&gt;Comparison.Fertigungsauftrag as Start.Fertigungsauftrag&lt;BR /&gt;Resident Comparison&lt;BR /&gt;Where Start.Fertigungsauftrag &amp;lt;&amp;gt; NULL();&lt;/P&gt;&lt;P&gt;UNQUALIFY *;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VIELEN DANK / THANK YOU&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/some-kind-of-quot-double-quot-left-join/m-p/1583968#M740239</guid>
      <dc:creator>expeditor</dc:creator>
      <dc:date>2024-11-16T03:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: some kind of  "double" left join ?</title>
      <link>https://community.qlik.com/t5/QlikView/some-kind-of-quot-double-quot-left-join/m-p/1584594#M740240</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I am not sure what your "key" field is in the START table but it looks like date. You could create a map table and utilize the applymap function when you create the START table that will pull in the values from the Comparison table.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 15:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/some-kind-of-quot-double-quot-left-join/m-p/1584594#M740240</guid>
      <dc:creator>cbushey1</dc:creator>
      <dc:date>2019-05-24T15:30:42Z</dc:date>
    </item>
  </channel>
</rss>

