<?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: Joinning 3 Tables and missing data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Joinning-3-Tables-and-missing-data/m-p/1622961#M733498</link>
    <description>&lt;P&gt;Can you provide a sample qvw?&lt;/P&gt;</description>
    <pubDate>Thu, 12 Sep 2019 06:56:55 GMT</pubDate>
    <dc:creator>Arthur_Fong</dc:creator>
    <dc:date>2019-09-12T06:56:55Z</dc:date>
    <item>
      <title>Joinning 3 Tables and missing data</title>
      <link>https://community.qlik.com/t5/QlikView/Joinning-3-Tables-and-missing-data/m-p/1622954#M733497</link>
      <description>&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;I'm joinning 3 table and then there is missing data. I see only one rows value in totals. You can below data and script.&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;MercuryData:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;SEGMENT&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;BUSINESS UNIT&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;SPECIALTY&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;TYPE&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;MONTH&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;AMOUNT&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Risk Management&lt;/TD&gt;&lt;TD&gt;Mcs&lt;/TD&gt;&lt;TD&gt;Property&lt;/TD&gt;&lt;TD&gt;ACTUAL&lt;/TD&gt;&lt;TD&gt;Apr-19&lt;/TD&gt;&lt;TD&gt;600&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Risk Management&lt;/TD&gt;&lt;TD&gt;Mcs&lt;/TD&gt;&lt;TD&gt;Property&lt;/TD&gt;&lt;TD&gt;ACTUAL&lt;/TD&gt;&lt;TD&gt;Feb-19&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;600&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Script;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;[SEGMENT],&lt;BR /&gt;[BUSINESS UNIT],&lt;BR /&gt;[SPECIALTY],&lt;BR /&gt;[TYPE],&lt;BR /&gt;[MONTH],&lt;BR /&gt;[AMOUNT]&lt;BR /&gt;FROM&lt;BR /&gt;[MercuryData.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [MercuryData]);&lt;/P&gt;&lt;P&gt;JOIN&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;[SEGMENT],&lt;BR /&gt;[BUSINESS UNIT],&lt;BR /&gt;[SPECIALTY],&lt;BR /&gt;[Team],&lt;BR /&gt;UPPER([Team]) as Team_SA&lt;BR /&gt;FROM&lt;BR /&gt;[MarshForce.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [MappingMer]);&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;[Opportunity Value (converted)],&lt;BR /&gt;[MF_Business Unit],&lt;BR /&gt;[Product Line],&lt;BR /&gt;[Line of Business],&lt;BR /&gt;[Line of Coverage],&lt;BR /&gt;[Weighted Amount (converted)],&lt;BR /&gt;[Close Month] as [MONTH],&lt;BR /&gt;[Funnel Stage],&lt;BR /&gt;[Team]&lt;BR /&gt;FROM&lt;BR /&gt;[MarshForce.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [MFData]);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joinning-3-Tables-and-missing-data/m-p/1622954#M733497</guid>
      <dc:creator>asknyldz</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Joinning 3 Tables and missing data</title>
      <link>https://community.qlik.com/t5/QlikView/Joinning-3-Tables-and-missing-data/m-p/1622961#M733498</link>
      <description>&lt;P&gt;Can you provide a sample qvw?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 06:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joinning-3-Tables-and-missing-data/m-p/1622961#M733498</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2019-09-12T06:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Joinning 3 Tables and missing data</title>
      <link>https://community.qlik.com/t5/QlikView/Joinning-3-Tables-and-missing-data/m-p/1627614#M733499</link>
      <description>&lt;P&gt;Askin, if you are not able to attach QVW as Arthur had requested, this is going to be tricky at best to try t help.&amp;nbsp; About the best I can offer is some troubleshooting advice, which is to load each of those tables separately in a new QVW file, one QVW for each source, so you can check the contents of the load to ensure everything you expect to be there is there.&amp;nbsp; That way you know the source info is good and the issue is in the Join etc.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a Design Blog post related to Joins, might be of some use as well:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/To-Join-or-not-to-Join/ba-p/1463102" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/To-Join-or-not-to-Join/ba-p/1463102&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;About the best I have for the moment to try to help you move things forward.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 16:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joinning-3-Tables-and-missing-data/m-p/1627614#M733499</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-09-24T16:26:31Z</dc:date>
    </item>
  </channel>
</rss>

