<?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:association in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Re-association/m-p/137063#M762473</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;please refer to the qlik help;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/" title="https://help.qlik.com/en-US/"&gt;https://help.qlik.com/en-US/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Jul 2018 20:19:28 GMT</pubDate>
    <dc:creator>kfoudhaily</dc:creator>
    <dc:date>2018-07-28T20:19:28Z</dc:date>
    <item>
      <title>Re:association</title>
      <link>https://community.qlik.com/t5/QlikView/Re-association/m-p/137062#M762472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is association in qlik in&amp;nbsp; tables?&lt;/P&gt;&lt;P&gt;What are the performance measures to be followed?&lt;/P&gt;&lt;P&gt;When ever we load data into qlikview it automatically performs all the associatons?&lt;/P&gt;&lt;P&gt;Can any one explain about the concept of synthetic key?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;vijay kumr&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/Re-association/m-p/137062#M762472</guid>
      <dc:creator>t_vijay_qlik</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re:association</title>
      <link>https://community.qlik.com/t5/QlikView/Re-association/m-p/137063#M762473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;please refer to the qlik help;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/" title="https://help.qlik.com/en-US/"&gt;https://help.qlik.com/en-US/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2018 20:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-association/m-p/137063#M762473</guid>
      <dc:creator>kfoudhaily</dc:creator>
      <dc:date>2018-07-28T20:19:28Z</dc:date>
    </item>
    <item>
      <title>Re:association</title>
      <link>https://community.qlik.com/t5/QlikView/Re-association/m-p/137064#M762474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1). Associations creation in Qlikview:&lt;/P&gt;&lt;P&gt;Tables not having common key, then create a common key to make association between tables.&lt;/P&gt;&lt;P&gt;Ex: &lt;/P&gt;&lt;P&gt;Customer:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;CustID, CustomerName&lt;/P&gt;&lt;P&gt;1, Luke&lt;/P&gt;&lt;P&gt;2, Leia&lt;/P&gt;&lt;P&gt;3, Chewbacca&lt;/P&gt;&lt;P&gt;4, Han Solo&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Orders:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;OrderID, CustomerID, Product, QTY&lt;/P&gt;&lt;P&gt;11234, 4, Fedora Hat, 1&lt;/P&gt;&lt;P&gt;12234, 2, Hair Brush, 1&lt;/P&gt;&lt;P&gt;13234, 3, Breath Mints, 10&lt;/P&gt;&lt;P&gt;14234, 1, Light Sabre, 1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NewOrder:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *, CustomerID as CustID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RESIDENT Orders;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE Orders;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load data, Now Customer and NewOrder table having an auto Assosiation with CustId column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2). Auto Associations between tables in qlikview:&lt;/P&gt;&lt;P&gt;Field names must be exactly the same for auto-association links between tables.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;Customer:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CustId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CustName&lt;/P&gt;&lt;P&gt;From Customer.xlsx;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Orders:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OrderId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CustId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OrderDetails&lt;/P&gt;&lt;P&gt;From Order.xlsx;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load data, Now both tables having common key as CustId, so it'll form Auto Association between tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Synthetic Keys in Qlikview:&lt;/P&gt;&lt;P&gt;More fields with common names form Synthetic keys and a new Synthetic table with common names.&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;Customer:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CustId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OrderId&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CustName&lt;/P&gt;&lt;P&gt;From Customer.xlsx;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Orders:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OrderId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CustId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OrderDetails&lt;/P&gt;&lt;P&gt;From Order.xlsx;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Data, Now both tables are having two common names as CustId,OrderId, so it creates an Extra table with common names. Clear this issue with rename, qualify, unqualify options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jul 2018 13:16:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-association/m-p/137064#M762474</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-07-29T13:16:57Z</dc:date>
    </item>
  </channel>
</rss>

