<?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 Join several tables in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Join-several-tables/m-p/1633006#M47129</link>
    <description>&lt;P&gt;Hi, I extract data from different tables and the result for&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to do that:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2019-10-09_14h33_45.png" style="width: 605px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/20982i78B88D8735E368DC/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-10-09_14h33_45.png" alt="2019-10-09_14h33_45.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Counter_754:

LOAD 
	SalesId,
	COUNT(ItemId) AS 'Cerveza_754',
    sum(Import_Brut) as 'Importe_754'
    RESIDENT Salesline
    WHERE Catlevel2='754' and wildmatch(SalesId,'PV0*')
    GROUP BY SalesId;
Counter_758:

    LOAD 
	SalesId,
	COUNT(ItemId) AS 'Cerveza_758',
    sum(Import_Brut) as 'Importe_758'
    RESIDENT Salesline
    WHERE Catlevel2='758' and wildmatch(SalesId,'PV0*')
    GROUP BY SalesId;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:25:52 GMT</pubDate>
    <dc:creator>ecabanas</dc:creator>
    <dc:date>2024-11-16T04:25:52Z</dc:date>
    <item>
      <title>Join several tables</title>
      <link>https://community.qlik.com/t5/App-Development/Join-several-tables/m-p/1633006#M47129</link>
      <description>&lt;P&gt;Hi, I extract data from different tables and the result for&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to do that:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2019-10-09_14h33_45.png" style="width: 605px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/20982i78B88D8735E368DC/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-10-09_14h33_45.png" alt="2019-10-09_14h33_45.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Counter_754:

LOAD 
	SalesId,
	COUNT(ItemId) AS 'Cerveza_754',
    sum(Import_Brut) as 'Importe_754'
    RESIDENT Salesline
    WHERE Catlevel2='754' and wildmatch(SalesId,'PV0*')
    GROUP BY SalesId;
Counter_758:

    LOAD 
	SalesId,
	COUNT(ItemId) AS 'Cerveza_758',
    sum(Import_Brut) as 'Importe_758'
    RESIDENT Salesline
    WHERE Catlevel2='758' and wildmatch(SalesId,'PV0*')
    GROUP BY SalesId;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:25:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Join-several-tables/m-p/1633006#M47129</guid>
      <dc:creator>ecabanas</dc:creator>
      <dc:date>2024-11-16T04:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Join several tables</title>
      <link>https://community.qlik.com/t5/App-Development/Join-several-tables/m-p/1633066#M47132</link>
      <description>Its not clear what the issue is. What are you trying to achieve?&lt;BR /&gt;but on face value it seems wrong doing it in script. the count and sum you mentioned can be done on front end using Set Analysis</description>
      <pubDate>Wed, 09 Oct 2019 13:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Join-several-tables/m-p/1633066#M47132</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-10-09T13:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Join several tables</title>
      <link>https://community.qlik.com/t5/App-Development/Join-several-tables/m-p/1633083#M47135</link>
      <description>&lt;P&gt;I want to join all tables in only One. I don't want to do it in set analisys&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank's&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 14:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Join-several-tables/m-p/1633083#M47135</guid>
      <dc:creator>ecabanas</dc:creator>
      <dc:date>2019-10-09T14:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Join several tables</title>
      <link>https://community.qlik.com/t5/App-Development/Join-several-tables/m-p/1633087#M47137</link>
      <description>&lt;P&gt;joining is just.&amp;nbsp;&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;load ....&lt;/P&gt;&lt;P&gt;from xyz;&lt;/P&gt;&lt;P&gt;left join (Table1)&lt;/P&gt;&lt;P&gt;load ...&lt;/P&gt;&lt;P&gt;from abc;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the kind of join depends you your requirement. check this&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Creating-Analytics/Understanding-Join-Keep-and-Concatenate/td-p/328379" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Creating-Analytics/Understanding-Join-Keep-and-Concatenate/td-p/328379&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 14:04:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Join-several-tables/m-p/1633087#M47137</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-10-09T14:04:35Z</dc:date>
    </item>
  </channel>
</rss>

