<?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 to make the report ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-the-report/m-p/1359400#M828042</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have synthetic keys in your model. You have product_key as your key field that joins with other tables. &lt;/P&gt;&lt;P&gt;Can you try like renaming your product code in supplementary table like below and re run your script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [period_key]&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ,'Supplementary' as Cust&lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,'Supplementary Customer' AS [Customer Code Name]&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,[Product Code] AS &lt;STRONG&gt;Suppl_product_code &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;......&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ..... ;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Jun 2017 01:44:08 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2017-06-27T01:44:08Z</dc:date>
    <item>
      <title>How to make the report ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-the-report/m-p/1359398#M828040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to join the two report ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 'Supplementary' needs to be added in the Customer field with log fees -5981844.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart 1.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="168090" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/168090_Capture.PNG" style="height: 431px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="168091" alt="Capture1.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/168091_Capture1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Model attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-the-report/m-p/1359398#M828040</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to make the report ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-the-report/m-p/1359399#M828041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why not concatenate your Fact table and Supplementary table keeping the fields name same for common fiel&lt;/P&gt;&lt;P&gt;like Cust should be Customer in both table and provision should be Logistics_fee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 19:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-the-report/m-p/1359399#M828041</guid>
      <dc:creator>rupamjyotidas</dc:creator>
      <dc:date>2017-06-26T19:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to make the report ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-the-report/m-p/1359400#M828042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have synthetic keys in your model. You have product_key as your key field that joins with other tables. &lt;/P&gt;&lt;P&gt;Can you try like renaming your product code in supplementary table like below and re run your script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [period_key]&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ,'Supplementary' as Cust&lt;/P&gt;&lt;P&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,'Supplementary Customer' AS [Customer Code Name]&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,[Product Code] AS &lt;STRONG&gt;Suppl_product_code &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;......&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ..... ;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2017 01:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-the-report/m-p/1359400#M828042</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-06-27T01:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to make the report ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-the-report/m-p/1359401#M828043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try like this:&lt;/P&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;Load Brand,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProductCode,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product,&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; LogFees;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableB:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cust as Customer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Provision as LogFees;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2017 06:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-the-report/m-p/1359401#M828043</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2017-06-27T06:17:12Z</dc:date>
    </item>
  </channel>
</rss>

