<?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 Data Model Structure in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Model-Structure/m-p/1358300#M416602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone I have a question on data joining&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this two table (actual fact is 3 but i would want to simplify it)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1 consist of : Country, Warehouse, Type, Delivery_Mode and the list of KPIs (aggregated such as volumes, revenue , cancellation)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Table 2 that consist of Country, Warehouse, Type and the list of KPIs (Average_Time from shipped to delivered etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to combine this two table and do note that table 2 does not have Delivery Mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do a left join table 1, it give me duplicate info on table 2 data with the delivery mode. How can I make it that it is unique and it should show a separate record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/171139_Capture.PNG" style="height: 499px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jul 2017 09:04:52 GMT</pubDate>
    <dc:creator>n1ef5ng1</dc:creator>
    <dc:date>2017-07-24T09:04:52Z</dc:date>
    <item>
      <title>Data Model Structure</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Model-Structure/m-p/1358300#M416602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone I have a question on data joining&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this two table (actual fact is 3 but i would want to simplify it)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1 consist of : Country, Warehouse, Type, Delivery_Mode and the list of KPIs (aggregated such as volumes, revenue , cancellation)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Table 2 that consist of Country, Warehouse, Type and the list of KPIs (Average_Time from shipped to delivered etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to combine this two table and do note that table 2 does not have Delivery Mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do a left join table 1, it give me duplicate info on table 2 data with the delivery mode. How can I make it that it is unique and it should show a separate record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/171139_Capture.PNG" style="height: 499px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 09:04:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Model-Structure/m-p/1358300#M416602</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2017-07-24T09:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data Model Structure</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Model-Structure/m-p/1358301#M416603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perform &lt;STRONG&gt;Concatenate&lt;/STRONG&gt; operation between two tables. Rename your table two fields according to table 1 and perform concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Table1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LOAD Country, Warehouse, Type, Delivery_Mode,KPI1,KPI2,KPI3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FROM table1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;concatenate(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Table1)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LOAD &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Country, Warehouse, Type,KPI4,KPI5&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FROM table2&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 09:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Model-Structure/m-p/1358301#M416603</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-07-24T09:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Data Model Structure</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Model-Structure/m-p/1358302#M416604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 09:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Model-Structure/m-p/1358302#M416604</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-07-24T09:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Data Model Structure</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Model-Structure/m-p/1358303#M416605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You just need to add missing field with null data as below and all other columns will have same name:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Country, Warehouse, Type, Delivery_Mode and the list of KPIs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(aggregated such as volumes, revenue , cancellation)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;concate &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Country, Warehouse,null() as Delivery_Mode, Type and the list of KPIs (Average_Time from shipped to delivered etc)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 10:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Model-Structure/m-p/1358303#M416605</guid>
      <dc:creator>mangalsk</dc:creator>
      <dc:date>2017-07-24T10:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data Model Structure</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Model-Structure/m-p/1358304#M416606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/120555"&gt;n1ef5ng1&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Is my answer was something different? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 10:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Model-Structure/m-p/1358304#M416606</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-07-24T10:03:14Z</dc:date>
    </item>
  </channel>
</rss>

