<?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 Need Help with a Join in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Help-with-a-Join/m-p/1774452#M454780</link>
    <description>&lt;P&gt;Good Morning, I am working on an app and I am in need of a join that I have not gotten to work. In Table VBAK I have the Key VBELN and the important Value I need SPART. In table VBPA I have the same key VBELN but I do not have the SPART value. I need that value to create a hybrid key with another value in VBPA to look like KUNNR-SPART to correctly link to other tables.&amp;nbsp; Any suggestions on how to make this work? I have attached a the load script for the two tables to give a better picture of what Im explaining. Just need to create a key using the values VBPA.KUNNR and VBAK.SPART. together.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jan 2021 16:03:04 GMT</pubDate>
    <dc:creator>JustinRamsey</dc:creator>
    <dc:date>2021-01-14T16:03:04Z</dc:date>
    <item>
      <title>Need Help with a Join</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-with-a-Join/m-p/1774452#M454780</link>
      <description>&lt;P&gt;Good Morning, I am working on an app and I am in need of a join that I have not gotten to work. In Table VBAK I have the Key VBELN and the important Value I need SPART. In table VBPA I have the same key VBELN but I do not have the SPART value. I need that value to create a hybrid key with another value in VBPA to look like KUNNR-SPART to correctly link to other tables.&amp;nbsp; Any suggestions on how to make this work? I have attached a the load script for the two tables to give a better picture of what Im explaining. Just need to create a key using the values VBPA.KUNNR and VBAK.SPART. together.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 16:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-with-a-Join/m-p/1774452#M454780</guid>
      <dc:creator>JustinRamsey</dc:creator>
      <dc:date>2021-01-14T16:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with a Join</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-with-a-Join/m-p/1774686#M454790</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/64434"&gt;@JustinRamsey&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;Directory;&lt;BR /&gt;LOAD VBAK.MANDT,&lt;BR /&gt;VBAK.VBELN as %Key_VBELN,&lt;BR /&gt;VBAK.SPART&lt;BR /&gt;FROM&lt;BR /&gt;[Q:\PROD\20_QVD_ROH\SAP\VBAK.QVD]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;MapSPART:&lt;BR /&gt;Mapping Load %Key_VBELN,&lt;BR /&gt;VBAK.SPART Resident VBAK;&lt;BR /&gt;&lt;BR /&gt;Directory;&lt;BR /&gt;LOAD VBPA.MANDT,&lt;BR /&gt;VBPA.VBELN as %Key_VBELN,&lt;BR /&gt;VBPA.POSNR,&lt;BR /&gt;VBPA.PARVW,&lt;BR /&gt;VBPA.KUNNR,&lt;BR /&gt;ApplyMap('MapSPART', VBPA.VBELN , 0) as VBPA.SPART&lt;BR /&gt;FROM&lt;BR /&gt;[Q:\PROD\20_QVD_ROH\SAP\VBPA.QVD]&lt;BR /&gt;(qvd)&lt;BR /&gt;where(VBPA.PARVW='ZE')&lt;BR /&gt;;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 09:08:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-with-a-Join/m-p/1774686#M454790</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-01-15T09:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with a Join</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-with-a-Join/m-p/1774809#M454797</link>
      <description>&lt;P&gt;Thank you so much that worked great!!!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 15:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-with-a-Join/m-p/1774809#M454797</guid>
      <dc:creator>JustinRamsey</dc:creator>
      <dc:date>2021-01-15T15:06:51Z</dc:date>
    </item>
  </channel>
</rss>

