<?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: Replace Synthetic Key with LinkTable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048560#M942730</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sasi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly find attached App, I hope you are looking for that one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jan 2016 04:16:28 GMT</pubDate>
    <dc:creator>engishfaque</dc:creator>
    <dc:date>2016-01-08T04:16:28Z</dc:date>
    <item>
      <title>Replace Synthetic Key with LinkTable</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048554#M942724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear QVExperts,&lt;/P&gt;&lt;P&gt;How to replace the Synthetic Table with LinkTable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Syn.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110968_Syn.jpg" style="height: 338px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 19:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048554#M942724</guid>
      <dc:creator />
      <dc:date>2016-01-07T19:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Synthetic Key with LinkTable</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048555#M942725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wouldn't use a link-table approach and rather concatenate or maybe join these table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Match:&lt;/P&gt;&lt;P&gt;Load * From Sales;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; concatenate&lt;/P&gt;&lt;P&gt;Load * From Return;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; concatenate&lt;/P&gt;&lt;P&gt;Load * From Incentive;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here could find many examples how to develop datamodels: &lt;A href="https://community.qlik.com/docs/DOC-8844"&gt;Get started with developing qlik datamodels&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 19:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048555#M942725</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-01-07T19:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Synthetic Key with LinkTable</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048556#M942726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcus is absolutely correct in suggesting you should combine your data into a single table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as aside you could convert your [Year} and [Month] fields into a single MonthName field like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;MonthName(Date#(Year&amp;amp;Month,'YYYYMMM')) as MonthName&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 19:54:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048556#M942726</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-07T19:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Synthetic Key with LinkTable</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048557#M942727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus &amp;amp; Bill.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In DataModel, The Synthetic key is removed. But in the Document, two list boxes are expected, Year &amp;amp; Month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i split using Left or Right Function, Any one of the List Box is functioning. Either Year or Month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 03:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048557#M942727</guid>
      <dc:creator />
      <dc:date>2016-01-08T03:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Synthetic Key with LinkTable</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048558#M942728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no need of Link Tables every time, you can manage this type of data by concatenating all the tables into one.&amp;nbsp; Check script below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Sample.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is A);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Data)&lt;/P&gt;&lt;P&gt;LOAD Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Return&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Sample.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is B);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Data)&lt;/P&gt;&lt;P&gt;LOAD Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Incentive&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Sample.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is C);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached file for solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 03:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048558#M942728</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-08T03:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Synthetic Key with LinkTable</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048559#M942729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sasi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid systhatic keys ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use concatenate and Join Between those table, your problem will resolve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nagarjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 04:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048559#M942729</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2016-01-08T04:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Synthetic Key with LinkTable</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048560#M942730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sasi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly find attached App, I hope you are looking for that one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 04:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048560#M942730</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2016-01-08T04:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Synthetic Key with LinkTable</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048561#M942731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Marcus solution is correct we need to approach concatenation option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 04:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048561#M942731</guid>
      <dc:creator>rajeshforqlikvi</dc:creator>
      <dc:date>2016-01-08T04:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Synthetic Key with LinkTable</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048562#M942732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;LOAD Year, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Origin' as Sales&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is A);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Return:&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD Year, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Return, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Origin' as Return&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is B);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incentive:&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD Year, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Incentive,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Origin' as Incentive&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is C);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by doing this way you can set set analysis very easy way.....&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 04:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048562#M942732</guid>
      <dc:creator>rajeshforqlikvi</dc:creator>
      <dc:date>2016-01-08T04:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Synthetic Key with LinkTable</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048563#M942733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concatenation of tables is good option here..&lt;/P&gt;&lt;P&gt;If u don't want, the Sales/Return/&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Incentive as 3 separate columns&lt;/SPAN&gt;.., create a separate Flag field and one Value field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please find the attached file..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 05:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048563#M942733</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-01-08T05:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Synthetic Key with LinkTable</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048564#M942734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Everyone for the valued Suggestions.&lt;/P&gt;&lt;P&gt;Resolved the issue. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 07:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048564#M942734</guid>
      <dc:creator />
      <dc:date>2016-01-08T07:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Synthetic Key with LinkTable</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048565#M942735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Sasi,&lt;/P&gt;&lt;P&gt;I work for Pernambuco (State of Brazil) Government, and here we deal with LAAAARGE DATAS. So, we have to use LinkTable like I demonstrate in this attachment.&lt;/P&gt;&lt;P&gt;Your data structure should look like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="LINKTABLE.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/111253_LINKTABLE.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The linktable is constructed like follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//HERE THESE LINK TABLES SHOULD NATURALLY BE CONCATENATED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LINKTABLE:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; YEAR&amp;amp;'-'&amp;amp;MONTH as %YEAR_MONTH_INCENTIVE_KEY,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; null() as %YEAR_MONTH_SALES_KEY,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; null() as %YEAR_MONTH_RETURN_KEY,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YEAR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MONTH&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[LINTABLE.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is INCENTIVE);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LINKTABLE:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; null() as %YEAR_MONTH_INCENTIVE_KEY,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YEAR&amp;amp;'-'&amp;amp;MONTH as %YEAR_MONTH_SALES_KEY,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; null() as %YEAR_MONTH_RETURN_KEY,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YEAR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MONTH&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[LINTABLE.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is SALES);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LINKTABLE:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; null() as %YEAR_MONTH_INCENTIVE_KEY,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; null() as %YEAR_MONTH_SALES_KEY,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YEAR&amp;amp;'-'&amp;amp;MONTH as %YEAR_MONTH_RETURN_KEY,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YEAR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MONTH&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[LINTABLE.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is RETURN);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The null() statements are for &lt;SPAN lang="en"&gt;standardize the LinkTable for a natural concatenation.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 14:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048565#M942735</guid>
      <dc:creator />
      <dc:date>2016-01-11T14:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Synthetic Key with LinkTable</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048566#M942736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a possible way but I doubted it that it's best way by LAAAARGE DATAS by which is mostly better to have a single fact-table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 15:23:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048566#M942736</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-01-11T15:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Synthetic Key with LinkTable</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048567#M942737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But when you have single fact table the data structure doesn't show as much as we need.&lt;/P&gt;&lt;P&gt;I agree that have a single fact is the easiest way, simply concatenate everything... but sometimes we need to "see" what's going wrong, and link table helps a lot.&lt;/P&gt;&lt;P&gt;One fact table for 30 facts from diferent databases will not help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Giba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 16:28:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Synthetic-Key-with-LinkTable/m-p/1048567#M942737</guid>
      <dc:creator />
      <dc:date>2016-01-11T16:28:46Z</dc:date>
    </item>
  </channel>
</rss>

