<?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: Synthetic key in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Synthetic-key/m-p/1365730#M844447</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can concatenate them if they are facts from different sources you need to distinguish (e.g.: sales and budget), or rename the fields if they have nothing to do even if they have the same field names and load two different tables, and leave the product and order fields unchanged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you really don't want to have the synthetic key, use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AutoNumber(Order &amp;amp; '|' Product) AS KeyField&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in both tables in the load script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Apr 2017 08:25:16 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2017-04-08T08:25:16Z</dc:date>
    <item>
      <title>Synthetic key</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-key/m-p/1365727#M844444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I have below two tables that are to be linked based on ORDER field as well as PRODUCT field. How can i link the tables with out forming a Synthetic key?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="49" style="border: 1px solid #000000; width: 365px; height: 46px;" width="363"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 2&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 3&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 4&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 5&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;order1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;product1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;region&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;area&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;sales&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="49" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#000000&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" style="border: 1px solid #000000; width: 364px; height: 32px;" width="362"&gt;&lt;TBODY&gt;&lt;TR style="height: 15px;"&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 2&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 3&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 4&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 5&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Order2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Product2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;market&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Business group&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&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/Synthetic-key/m-p/1365727#M844444</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic key</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-key/m-p/1365728#M844445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't you just join the tables together?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;BR /&gt;LOAD order1 AS order, product1 AS product, region, area, sales&lt;/P&gt;&lt;P&gt;FROM YourSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OUTER JOIN (Table)&lt;/P&gt;&lt;P&gt;LOAD Order2 AS order, Product2 AS product, market, [Business group]&lt;/P&gt;&lt;P&gt;FROM YourSource2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can change the join to be inner/outer/left/right as necessary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Apr 2017 06:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-key/m-p/1365728#M844445</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2017-04-08T06:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic key</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-key/m-p/1365729#M844446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use Key function to generate a new key values based not the combination and re-name the filed names to avoid synthetic key formation.... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Apr 2017 07:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-key/m-p/1365729#M844446</guid>
      <dc:creator />
      <dc:date>2017-04-08T07:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic key</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-key/m-p/1365730#M844447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can concatenate them if they are facts from different sources you need to distinguish (e.g.: sales and budget), or rename the fields if they have nothing to do even if they have the same field names and load two different tables, and leave the product and order fields unchanged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you really don't want to have the synthetic key, use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AutoNumber(Order &amp;amp; '|' Product) AS KeyField&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in both tables in the load script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Apr 2017 08:25:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-key/m-p/1365730#M844447</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2017-04-08T08:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic key</title>
      <link>https://community.qlik.com/t5/QlikView/Synthetic-key/m-p/1365731#M844448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This link might be useful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/thread/256477"&gt;http://community.qlik.com/thread/256477&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Apr 2017 12:37:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Synthetic-key/m-p/1365731#M844448</guid>
      <dc:creator>shamitshah</dc:creator>
      <dc:date>2017-04-08T12:37:33Z</dc:date>
    </item>
  </channel>
</rss>

