<?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: How can i build a table from two separate tables ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-i-build-a-table-from-two-separate-tables/m-p/954640#M968898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;1. Load data for type =(app and site) in one table (this may be from multiple source csv/txt etc). Flag a column to identify if the loaded data is for app/Site&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2. Link the table with the unique key (@CLE_Site and Type)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Sep 2015 10:21:46 GMT</pubDate>
    <dc:creator>malini_qlikview</dc:creator>
    <dc:date>2015-09-29T10:21:46Z</dc:date>
    <item>
      <title>How can i build a table from two separate tables ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-build-a-table-from-two-separate-tables/m-p/954639#M968894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to build a model and i would need some help :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have files of audiences (in the attached file, one table of visitors) with a key on the Sites.&lt;/P&gt;&lt;P&gt;And a file which describes the sites (refrentiel).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made a left join between them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question about the model :&lt;/P&gt;&lt;P&gt;I would like to build a device table following this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; the field"device" of the file "referentiel" works for the apps (type=app) &lt;/P&gt;&lt;P&gt;&amp;gt; i will have special files&amp;nbsp; for the type "site".&lt;/P&gt;&lt;P&gt;cf "device_web_InfoRegion_201508"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i build the model ?&lt;/P&gt;&lt;P&gt;I must create a third table "Device_all"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question about the "sub-total"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I make a "total by marque" :&lt;/P&gt;&lt;P&gt;sum(TOTAL&amp;lt;marque&amp;gt; (Visiteurs_Uniques_tous))&lt;/P&gt;&lt;P&gt;But this total is repeated on each row of the marque.&lt;/P&gt;&lt;P&gt;Is it possible to display the "Total Vr par parque" only once, as a subtotal ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 22:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-build-a-table-from-two-separate-tables/m-p/954639#M968894</guid>
      <dc:creator>marieclaire</dc:creator>
      <dc:date>2015-09-28T22:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: How can i build a table from two separate tables ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-build-a-table-from-two-separate-tables/m-p/954640#M968898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;1. Load data for type =(app and site) in one table (this may be from multiple source csv/txt etc). Flag a column to identify if the loaded data is for app/Site&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2. Link the table with the unique key (@CLE_Site and Type)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 10:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-build-a-table-from-two-separate-tables/m-p/954640#M968898</guid>
      <dc:creator>malini_qlikview</dc:creator>
      <dc:date>2015-09-29T10:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can i build a table from two separate tables ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-build-a-table-from-two-separate-tables/m-p/954641#M968900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As a Qlikview beginner, i needed to know more about the syntax.&lt;/P&gt;&lt;P&gt;I finally found help from a developper who showed me sql instructions.&lt;/P&gt;&lt;P&gt;A join between &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; 2 tables &lt;/SPAN&gt;+ where Type="app" + union on a table of reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thank you Malini.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christiane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 12:11:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-build-a-table-from-two-separate-tables/m-p/954641#M968900</guid>
      <dc:creator>marieclaire</dc:creator>
      <dc:date>2015-10-02T12:11:29Z</dc:date>
    </item>
  </channel>
</rss>

