<?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: Qualify, Synthetic key, Circular Reference in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qualify-Synthetic-key-Circular-Reference/m-p/600350#M1113838</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Renuka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- "Qualify" - that is a script_command that will cause all fields specified (or all but those specified) to be "qualified" with the name of the table whence they come&lt;/P&gt;&lt;P&gt;=&amp;gt; If field_name is "seesaw" and table_name is "playground", then after that command, it will be&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp; playground.seesaw&amp;nbsp; &amp;lt;&amp;lt; - practical if you have equal field_names in several tables, to avoid QlikView automatically linking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- "Synthetic key" - is something to avoid whenever possible. It just means that two or more tables are linked by two or more common fields (that have the same name across tables).&lt;/P&gt;&lt;P&gt;=&amp;gt; Avoid that either by renaming fields, dropping temporary tables or by creating a compound_key (which actually does the same, but in a controlled way)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- "Circular reference" - is also something you should avoid. It just means, when you have tables A, B and C, that table A is linked to table B and to table C, so you already have all three tables linked, ok? - And additionally, table C is linked to table B via another field - so you have a circular reference from A to B to C to A - which will cause QlikView to break up your data_structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Feb 2014 11:00:39 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2014-02-18T11:00:39Z</dc:date>
    <item>
      <title>Qualify, Synthetic key, Circular Reference</title>
      <link>https://community.qlik.com/t5/QlikView/Qualify-Synthetic-key-Circular-Reference/m-p/600349#M1113836</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;Can anyone please help me with good explanation on Qualify, Synthetic key, Circular Reference in brief&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wen to use, Y to use n How to use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I am new to Qlikview&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 10:50:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qualify-Synthetic-key-Circular-Reference/m-p/600349#M1113836</guid>
      <dc:creator>renuka_sasikumar</dc:creator>
      <dc:date>2014-02-18T10:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Qualify, Synthetic key, Circular Reference</title>
      <link>https://community.qlik.com/t5/QlikView/Qualify-Synthetic-key-Circular-Reference/m-p/600350#M1113838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Renuka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- "Qualify" - that is a script_command that will cause all fields specified (or all but those specified) to be "qualified" with the name of the table whence they come&lt;/P&gt;&lt;P&gt;=&amp;gt; If field_name is "seesaw" and table_name is "playground", then after that command, it will be&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp; playground.seesaw&amp;nbsp; &amp;lt;&amp;lt; - practical if you have equal field_names in several tables, to avoid QlikView automatically linking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- "Synthetic key" - is something to avoid whenever possible. It just means that two or more tables are linked by two or more common fields (that have the same name across tables).&lt;/P&gt;&lt;P&gt;=&amp;gt; Avoid that either by renaming fields, dropping temporary tables or by creating a compound_key (which actually does the same, but in a controlled way)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- "Circular reference" - is also something you should avoid. It just means, when you have tables A, B and C, that table A is linked to table B and to table C, so you already have all three tables linked, ok? - And additionally, table C is linked to table B via another field - so you have a circular reference from A to B to C to A - which will cause QlikView to break up your data_structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 11:00:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qualify-Synthetic-key-Circular-Reference/m-p/600350#M1113838</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-02-18T11:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Qualify, Synthetic key, Circular Reference</title>
      <link>https://community.qlik.com/t5/QlikView/Qualify-Synthetic-key-Circular-Reference/m-p/600351#M1113840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check enclosed file.&lt;/P&gt;&lt;P&gt;For circular reference .....&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/06/25/circular-references" title="http://community.qlik.com/blogs/qlikviewdesignblog/2013/06/25/circular-references"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/06/25/circular-references&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 11:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qualify-Synthetic-key-Circular-Reference/m-p/600351#M1113840</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-18T11:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qualify, Synthetic key, Circular Reference</title>
      <link>https://community.qlik.com/t5/QlikView/Qualify-Synthetic-key-Circular-Reference/m-p/600352#M1113842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Renuka&lt;/P&gt;&lt;P&gt;find the attachement.&lt;/P&gt;&lt;P&gt;it helps you.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mahesh T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 11:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qualify-Synthetic-key-Circular-Reference/m-p/600352#M1113842</guid>
      <dc:creator />
      <dc:date>2014-02-18T11:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qualify, Synthetic key, Circular Reference</title>
      <link>https://community.qlik.com/t5/QlikView/Qualify-Synthetic-key-Circular-Reference/m-p/600353#M1113845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Renuka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are load of articles on the community. Some of my favourite ones...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/04/16/synthetic-keys"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/04/16/synthetic-keys&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/06/25/circular-references"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/06/25/circular-references&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/457995#457995"&gt;http://community.qlik.com/message/457995#457995&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/451496#451496"&gt;http://community.qlik.com/message/451496#451496&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;DV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 11:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qualify-Synthetic-key-Circular-Reference/m-p/600353#M1113845</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2014-02-18T11:16:29Z</dc:date>
    </item>
  </channel>
</rss>

