<?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 Multiple data loads, with joins. Help! in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Multiple-data-loads-with-joins-Help/m-p/137272#M9644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&amp;nbsp; I have an app which draws data from 4 separate input spreadsheets.&amp;nbsp; Setup as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These 3 tables are all identical in terms of headers, just come from different database tables within our application:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incident Management Extract.xlsx&lt;/P&gt;&lt;P&gt;Archive Testing SR.xlsx&lt;/P&gt;&lt;P&gt;Archive Testing Incident.xlsx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within each of these, we have 2 tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Incident Details]&lt;/P&gt;&lt;P&gt;[SLM]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The final table is a static mapping table - [Mapping Groups] that adds data based on some fields in the [Incident Details] table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bring in all 3 [Incident Details] tables - this is the master list of data.&lt;/P&gt;&lt;P&gt;Bring in all 3 [SLM] tables and map them to [Incident Details] using 'Incident ID' field which exists in both tables.&lt;/P&gt;&lt;P&gt;Bring in [Mapping Groups] and map the master list to this, where 'Assigned Group' matches between both.&amp;nbsp; If 'Assigned Group' in [Incident Details] &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;is not&lt;/STRONG&gt;&lt;/SPAN&gt; in the [Mapping Group] table the record can be dropped/ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was all working in a previous incarnation of the app, where we only had one instance of [Incident Details] and [SLM].&amp;nbsp; Now we have 3 of each across 3 input files, I can't get the joins to work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My current thinking is to bring them all in to separate tables, and then somehow map them together.&amp;nbsp; However, the 'somehow' part is confusing me!&amp;nbsp; Does anyone have any pointers on how I can get started?&amp;nbsp; (I have got all the tables loading fine, and have validated that all data is present in each).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I realise this is very high level info - if more detail is needed please let me know &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Oct 2018 12:02:49 GMT</pubDate>
    <dc:creator>adrian_badger</dc:creator>
    <dc:date>2018-10-25T12:02:49Z</dc:date>
    <item>
      <title>Multiple data loads, with joins. Help!</title>
      <link>https://community.qlik.com/t5/App-Development/Multiple-data-loads-with-joins-Help/m-p/137272#M9644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&amp;nbsp; I have an app which draws data from 4 separate input spreadsheets.&amp;nbsp; Setup as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These 3 tables are all identical in terms of headers, just come from different database tables within our application:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incident Management Extract.xlsx&lt;/P&gt;&lt;P&gt;Archive Testing SR.xlsx&lt;/P&gt;&lt;P&gt;Archive Testing Incident.xlsx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within each of these, we have 2 tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Incident Details]&lt;/P&gt;&lt;P&gt;[SLM]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The final table is a static mapping table - [Mapping Groups] that adds data based on some fields in the [Incident Details] table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bring in all 3 [Incident Details] tables - this is the master list of data.&lt;/P&gt;&lt;P&gt;Bring in all 3 [SLM] tables and map them to [Incident Details] using 'Incident ID' field which exists in both tables.&lt;/P&gt;&lt;P&gt;Bring in [Mapping Groups] and map the master list to this, where 'Assigned Group' matches between both.&amp;nbsp; If 'Assigned Group' in [Incident Details] &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;is not&lt;/STRONG&gt;&lt;/SPAN&gt; in the [Mapping Group] table the record can be dropped/ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was all working in a previous incarnation of the app, where we only had one instance of [Incident Details] and [SLM].&amp;nbsp; Now we have 3 of each across 3 input files, I can't get the joins to work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My current thinking is to bring them all in to separate tables, and then somehow map them together.&amp;nbsp; However, the 'somehow' part is confusing me!&amp;nbsp; Does anyone have any pointers on how I can get started?&amp;nbsp; (I have got all the tables loading fine, and have validated that all data is present in each).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I realise this is very high level info - if more detail is needed please let me know &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 12:02:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multiple-data-loads-with-joins-Help/m-p/137272#M9644</guid>
      <dc:creator>adrian_badger</dc:creator>
      <dc:date>2018-10-25T12:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple data loads, with joins. Help!</title>
      <link>https://community.qlik.com/t5/App-Development/Multiple-data-loads-with-joins-Help/m-p/1520995#M37303</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;can you attach a sample excel for all the tables please?&lt;/P&gt;&lt;P&gt;I think that you should concatenate&amp;nbsp;&lt;/P&gt;&lt;P&gt;Incident Management Extract.xlsx&lt;/P&gt;&lt;P&gt;Archive Testing SR.xlsx&lt;/P&gt;&lt;P&gt;Archive Testing Incident.xlsx&lt;/P&gt;&lt;P&gt;and this is your fact table. And then with mapping and applymap you can add some useful information about the incidents&lt;/P&gt;&lt;P&gt;MP&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 11:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multiple-data-loads-with-joins-Help/m-p/1520995#M37303</guid>
      <dc:creator>captain89</dc:creator>
      <dc:date>2018-12-14T11:34:33Z</dc:date>
    </item>
  </channel>
</rss>

