<?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: Scripting Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/960734#M970555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you an combine the two tables&lt;/P&gt;&lt;P&gt;Supplier:&lt;/P&gt;&lt;P&gt;noconcatenate load&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Supplier,&lt;/P&gt;&lt;P&gt;Sales as Supplier.Sales&lt;/P&gt;&lt;P&gt;from ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer:&lt;/P&gt;&lt;P&gt;noconcatenate load&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Customer,&lt;/P&gt;&lt;P&gt;Sales as Customer.Sales&lt;/P&gt;&lt;P&gt;from ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outer join(Supplier)&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;resident Customer;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table Customer;&lt;/P&gt;&lt;P&gt;rename table Supplier to FactTable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Sep 2015 12:46:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-16T12:46:35Z</dc:date>
    <item>
      <title>Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/960733#M970553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 tables.&amp;nbsp; The first has 3 fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date, Supplier, Sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the second has 3 fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date, Customer, Sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore I know the sales by customer by date and I know the sales by supplier by date and for any day the sum of sales are the same in both tables.&amp;nbsp; I want to create a table that shows the sales by customer AND supplier.&amp;nbsp; How can I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 12:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/960733#M970553</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-16T12:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/960734#M970555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you an combine the two tables&lt;/P&gt;&lt;P&gt;Supplier:&lt;/P&gt;&lt;P&gt;noconcatenate load&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Supplier,&lt;/P&gt;&lt;P&gt;Sales as Supplier.Sales&lt;/P&gt;&lt;P&gt;from ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer:&lt;/P&gt;&lt;P&gt;noconcatenate load&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Customer,&lt;/P&gt;&lt;P&gt;Sales as Customer.Sales&lt;/P&gt;&lt;P&gt;from ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;outer join(Supplier)&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;resident Customer;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table Customer;&lt;/P&gt;&lt;P&gt;rename table Supplier to FactTable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 12:46:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/960734#M970555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-16T12:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/960735#M970556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I am thinking about this correctly, you might need another key field (May be OrderID) to&amp;nbsp; order to know which supplier sold to which customer. Right now the way your two tables are structured seem to join the two tables on Date and Sales Amount. If for some reasons there are two Suppliers or Two Customers who did same amount of sales on the same day you will end up having a Cartesian product between the two tables. So I think having a OrderID will def. help here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 12:47:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/960735#M970556</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-16T12:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/960736#M970557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can concatenate the two tables to create a single table with 4 columns: Date, Supplier, Customer, Sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Supplier,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;from ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate(Sales)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;from ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 12:53:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-Help/m-p/960736#M970557</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-09-16T12:53:37Z</dc:date>
    </item>
  </channel>
</rss>

