<?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 Amusing Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Amusing-Qlikview/m-p/305864#M1187551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this a bit amusing (see attachment picture)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone&amp;nbsp; can explain this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basicly I load 2 tables, like this. Why it creates syn table? :S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIX:&lt;/P&gt;&lt;P&gt;LOAD COMPANY&lt;/P&gt;&lt;P&gt;1 as T&lt;/P&gt;&lt;P&gt;RESIDENT FIX;&lt;/P&gt;&lt;P&gt;INNER JOIN&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;COMPANY&lt;/P&gt;&lt;P&gt;RESIDENT T_MAP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIX:&lt;/P&gt;&lt;P&gt;LOAD COMPANY&lt;/P&gt;&lt;P&gt;2 as T&lt;/P&gt;&lt;P&gt;RESIDENT FIX;&lt;/P&gt;&lt;P&gt;INNER JOIN&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;COMPANY&lt;/P&gt;&lt;P&gt;RESIDENT T_MAP;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Aug 2011 06:03:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-08-29T06:03:52Z</dc:date>
    <item>
      <title>Amusing Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Amusing-Qlikview/m-p/305864#M1187551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this a bit amusing (see attachment picture)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone&amp;nbsp; can explain this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basicly I load 2 tables, like this. Why it creates syn table? :S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIX:&lt;/P&gt;&lt;P&gt;LOAD COMPANY&lt;/P&gt;&lt;P&gt;1 as T&lt;/P&gt;&lt;P&gt;RESIDENT FIX;&lt;/P&gt;&lt;P&gt;INNER JOIN&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;COMPANY&lt;/P&gt;&lt;P&gt;RESIDENT T_MAP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIX:&lt;/P&gt;&lt;P&gt;LOAD COMPANY&lt;/P&gt;&lt;P&gt;2 as T&lt;/P&gt;&lt;P&gt;RESIDENT FIX;&lt;/P&gt;&lt;P&gt;INNER JOIN&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;COMPANY&lt;/P&gt;&lt;P&gt;RESIDENT T_MAP;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2011 06:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Amusing-Qlikview/m-p/305864#M1187551</guid>
      <dc:creator />
      <dc:date>2011-08-29T06:03:52Z</dc:date>
    </item>
    <item>
      <title>Amusing Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Amusing-Qlikview/m-p/305865#M1187552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your 2 tables have a same name and the same fields. QV won't let the names be the same so it has named one of them FIX-1. The syn table is because all the fields are the same and the associate technology of QV will link on all matching fields. Synthetic keys are created when there is more than one matching field; they are effectively a combination of all the similar fields to create just one link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to review your data model. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2011 06:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Amusing-Qlikview/m-p/305865#M1187552</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2011-08-29T06:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Amusing Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Amusing-Qlikview/m-p/305866#M1187553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But.. Normally when table has same columns, Q merges to one table. I am excpecting same behavior. You can try this with two inline tables. I think inner join is cousing some problems, and Q doesnt execute/skip than process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2011 06:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Amusing-Qlikview/m-p/305866#M1187553</guid>
      <dc:creator />
      <dc:date>2011-08-29T06:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Amusing Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Amusing-Qlikview/m-p/305867#M1187554</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;SPAN class="hps"&gt;If&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Qlik&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;find&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;two tables&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;with the same fields&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;usually&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;performs&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;concatenate&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Probably&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in your&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;case, the two&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;join&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Qlik&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;require&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to keep&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;separate the two&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;structures&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;up&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;join&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;them&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;In your case&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;you should&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;use two&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;temporary tables in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;memory&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;make the&lt;/SPAN&gt; explicit concatenate&lt;SPAN class="hps"&gt; and &lt;/SPAN&gt;&lt;SPAN class="hps"&gt;destroy the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;temporary tables.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2011 08:52:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Amusing-Qlikview/m-p/305867#M1187554</guid>
      <dc:creator />
      <dc:date>2011-08-29T08:52:35Z</dc:date>
    </item>
    <item>
      <title>Amusing Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Amusing-Qlikview/m-p/305868#M1187555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, i think it too, but this&amp;nbsp; behavior seemed strange. When i used comand Concatenate, it created cross join of those tables. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2011 09:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Amusing-Qlikview/m-p/305868#M1187555</guid>
      <dc:creator />
      <dc:date>2011-08-29T09:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Amusing Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Amusing-Qlikview/m-p/305869#M1187556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;kristaps.ozols wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But.. Normally when table has same columns, Q merges to one table. I am excpecting same behavior. You can try this with two inline tables. I think inner join is cousing some problems, and Q doesnt execute/skip than process.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want a standard join between the two tables you mustn't name the second table.&amp;nbsp; Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;FIX:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COMPANY,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 as T&lt;/P&gt;&lt;P&gt;RESIDENT FIX;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INNER JOIN (FIX)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COMPANY&lt;/P&gt;&lt;P&gt;RESIDENT T_MAP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN (FIX)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COMPANY,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 as T&lt;/P&gt;&lt;P&gt;RESIDENT FIX;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INNER JOIN (FIX)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COMPANY&lt;/P&gt;&lt;P&gt;RESIDENT T_MAP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, note that this is 4 steps all consecutively acting on the table FIX. As cmaneglia says, you may want to build the tables separately first:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;FIX:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //this is the main table&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COMPANY,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 as T&lt;/P&gt;&lt;P&gt;RESIDENT FIX;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INNER JOIN (FIX)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //inner join to main table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COMPANY&lt;/P&gt;&lt;P&gt;RESIDENT T_MAP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIX_temp:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //create a temp table&lt;/P&gt;&lt;P&gt;NoConcatenate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //this is necessary to prevent an automatic join as the fields will be the same&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COMPANY,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 as T&lt;/P&gt;&lt;P&gt;RESIDENT FIX;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INNER JOIN (FIX_temp)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //inner join to the temp table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COMPANY&lt;/P&gt;&lt;P&gt;RESIDENT T_MAP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN (FIX)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //define the table to join to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;RESIDENT FIX_temp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //join temp table to main one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE FIX_temp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //to prevent syn keys as the temp table is no longer needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to be sure you are using the correct JOIN type.&amp;nbsp; Read about the difference in the F1 help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS - just looking through the field names I wonder if any of this is the right option for you.&amp;nbsp; What are you trying to do here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2011 09:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Amusing-Qlikview/m-p/305869#M1187556</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2011-08-29T09:44:50Z</dc:date>
    </item>
  </channel>
</rss>

