<?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: Not linking correctly in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Not-linking-correctly/m-p/253772#M1194388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The script is made by inline tables.&lt;/P&gt;&lt;P&gt;If you want to link a table to another one, you have to make sure that the names are the same.&lt;/P&gt;&lt;P&gt;Check the attached image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy paste this in the QV editor (ctrl + E) and reload the script.&lt;/P&gt;&lt;P&gt;You will get the schema as attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUSTOMER:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME, CITY, NUMBER&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cust_A, Birmingham, 001&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cust_B, Bristol, 002&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cust_C, London, 003&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cust_D, Southampton, 004&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ORDER:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORDERNR, NUMBER, PRODNR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ord_001, 001, A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ord_002, 001, A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ord_003, 001, B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ord_004, 002, B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ord_005, 003, A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ord_006, 003, C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ord_007, 004, A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ord_008, 004, B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ord_009, 004, C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ord_010, 004, D&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRODUCTS:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRODNR, PRODNAME&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, Product_A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, Product_B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C, Product_C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; D, Product_D&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="4838" alt="Table schema.gif" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/4838_Table+schema.gif" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 May 2011 12:17:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-05-31T12:17:14Z</dc:date>
    <item>
      <title>Not linking correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Not-linking-correctly/m-p/253767#M1194375</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;I am new to qlikview, but managed to follow some examples using pre-defined example databases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to try with my "real" data, and I have three tables: PRODUCTS, CUSTOMER, ORDER. The ORDER contains information about what has been sold and to whom, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRODUCTS&lt;/P&gt;&lt;P&gt;Prod_nr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ORDER&lt;/P&gt;&lt;P&gt;Order_nr&lt;/P&gt;&lt;P&gt;Cust_nr&lt;/P&gt;&lt;P&gt;Prod_nr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUSTOMER&lt;/P&gt;&lt;P&gt;Cust_nr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a relational database, this cause no trouble, but in qlikview it does not work. There is a link between the tables, but if I click on Cust_nr it will not show me the the product number, and vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice? Is there anyway I can override the settings in Qlikview or at least see how it links it all together?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 11:23:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-linking-correctly/m-p/253767#M1194375</guid>
      <dc:creator />
      <dc:date>2011-05-31T11:23:25Z</dc:date>
    </item>
    <item>
      <title>Not linking correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Not-linking-correctly/m-p/253768#M1194377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please share the table view with us?&lt;/P&gt;&lt;P&gt;Press ctrl + t when you are in QlikView desktop, and you will get the table view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regard,&lt;/P&gt;&lt;P&gt;Henco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 11:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-linking-correctly/m-p/253768#M1194377</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-31T11:41:08Z</dc:date>
    </item>
    <item>
      <title>Not linking correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Not-linking-correctly/m-p/253769#M1194380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The tables are called differently than in my example, but basically one contains sales orders, one products and one is a link between them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found that it happens if I try to select everything from all three tables it doesnt work. If I select only some fields, it works, but I would like to select all. It is a not a lot of data that I have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the qlikview image:&lt;/P&gt;&lt;P&gt;﻿﻿&lt;IMG alt="Screen064.jpg" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/4835_Screen064.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the Crystal Report image which shows the link that shoule be there. (Joins on ART NR and DOKNR).&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen065.jpg" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/4836_Screen065.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 11:52:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-linking-correctly/m-p/253769#M1194380</guid>
      <dc:creator />
      <dc:date>2011-05-31T11:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Not linking correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Not-linking-correctly/m-p/253770#M1194383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mace,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the attached example. I think that is what you want to have?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Henco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 12:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-linking-correctly/m-p/253770#M1194383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-31T12:08:06Z</dc:date>
    </item>
    <item>
      <title>Not linking correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Not-linking-correctly/m-p/253771#M1194386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh sorry... I am still trying this out so I am only on the Personal Edition and can't open other users files... any chance that you could copy-paste the script or a small explanations? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will award points of course. Thank you so much for helping me!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 12:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-linking-correctly/m-p/253771#M1194386</guid>
      <dc:creator />
      <dc:date>2011-05-31T12:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Not linking correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Not-linking-correctly/m-p/253772#M1194388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The script is made by inline tables.&lt;/P&gt;&lt;P&gt;If you want to link a table to another one, you have to make sure that the names are the same.&lt;/P&gt;&lt;P&gt;Check the attached image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy paste this in the QV editor (ctrl + E) and reload the script.&lt;/P&gt;&lt;P&gt;You will get the schema as attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUSTOMER:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME, CITY, NUMBER&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cust_A, Birmingham, 001&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cust_B, Bristol, 002&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cust_C, London, 003&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cust_D, Southampton, 004&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ORDER:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORDERNR, NUMBER, PRODNR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ord_001, 001, A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ord_002, 001, A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ord_003, 001, B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ord_004, 002, B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ord_005, 003, A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ord_006, 003, C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ord_007, 004, A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ord_008, 004, B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ord_009, 004, C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ord_010, 004, D&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRODUCTS:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRODNR, PRODNAME&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, Product_A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, Product_B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C, Product_C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; D, Product_D&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="4838" alt="Table schema.gif" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/4838_Table+schema.gif" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 12:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-linking-correctly/m-p/253772#M1194388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-31T12:17:14Z</dc:date>
    </item>
    <item>
      <title>Not linking correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Not-linking-correctly/m-p/253773#M1194390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The fields are named the same, but it seems like there are too many fields with the same name, thus creating too many links. I would like to tell Qlikview to ignore all links except one - am I right that this means I will have to rename all fields that should not be linked? &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;For example, there is a sum-field, which should - naturally - not be linked. I suppose the only way to avoid a link is to rename one of the sums?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only get this error when I select all fields in all tables, if I limit the choice it works better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 12:47:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-linking-correctly/m-p/253773#M1194390</guid>
      <dc:creator />
      <dc:date>2011-05-31T12:47:33Z</dc:date>
    </item>
    <item>
      <title>Not linking correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Not-linking-correctly/m-p/253774#M1194391</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;BR /&gt;That's correct, you have to rename the fields.&lt;/P&gt;&lt;P&gt;Maybe someone else can give you an alternative, but renaming the fields will do the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Henco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 12:50:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-linking-correctly/m-p/253774#M1194391</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-31T12:50:55Z</dc:date>
    </item>
  </channel>
</rss>

