<?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 Joins with Or Condition in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Joins-with-Or-Condition/m-p/1818727#M67119</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have Two tables from sql .&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;select&amp;nbsp;&lt;/P&gt;&lt;P&gt;Filed A_Table1,&lt;/P&gt;&lt;P&gt;Filed B_Table1,&lt;/P&gt;&lt;P&gt;Nar1,&lt;/P&gt;&lt;P&gt;Nar2,&lt;/P&gt;&lt;P&gt;Fieldc_Table1&lt;/P&gt;&lt;P&gt;from Table 1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;left join&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;select&amp;nbsp;&lt;/P&gt;&lt;P&gt;FieldA_table2,&lt;/P&gt;&lt;P&gt;FiledB_table2,&lt;/P&gt;&lt;P&gt;WOTRNO,&lt;/P&gt;&lt;P&gt;WOSWIF,&lt;/P&gt;&lt;P&gt;FiledC_table2&lt;/P&gt;&lt;P&gt;on&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(Nar1 = WOTRNO ) or (Nar1 = WOSWIF);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;My question is how to use that left join with or conditions in Qlik sense load editor .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Yashwanth.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jun 2021 03:19:28 GMT</pubDate>
    <dc:creator>Yashwanth_</dc:creator>
    <dc:date>2021-06-30T03:19:28Z</dc:date>
    <item>
      <title>Joins with Or Condition</title>
      <link>https://community.qlik.com/t5/App-Development/Joins-with-Or-Condition/m-p/1818727#M67119</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have Two tables from sql .&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;select&amp;nbsp;&lt;/P&gt;&lt;P&gt;Filed A_Table1,&lt;/P&gt;&lt;P&gt;Filed B_Table1,&lt;/P&gt;&lt;P&gt;Nar1,&lt;/P&gt;&lt;P&gt;Nar2,&lt;/P&gt;&lt;P&gt;Fieldc_Table1&lt;/P&gt;&lt;P&gt;from Table 1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;left join&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;select&amp;nbsp;&lt;/P&gt;&lt;P&gt;FieldA_table2,&lt;/P&gt;&lt;P&gt;FiledB_table2,&lt;/P&gt;&lt;P&gt;WOTRNO,&lt;/P&gt;&lt;P&gt;WOSWIF,&lt;/P&gt;&lt;P&gt;FiledC_table2&lt;/P&gt;&lt;P&gt;on&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(Nar1 = WOTRNO ) or (Nar1 = WOSWIF);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;My question is how to use that left join with or conditions in Qlik sense load editor .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Yashwanth.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 03:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Joins-with-Or-Condition/m-p/1818727#M67119</guid>
      <dc:creator>Yashwanth_</dc:creator>
      <dc:date>2021-06-30T03:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Joins with Or Condition</title>
      <link>https://community.qlik.com/t5/App-Development/Joins-with-Or-Condition/m-p/1818844#M67128</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I don't think you can do it directly.&lt;/P&gt;&lt;P&gt;Things I have done similar you do two left joins, then load to a new table combining the joined fields to tidy up, so;&lt;/P&gt;&lt;P&gt;1) Join on NAR1=WOTRNO adding WOTRNO prefix to your fields on your second&lt;/P&gt;&lt;P&gt;2) Join on NAR1=WOSWIF adding WOSWIF prefix to your fields on your second table&lt;/P&gt;&lt;P&gt;Ideally then have 'WOTRNO_FieldA_table2' and 'WOSWIF_FieldA_table2' on your first table&lt;/P&gt;&lt;P&gt;3) Then do a load (usually use noconcatenate) with something like this If(WOTRNO_FieldA_table2=null(),WOSWIF_FieldA_table2,WOTRNO_FieldA_table2) as&amp;nbsp;FieldA_table2 for each field&lt;/P&gt;&lt;P&gt;4) Drop tables as needed&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 12:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Joins-with-Or-Condition/m-p/1818844#M67128</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2021-06-30T12:39:38Z</dc:date>
    </item>
  </channel>
</rss>

