<?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 Conditional Outer Join in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Outer-Join/m-p/42897#M608703</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, does anyone could help me on this please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have something like this;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KEY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&lt;/P&gt;&lt;P&gt;FROM (Excel 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Table2:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KEY&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM (Excel 2)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Both files have the same structure and there are many rows that are in both files, so I want to make a join between them but without generating duplicates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2018 19:38:19 GMT</pubDate>
    <dc:creator>loyarcec</dc:creator>
    <dc:date>2018-03-16T19:38:19Z</dc:date>
    <item>
      <title>Conditional Outer Join</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Outer-Join/m-p/42897#M608703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, does anyone could help me on this please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have something like this;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KEY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&lt;/P&gt;&lt;P&gt;FROM (Excel 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Table2:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KEY&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM (Excel 2)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Both files have the same structure and there are many rows that are in both files, so I want to make a join between them but without generating duplicates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 19:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Outer-Join/m-p/42897#M608703</guid>
      <dc:creator>loyarcec</dc:creator>
      <dc:date>2018-03-16T19:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Outer Join</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Outer-Join/m-p/42898#M608704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Use &lt;STRONG&gt;not exists&lt;/STRONG&gt; with the key in the 2nd load, keep in mind not exists works in resident load or preceeding load only.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;It will concatenate(not join) both the files. We use join normally when few fields are common between two tables. So it adds extra columns after join, after concatenate additional rows are normally added. But there are other complex cases for both join and concatenate features.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Table1:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KEY&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;FROM (Excel 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Table2:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Load&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KEY&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;FROM (Excel 2)&amp;nbsp; &lt;STRONG&gt;Where not exists(KEY);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 20:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Outer-Join/m-p/42898#M608704</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-03-16T20:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Outer Join</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Outer-Join/m-p/42899#M608705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!....it worked, with a little tweak though....I dug a little more about the function you mentioned and the method below worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt;Fiter_table:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 14pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: maroon;"&gt;Salesman&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: maroon;"&gt;SalesmanName&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: maroon;"&gt;Filter_Salesman_No&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: maroon;"&gt;SalesmanName&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: maroon;"&gt;SM_name&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;C&gt;&lt;BR /&gt;(&lt;/C&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: blue;"&gt;biff&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: blue;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: blue;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: blue;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: blue;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt; Sheet1$);&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: green;"&gt;// The First table should be your table which records needed to be filtered . Here we have to load the Duplicate table which is given by your Business&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;BR /&gt;FinalTable:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 14pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: maroon;"&gt;Salesman&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: maroon;"&gt;SalesmanName&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: maroon;"&gt;Qty&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: maroon;"&gt;[Gross Price]&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: maroon;"&gt;[Net Price]&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: maroon;"&gt;Cost&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: maroon;"&gt;Profit&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: maroon;"&gt;Profit%&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: maroon;"&gt;inputfield&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;C&gt;&lt;BR /&gt;(&lt;/C&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: blue;"&gt;biff&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: blue;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: blue;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: blue;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: blue;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt; Sheet1$)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: blue;"&gt;Where&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: blue;"&gt;not&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: blue;"&gt;Exists&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: maroon;"&gt;Filter_Salesman_No&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: maroon;"&gt;Salesman&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: maroon;"&gt;SalesmanName&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Courier New'; color: black;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 20:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Outer-Join/m-p/42899#M608705</guid>
      <dc:creator>loyarcec</dc:creator>
      <dc:date>2018-03-16T20:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Outer Join</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Outer-Join/m-p/42900#M608706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Great! Looks like you made the most out of this function.&lt;/P&gt;&lt;P&gt;Please close the thread and mark correct/helpful&lt;/P&gt;&lt;P&gt;answers if it helped. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 21:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Outer-Join/m-p/42900#M608706</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-03-16T21:01:04Z</dc:date>
    </item>
  </channel>
</rss>

