<?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: Load with one Key from Tables that were joined in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Load-with-one-Key-from-Tables-that-were-joined/m-p/2143511#M93048</link>
    <description>&lt;P&gt;hi PrashantSangle,&lt;/P&gt;
&lt;P&gt;sure thing.&lt;/P&gt;
&lt;P&gt;For the Saleskitable and the Monthstable joined i need this output:&lt;/P&gt;
&lt;P&gt;Saleskit table:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Karineyumi_0-1701462016329.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/120920iF865DF5C3FB8F73C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Karineyumi_0-1701462016329.png" alt="Karineyumi_0-1701462016329.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Monthstable:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Karineyumi_1-1701462261391.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/120921iAD83AE52C48FFD05/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Karineyumi_1-1701462261391.png" alt="Karineyumi_1-1701462261391.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OUTPUT:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Karineyumi_0-1701462633805.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/120922iC62B73F61C9F42F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Karineyumi_0-1701462633805.png" alt="Karineyumi_0-1701462633805.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and then with this Key (column in red) i will connect with my Database:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Karineyumi_2-1701463032319.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/120924i87770B8C6160141D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Karineyumi_2-1701463032319.png" alt="Karineyumi_2-1701463032319.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So for the final Output, I need an Outer Join. Information from all tables.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because I need to do the Budget vs the Volume by year/month/week but i also need the information on customers that are on table Saleskit but not on Database and customers that are on Databse but not on Saleskit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you for you time &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Dec 2023 20:40:15 GMT</pubDate>
    <dc:creator>Karineyumi</dc:creator>
    <dc:date>2023-12-01T20:40:15Z</dc:date>
    <item>
      <title>Load with one Key from Tables that were joined</title>
      <link>https://community.qlik.com/t5/App-Development/Load-with-one-Key-from-Tables-that-were-joined/m-p/2143075#M92996</link>
      <description>&lt;P&gt;Hi everyone, please help meeee.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tree tables one called "Saleskit", the other "Monthstable" and the "Database":&lt;/P&gt;
&lt;P&gt;Which basically, I have a whole database for budgets segmented by customer/sales rep/year, and i need to show those numbers by year/month/week, with that, I joined the "Saleskit" with "Monthstable" to create lines for me by Month/week for each budget.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And finally I need to create a key from the joined&amp;nbsp;"Saleskit" + "Monthstable" table into my "Database" :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Lara code"&amp;amp;"Export / Import/ FF"&amp;amp;Year1&amp;amp;Month1&amp;amp;Week1 as SaleskitKey&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SALESKIT:&lt;BR /&gt;LOAD&lt;BR /&gt;Country as "Sales Country",&lt;BR /&gt;"Sales Manager",&lt;BR /&gt;"Sales rep",&lt;BR /&gt;"Sales Role",&lt;BR /&gt;"Lara BP code" as "Lara code",&lt;BR /&gt;"Customer name",&lt;BR /&gt;"Export / Import/ FF",&lt;BR /&gt;"Vol. Budget (Teus)"/52 as "Vol. Budget (Teus)",&lt;BR /&gt;Segmentation,&lt;BR /&gt;"Year1"&lt;BR /&gt;FROM [lib://QS_Projects_BA_Miami_RO/30_External source files/SALESKITDATABASE.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;join&lt;BR /&gt;Monthstable:&lt;BR /&gt;LOAD&lt;BR /&gt;Year1,&lt;BR /&gt;Month1,&lt;BR /&gt;Week1&lt;BR /&gt;FROM [lib://AttachedFiles/Monthstable.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Monthstable);&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;SALESKITMONTH:&lt;/DIV&gt;
&lt;DIV&gt;Load&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;"Sales Country",&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "Sales Manager",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "Sales rep",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "Sales Role",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "Master Customer Name",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "Customer name",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "Vol. Budget (Teus)",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "VAS Budget ($)",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "CH Budget (Teus)",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; Segmentation,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; Category,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "Master BP code",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "Country_Code",&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;"Lara code"&amp;amp;"Export / Import/ FF"&amp;amp;Year1&amp;amp;Month1&amp;amp;Week1 as SaleskitKey&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;Resident SALESKIT;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;drop Table SALESKIT;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem that I`m having is that not all the customers in the Saleskit will be in the Database and vice versa. But I need to have both information, so its showing a lower Budget from Saleskit then it should.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;**I cannot do the Month/week inclusion in the excel (which is were my data comes from) because i have around 700.000 lines on Saleskit table and I have a 3 year worth of data to have month/weeks numbers&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank youuuuu appreciate your help.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 22:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-with-one-Key-from-Tables-that-were-joined/m-p/2143075#M92996</guid>
      <dc:creator>Karineyumi</dc:creator>
      <dc:date>2023-11-30T22:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Load with one Key from Tables that were joined</title>
      <link>https://community.qlik.com/t5/App-Development/Load-with-one-Key-from-Tables-that-were-joined/m-p/2143149#M93000</link>
      <description>&lt;P&gt;Can you explain your query with sample data &amp;amp; expected output.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 07:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-with-one-Key-from-Tables-that-were-joined/m-p/2143149#M93000</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2023-12-01T07:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Load with one Key from Tables that were joined</title>
      <link>https://community.qlik.com/t5/App-Development/Load-with-one-Key-from-Tables-that-were-joined/m-p/2143511#M93048</link>
      <description>&lt;P&gt;hi PrashantSangle,&lt;/P&gt;
&lt;P&gt;sure thing.&lt;/P&gt;
&lt;P&gt;For the Saleskitable and the Monthstable joined i need this output:&lt;/P&gt;
&lt;P&gt;Saleskit table:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Karineyumi_0-1701462016329.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/120920iF865DF5C3FB8F73C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Karineyumi_0-1701462016329.png" alt="Karineyumi_0-1701462016329.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Monthstable:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Karineyumi_1-1701462261391.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/120921iAD83AE52C48FFD05/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Karineyumi_1-1701462261391.png" alt="Karineyumi_1-1701462261391.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OUTPUT:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Karineyumi_0-1701462633805.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/120922iC62B73F61C9F42F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Karineyumi_0-1701462633805.png" alt="Karineyumi_0-1701462633805.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and then with this Key (column in red) i will connect with my Database:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Karineyumi_2-1701463032319.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/120924i87770B8C6160141D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Karineyumi_2-1701463032319.png" alt="Karineyumi_2-1701463032319.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So for the final Output, I need an Outer Join. Information from all tables.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because I need to do the Budget vs the Volume by year/month/week but i also need the information on customers that are on table Saleskit but not on Database and customers that are on Databse but not on Saleskit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you for you time &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 20:40:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-with-one-Key-from-Tables-that-were-joined/m-p/2143511#M93048</guid>
      <dc:creator>Karineyumi</dc:creator>
      <dc:date>2023-12-01T20:40:15Z</dc:date>
    </item>
  </channel>
</rss>

