<?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: Joining one table at two different points in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Joining-one-table-at-two-different-points/m-p/2063647#M87243</link>
    <description>&lt;P&gt;You can load your table with Supplier code and Supplier Name with prefix MAPPING like this :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MAP_Supplier:&lt;/P&gt;
&lt;P&gt;MAPPING LOAD DISTINCT&lt;/P&gt;
&lt;P&gt;SupplierCode,&lt;/P&gt;
&lt;P&gt;SupplierName&lt;/P&gt;
&lt;P&gt;FROM &amp;lt;My table&amp;gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And then do a ApplyMap&lt;/P&gt;</description>
    <pubDate>Mon, 24 Apr 2023 12:15:07 GMT</pubDate>
    <dc:creator>Sabrina_V</dc:creator>
    <dc:date>2023-04-24T12:15:07Z</dc:date>
    <item>
      <title>Joining one table at two different points</title>
      <link>https://community.qlik.com/t5/App-Development/Joining-one-table-at-two-different-points/m-p/2063581#M87233</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am writing the SQL script for ma Qlik Sense App.&lt;/P&gt;
&lt;P&gt;I have joined several tabels to two main tablesin Qlik Sense. In both of those tabels there is a row with suppliers as a number. Now I want to join a third table (from database) which maps the supplier number to supplier descritpion.&lt;/P&gt;
&lt;P&gt;If I join this table to one of the Qlik tables it works. As soon as I join it two the second table simultaneously to the first one it wont work any more.&lt;/P&gt;
&lt;P&gt;I hope you can understand my problem.&lt;/P&gt;
&lt;P&gt;Thank you for your help!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:52:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Joining-one-table-at-two-different-points/m-p/2063581#M87233</guid>
      <dc:creator>Joo525</dc:creator>
      <dc:date>2024-11-15T21:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Joining one table at two different points</title>
      <link>https://community.qlik.com/t5/App-Development/Joining-one-table-at-two-different-points/m-p/2063595#M87235</link>
      <description>&lt;P&gt;Either join the data into each individual table (rather than loading it as a separate table) or use mapping load for each individual table.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 10:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Joining-one-table-at-two-different-points/m-p/2063595#M87235</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-04-24T10:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Joining one table at two different points</title>
      <link>https://community.qlik.com/t5/App-Development/Joining-one-table-at-two-different-points/m-p/2063635#M87240</link>
      <description>&lt;P&gt;Use the function &lt;A href="https://help.qlik.com/fr-FR/sense/February2023/Subsystems/Hub/Content/Sense_Hub/Scripting/MappingFunctions/ApplyMap.htm" target="_self"&gt;ApplyMap&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 11:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Joining-one-table-at-two-different-points/m-p/2063635#M87240</guid>
      <dc:creator>Sabrina_V</dc:creator>
      <dc:date>2023-04-24T11:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Joining one table at two different points</title>
      <link>https://community.qlik.com/t5/App-Development/Joining-one-table-at-two-different-points/m-p/2063644#M87241</link>
      <description>&lt;P&gt;The Prpoblem is that we talk about something like 500 suppliers. So the Mapping Funtction is not possible.&lt;/P&gt;
&lt;P&gt;So it is possible to connect one table at two different aspots?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 12:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Joining-one-table-at-two-different-points/m-p/2063644#M87241</guid>
      <dc:creator>Joo525</dc:creator>
      <dc:date>2023-04-24T12:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Joining one table at two different points</title>
      <link>https://community.qlik.com/t5/App-Development/Joining-one-table-at-two-different-points/m-p/2063645#M87242</link>
      <description>&lt;P&gt;Mapping Load can handle far more than 500 options...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/Mapping.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/Mapping.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 12:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Joining-one-table-at-two-different-points/m-p/2063645#M87242</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-04-24T12:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Joining one table at two different points</title>
      <link>https://community.qlik.com/t5/App-Development/Joining-one-table-at-two-different-points/m-p/2063647#M87243</link>
      <description>&lt;P&gt;You can load your table with Supplier code and Supplier Name with prefix MAPPING like this :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MAP_Supplier:&lt;/P&gt;
&lt;P&gt;MAPPING LOAD DISTINCT&lt;/P&gt;
&lt;P&gt;SupplierCode,&lt;/P&gt;
&lt;P&gt;SupplierName&lt;/P&gt;
&lt;P&gt;FROM &amp;lt;My table&amp;gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And then do a ApplyMap&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 12:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Joining-one-table-at-two-different-points/m-p/2063647#M87243</guid>
      <dc:creator>Sabrina_V</dc:creator>
      <dc:date>2023-04-24T12:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Joining one table at two different points</title>
      <link>https://community.qlik.com/t5/App-Development/Joining-one-table-at-two-different-points/m-p/2063662#M87248</link>
      <description>&lt;P&gt;Thank you very much, it works&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 12:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Joining-one-table-at-two-different-points/m-p/2063662#M87248</guid>
      <dc:creator>Joo525</dc:creator>
      <dc:date>2023-04-24T12:40:26Z</dc:date>
    </item>
  </channel>
</rss>

