<?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 Joining tables in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Joining-tables/m-p/2034659#M85274</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have attached sample data and the result of what I am trying to get at.&lt;/P&gt;
&lt;P&gt;The data is huge, dynamic and has a lot more columns that I will be using as filters/listboxes in the dashboard.&lt;/P&gt;
&lt;P&gt;Appreciate all the inputs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Feb 2023 22:38:14 GMT</pubDate>
    <dc:creator>AB108</dc:creator>
    <dc:date>2023-02-06T22:38:14Z</dc:date>
    <item>
      <title>Joining tables</title>
      <link>https://community.qlik.com/t5/App-Development/Joining-tables/m-p/2034659#M85274</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have attached sample data and the result of what I am trying to get at.&lt;/P&gt;
&lt;P&gt;The data is huge, dynamic and has a lot more columns that I will be using as filters/listboxes in the dashboard.&lt;/P&gt;
&lt;P&gt;Appreciate all the inputs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 22:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Joining-tables/m-p/2034659#M85274</guid>
      <dc:creator>AB108</dc:creator>
      <dc:date>2023-02-06T22:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Joining tables</title>
      <link>https://community.qlik.com/t5/App-Development/Joining-tables/m-p/2034670#M85276</link>
      <description>&lt;P&gt;What exactly is the question?&amp;nbsp; How to join on column A?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;table_pre:
&amp;lt;load table1&amp;gt;

join(table_pre)

&amp;lt;load table2&amp;gt;

/*To get the last field in your result, you would have to multiply columns C and P*/

load 
  *, 
  C*P as [nameless column]
resident table;

drop table table_pre;&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 06 Feb 2023 23:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Joining-tables/m-p/2034670#M85276</guid>
      <dc:creator>E_Røse</dc:creator>
      <dc:date>2023-02-06T23:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Joining tables</title>
      <link>https://community.qlik.com/t5/App-Development/Joining-tables/m-p/2035183#M85309</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/132840"&gt;@E_Røse&lt;/a&gt;&amp;nbsp; the column P does not exist.&lt;/P&gt;
&lt;P&gt;And I am not sure if to create it in the data load since I want the value to be calculated in dashboard(the % will change if the filters are changed(eg month/year etc)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 20:31:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Joining-tables/m-p/2035183#M85309</guid>
      <dc:creator>AB108</dc:creator>
      <dc:date>2023-02-07T20:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Joining tables</title>
      <link>https://community.qlik.com/t5/App-Development/Joining-tables/m-p/2035287#M85317</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/135828"&gt;@AB108&lt;/a&gt;&amp;nbsp; Please use the below expression in your Straight table:&lt;/P&gt;
&lt;P&gt;Sum(R)/Sum(total &amp;lt;B&amp;gt; R)&lt;/P&gt;
&lt;P&gt;Back end data is shown below:&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;Temp:&lt;BR /&gt;Load * inline [&lt;BR /&gt;A, B, C&lt;BR /&gt;123, abc, 100&lt;BR /&gt;123, bcd, 300&lt;BR /&gt;123, cde, 200&lt;BR /&gt;123, def, 700&lt;BR /&gt;123, efg, 500&lt;BR /&gt;123, fgh, 400&lt;BR /&gt;123, ghi, 600&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Outer join (Temp)&lt;BR /&gt;Temp1:&lt;BR /&gt;Load * inline [&lt;BR /&gt;A, Q, R&lt;BR /&gt;123, zp, 30&lt;BR /&gt;123, pr, 80&lt;BR /&gt;123, qr, 60&lt;BR /&gt;123, dg, 50&lt;BR /&gt;123, bf, 90&lt;BR /&gt;123, mk, 40&lt;BR /&gt;123, pl, 20&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;Exit Script;&lt;/P&gt;
&lt;P&gt;Front End:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sidhiq91_0-1675837826136.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/99926iB091663B6EBB3334/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sidhiq91_0-1675837826136.png" alt="sidhiq91_0-1675837826136.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 06:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Joining-tables/m-p/2035287#M85317</guid>
      <dc:creator>sidhiq91</dc:creator>
      <dc:date>2023-02-08T06:30:39Z</dc:date>
    </item>
  </channel>
</rss>

