<?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: Join or Concatenate or Mapping in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Join-or-Concatenate-or-Mapping/m-p/1516398#M437013</link>
    <description>That is kind of the down side of concatenated fact tables. Solution in this case is generic keys&lt;BR /&gt;see below links&lt;BR /&gt;Quick question though; did you consider link table between the 2 fact tables. this is more maintainable and quicker to achieve but with downside of performance issues with huge data sets&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Fact-Table-with-Mixed-Granularity/ba-p/1468238" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Fact-Table-with-Mixed-Granularity/ba-p/1468238&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/Generic-keys/ta-p/1496560" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/Generic-keys/ta-p/1496560&lt;/A&gt;</description>
    <pubDate>Tue, 04 Dec 2018 16:49:09 GMT</pubDate>
    <dc:creator>dplr-rn</dc:creator>
    <dc:date>2018-12-04T16:49:09Z</dc:date>
    <item>
      <title>Join or Concatenate or Mapping</title>
      <link>https://community.qlik.com/t5/QlikView/Join-or-Concatenate-or-Mapping/m-p/1516382#M437009</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&lt;/P&gt;&lt;P&gt;I have two tables like below&lt;/P&gt;&lt;P&gt;Table1:&lt;BR /&gt;LOAD date(Posting_Month, 'MM-YYYY') as Period,&lt;BR /&gt;left(Plant,2) as Country,&lt;BR /&gt;Plant,&lt;BR /&gt;Modality,&lt;BR /&gt;Part_Type as [Part Type],&lt;BR /&gt;System_Code as [System Code],&lt;BR /&gt;NormConsumption as Consumption&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;From&lt;BR /&gt;[..\Master.qvd]&lt;BR /&gt;(qvd) where Match(Contract_Type_Group,'Contract Covered','Warranty') and Posting_Month &amp;gt;= Date#('01-2017' , 'MM-YYYY');&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Table2:&lt;/P&gt;&lt;P&gt;LOAD date(Period_Start_Date, 'MM-YYYY') as Period,&lt;BR /&gt;left(Plant,2) as Country,&lt;BR /&gt;Plant,&lt;BR /&gt;System_Code as [System Code],&lt;BR /&gt;Part_Type as [Part Type],&lt;BR /&gt;Entitlement_Count as [Install Base]&lt;BR /&gt;&lt;BR /&gt;FROM&lt;BR /&gt;[..\Table.qvd]&lt;BR /&gt;(qvd) where Match(Contract_Type_Group,'Contract Covered','Warranty');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now when i use concatenate i am getting current value for Install Base but when i select any modality data i am getting as 0. But when i do a left join or mapping the value is changing.&lt;/P&gt;&lt;P&gt;Can you please tell me what to use and how to solve it.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharat&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 16:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-or-Concatenate-or-Mapping/m-p/1516382#M437009</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-12-04T16:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Join or Concatenate or Mapping</title>
      <link>https://community.qlik.com/t5/QlikView/Join-or-Concatenate-or-Mapping/m-p/1516393#M437011</link>
      <description>&lt;P&gt;When contatenate this 2 tables the 1st table has no values for&amp;nbsp;&lt;SPAN&gt;[Install Base] and the 2nd table has no values for&amp;nbsp;Modality.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is the reason for getting 0 Install base when select a modality&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Albert&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 16:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-or-Concatenate-or-Mapping/m-p/1516393#M437011</guid>
      <dc:creator>albert_guito</dc:creator>
      <dc:date>2018-12-04T16:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Join or Concatenate or Mapping</title>
      <link>https://community.qlik.com/t5/QlikView/Join-or-Concatenate-or-Mapping/m-p/1516397#M437012</link>
      <description>Thank you for your reply. Can you please suggest the approach what can i follow..</description>
      <pubDate>Tue, 04 Dec 2018 16:46:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-or-Concatenate-or-Mapping/m-p/1516397#M437012</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-12-04T16:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Join or Concatenate or Mapping</title>
      <link>https://community.qlik.com/t5/QlikView/Join-or-Concatenate-or-Mapping/m-p/1516398#M437013</link>
      <description>That is kind of the down side of concatenated fact tables. Solution in this case is generic keys&lt;BR /&gt;see below links&lt;BR /&gt;Quick question though; did you consider link table between the 2 fact tables. this is more maintainable and quicker to achieve but with downside of performance issues with huge data sets&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Fact-Table-with-Mixed-Granularity/ba-p/1468238" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Fact-Table-with-Mixed-Granularity/ba-p/1468238&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/Generic-keys/ta-p/1496560" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/Generic-keys/ta-p/1496560&lt;/A&gt;</description>
      <pubDate>Tue, 04 Dec 2018 16:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-or-Concatenate-or-Mapping/m-p/1516398#M437013</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-12-04T16:49:09Z</dc:date>
    </item>
  </channel>
</rss>

