<?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 Create a mapping table joining two mapping loads from 2 qvds in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-a-mapping-table-joining-two-mapping-loads-from-2-qvds/m-p/95157#M603241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible and correct to create a mapping table joining two mapping loads from 2 qvds?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15331351809676307 jive_text_macro" jivemacro_uid="_15331351809676307" modifiedtitle="true"&gt;
&lt;P&gt;SociosPostuladosID:&lt;/P&gt;
&lt;P&gt;MAPPING LOAD DISTINCT ID AS %Key_Vacante&lt;/P&gt;
&lt;P&gt;FROM [$(pRuta)$(pDatosBaseHechos)$(Hechos)Vacantes.qvd] (QVD);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;JOIN (SociosPostuladosID)&lt;/P&gt;
&lt;P&gt;MAPPING LOAD DISTINCT ID_VACANTE AS %Key_Vacante&lt;/P&gt;
&lt;P&gt;,EMPLID AS %Key_SocPostID&lt;/P&gt;
&lt;P&gt;FROM [$(pRuta)$(pDatosBaseDim)RegistroCandidato.qvd] (QVD);&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2018 14:54:55 GMT</pubDate>
    <dc:creator>julioarriaga</dc:creator>
    <dc:date>2018-08-01T14:54:55Z</dc:date>
    <item>
      <title>Create a mapping table joining two mapping loads from 2 qvds</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-mapping-table-joining-two-mapping-loads-from-2-qvds/m-p/95157#M603241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible and correct to create a mapping table joining two mapping loads from 2 qvds?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15331351809676307 jive_text_macro" jivemacro_uid="_15331351809676307" modifiedtitle="true"&gt;
&lt;P&gt;SociosPostuladosID:&lt;/P&gt;
&lt;P&gt;MAPPING LOAD DISTINCT ID AS %Key_Vacante&lt;/P&gt;
&lt;P&gt;FROM [$(pRuta)$(pDatosBaseHechos)$(Hechos)Vacantes.qvd] (QVD);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;JOIN (SociosPostuladosID)&lt;/P&gt;
&lt;P&gt;MAPPING LOAD DISTINCT ID_VACANTE AS %Key_Vacante&lt;/P&gt;
&lt;P&gt;,EMPLID AS %Key_SocPostID&lt;/P&gt;
&lt;P&gt;FROM [$(pRuta)$(pDatosBaseDim)RegistroCandidato.qvd] (QVD);&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 14:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-mapping-table-joining-two-mapping-loads-from-2-qvds/m-p/95157#M603241</guid>
      <dc:creator>julioarriaga</dc:creator>
      <dc:date>2018-08-01T14:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create a mapping table joining two mapping loads from 2 qvds</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-mapping-table-joining-two-mapping-loads-from-2-qvds/m-p/95158#M603242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think this is possible... may be join first and then create a mapping load within the resident load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SociosPostuladosID:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD DISTINCT ID AS %Key_Vacante&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM [$(pRuta)$(pDatosBaseHechos)$(Hechos)Vacantes.qvd] (QVD);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;JOIN (SociosPostuladosID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD DISTINCT ID_VACANTE AS %Key_Vacante&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;,EMPLID AS %Key_SocPostID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM [$(pRuta)$(pDatosBaseDim)RegistroCandidato.qvd] (QVD);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MappingSociosPostuladosID:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MAPPING&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident SociosPostuladosID;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table SociosPostuladosID;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 15:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-mapping-table-joining-two-mapping-loads-from-2-qvds/m-p/95158#M603242</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-01T15:02:08Z</dc:date>
    </item>
  </channel>
</rss>

