<?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: Join/apply map/concate in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Join-apply-map-concate/m-p/1746234#M721338</link>
    <description>&lt;P&gt;No rows satisfies your set of criterias. You have no rows where both ID1 and ID2 have a match in the Table1 ID field.&lt;/P&gt;&lt;P&gt;Could you please show us the expected output table of your data sample?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Sep 2020 04:14:17 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2020-09-23T04:14:17Z</dc:date>
    <item>
      <title>Join/apply map/concate</title>
      <link>https://community.qlik.com/t5/QlikView/Join-apply-map-concate/m-p/1746220#M721337</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Please help as I am lost with thinking on the below scenario&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;ID, Name1&lt;/P&gt;&lt;P&gt;10, ABC&lt;/P&gt;&lt;P&gt;11, ASE&lt;/P&gt;&lt;P&gt;12, SER&lt;/P&gt;&lt;P&gt;13, SEF&lt;/P&gt;&lt;P&gt;14, HJJ&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;ID1, ID2, Dater&lt;/P&gt;&lt;P&gt;09, 10, xxxxxxx&lt;/P&gt;&lt;P&gt;10, 09, xxxxxxx&lt;/P&gt;&lt;P&gt;08, 11, xxxxxx&lt;/P&gt;&lt;P&gt;11, 08, xxxxxx&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;The ask or the requirement is to prepare a table with the below fields&lt;/P&gt;&lt;P&gt;Table2.ID1 | Table2.ID1Name1 (aliased from Table1.Name1 ) | Table2.ID2 | Table2.ID2Name1 (aliased from Table1.Name1) | Dater&lt;/P&gt;&lt;P&gt;The conditions would be&lt;/P&gt;&lt;P&gt;Table2.ID1 ==&amp;gt; should show only the IDs which satisfies the condition Table1.ID = Table2.ID1&lt;/P&gt;&lt;P&gt;Table2.ID1Name1 ==&amp;gt; Based on&amp;nbsp;Table1.ID = Table2.ID1 the relevant Table1.Name1 should be aliased&lt;/P&gt;&lt;P&gt;Table2.ID2 ==&amp;gt;&amp;nbsp;should show only the IDs which satisfies the condition Table1.ID = Table2.ID2&lt;/P&gt;&lt;P&gt;Table2.ID1Name2 ==&amp;gt;&amp;nbsp;Based on&amp;nbsp;Table1.ID = Table2.ID2 the relevant Table1.Name1 should be aliased&lt;/P&gt;&lt;P&gt;Dater ==&amp;gt; Based on above filters the equivalent Dates should be shown.&lt;/P&gt;&lt;P&gt;-------------&lt;/P&gt;&lt;P&gt;The confusion is this can achieved by Join / have to concatenate / apply map will work??&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;M. Parvez&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-apply-map-concate/m-p/1746220#M721337</guid>
      <dc:creator>parvez933</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Join/apply map/concate</title>
      <link>https://community.qlik.com/t5/QlikView/Join-apply-map-concate/m-p/1746234#M721338</link>
      <description>&lt;P&gt;No rows satisfies your set of criterias. You have no rows where both ID1 and ID2 have a match in the Table1 ID field.&lt;/P&gt;&lt;P&gt;Could you please show us the expected output table of your data sample?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 04:14:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-apply-map-concate/m-p/1746234#M721338</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-09-23T04:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Join/apply map/concate</title>
      <link>https://community.qlik.com/t5/QlikView/Join-apply-map-concate/m-p/1746237#M721339</link>
      <description>&lt;P&gt;Hi Vegar,&lt;/P&gt;&lt;P&gt;The same bothering me!&lt;/P&gt;&lt;P&gt;In general the table from right (Table2) should be compare with the left table(Table1) and should display only the records which are matching with left table(Table1) as left join.&lt;/P&gt;&lt;P&gt;Can you guide me in both the scenarios&lt;/P&gt;&lt;P&gt;1. The ID1, ID2 are having matching records with ID and can fetch the Name1&lt;/P&gt;&lt;P&gt;2. ID1, ID2 are not matching with ID&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;ID, Name1&lt;/P&gt;&lt;P&gt;10, xxx&lt;/P&gt;&lt;P&gt;11, xxx&lt;/P&gt;&lt;P&gt;12, xxx&lt;/P&gt;&lt;P&gt;13, xxx&lt;/P&gt;&lt;P&gt;14,&amp;nbsp; xxx&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;ID1, ID2, Dater&lt;/P&gt;&lt;P&gt;21, 10, xxxxxxx&lt;/P&gt;&lt;P&gt;10, 11, xxxxx&lt;/P&gt;&lt;P&gt;12, 13, xxxxxxx&lt;/P&gt;&lt;P&gt;21, 11, xxxxx&lt;/P&gt;&lt;P&gt;Expected o/p&lt;/P&gt;&lt;P&gt;ID1, ID1 Name, ID2, ID2 Name&lt;/P&gt;&lt;P&gt;10, xxxx, Null / Blank (if not matched), Null&lt;/P&gt;&lt;P&gt;Null / Blank, Null, 11, xxxx&lt;/P&gt;&lt;P&gt;12, , xxxx, Null, Null&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 04:35:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-apply-map-concate/m-p/1746237#M721339</guid>
      <dc:creator>parvez933</dc:creator>
      <dc:date>2020-09-23T04:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Join/apply map/concate</title>
      <link>https://community.qlik.com/t5/QlikView/Join-apply-map-concate/m-p/1746276#M721342</link>
      <description>&lt;P&gt;Not understood completely. but try below code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table1:&lt;BR /&gt;Load * inline [&lt;BR /&gt;ID, Name1&lt;BR /&gt;10, xxx&lt;BR /&gt;11, xxx&lt;BR /&gt;12, xxx&lt;BR /&gt;13, xxx&lt;BR /&gt;14, xxx&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Table2:&lt;BR /&gt;Load * inline [&lt;BR /&gt;ID1, ID2, Dater&lt;BR /&gt;21, 10, xxxxxxx&lt;BR /&gt;10, 11, xxxxx&lt;BR /&gt;12, 13, xxxxxxx&lt;BR /&gt;21, 11, xxxxx&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;BR /&gt;Table3:&lt;BR /&gt;Load ID1 as newID1, Dater as newDater Resident Table2&lt;BR /&gt;where Exists(ID,ID1)&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;Left Join&lt;BR /&gt;Load ID as newID1, Name1 as Table2.ID1Name1 Resident Table1;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;BR /&gt;Table4:&lt;BR /&gt;Load ID2 as newID2, Dater as newDater1 Resident Table2&lt;BR /&gt;where Exists(ID,ID2)&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;Left Join&lt;BR /&gt;Load ID as newID2, Name1 as Table2.ID1Name2 Resident Table1;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NoConcatenate&lt;BR /&gt;Table5:&lt;BR /&gt;Load newID1 as ID1,Table2.ID1Name1, newDater as Dater Resident Table3;&lt;BR /&gt;Concatenate&lt;BR /&gt;Load newID2 as ID2,Table2.ID1Name2, newDater1 as Dater Resident Table4;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Drop Tables Table1,Table2,Table3,Table4;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant Sangle&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 07:43:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-apply-map-concate/m-p/1746276#M721342</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2020-09-23T07:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Join/apply map/concate</title>
      <link>https://community.qlik.com/t5/QlikView/Join-apply-map-concate/m-p/1746293#M721343</link>
      <description>&lt;P&gt;Hi Prasanth,&lt;/P&gt;&lt;P&gt;Thank You! for understanding and giving your view.&lt;/P&gt;&lt;P&gt;Will try to implement and update the status.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;M. Parvez&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 08:10:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-apply-map-concate/m-p/1746293#M721343</guid>
      <dc:creator>parvez933</dc:creator>
      <dc:date>2020-09-23T08:10:29Z</dc:date>
    </item>
  </channel>
</rss>

