<?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 $SynTables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SynTables/m-p/1439624#M813800</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case when we have got a synthtable, we are going to avoid it, creating link table (simply own-created table) in the load script. For example Table1(fields: a,b,c,d), Table2(&lt;SPAN style="font-size: 13.3333px;"&gt;fields: a,b,c,x,y,z). After that &lt;SPAN style="font-size: 13.3333px;"&gt;Table1(fields: d),linktable(a&amp;amp;b&amp;amp;c,a,b,c), Table2(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;fields:x,y,z). But, in some more complex cases of Data Models QV takes off some fields from linktable and put them into $SyntTable. Can anyone explain me purpose of this action?&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Best regards , &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;YuCH&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>jurciello</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>$SynTables</title>
      <link>https://community.qlik.com/t5/QlikView/SynTables/m-p/1439624#M813800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case when we have got a synthtable, we are going to avoid it, creating link table (simply own-created table) in the load script. For example Table1(fields: a,b,c,d), Table2(&lt;SPAN style="font-size: 13.3333px;"&gt;fields: a,b,c,x,y,z). After that &lt;SPAN style="font-size: 13.3333px;"&gt;Table1(fields: d),linktable(a&amp;amp;b&amp;amp;c,a,b,c), Table2(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;fields:x,y,z). But, in some more complex cases of Data Models QV takes off some fields from linktable and put them into $SyntTable. Can anyone explain me purpose of this action?&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Best regards , &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;YuCH&lt;/SPAN&gt;&lt;/P&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/SynTables/m-p/1439624#M813800</guid>
      <dc:creator>jurciello</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: $SynTables</title>
      <link>https://community.qlik.com/t5/QlikView/SynTables/m-p/1439625#M813801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is to maintain the unique key combination between the tables that is the purpose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 07:27:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SynTables/m-p/1439625#M813801</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-29T07:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: $SynTables</title>
      <link>https://community.qlik.com/t5/QlikView/SynTables/m-p/1439626#M813802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, when Developer performs link via linktable(correct from his point of view) but QV appologize that such link doesn`t perform unique key combination. That`s why QV creates it`s own $Synth ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 07:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SynTables/m-p/1439626#M813802</guid>
      <dc:creator>jurciello</dc:creator>
      <dc:date>2017-09-29T07:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: $SynTables</title>
      <link>https://community.qlik.com/t5/QlikView/SynTables/m-p/1439627#M813803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The QIX engine will create a synthetic table as soon as there is more than one key between tables. So it is basically the engine's way of creating an internal link table. See more on &lt;A href="https://community.qlik.com/qlik-blogpost/3064"&gt;Synthetic Keys&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 07:58:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SynTables/m-p/1439627#M813803</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2017-09-29T07:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: $SynTables</title>
      <link>https://community.qlik.com/t5/QlikView/SynTables/m-p/1439628#M813804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all for answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 08:20:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SynTables/m-p/1439628#M813804</guid>
      <dc:creator>jurciello</dc:creator>
      <dc:date>2017-10-04T08:20:01Z</dc:date>
    </item>
  </channel>
</rss>

