<?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: Help Creating Link Table needed !!!! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-Creating-Link-Table-needed/m-p/1382824#M808202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fer Fer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am New to Qlikview, What do you mean by &lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: black; background: white;"&gt;&lt;STRONG&gt;Can you share a sample with an example ?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: black; background: white;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: black; background: white;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Oct 2017 16:25:23 GMT</pubDate>
    <dc:creator>jgarciaf106</dc:creator>
    <dc:date>2017-10-17T16:25:23Z</dc:date>
    <item>
      <title>Help Creating Link Table needed !!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Creating-Link-Table-needed/m-p/1382822#M808200</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;I am trying to create a link table using an script The script contains 3 steps&lt;/P&gt;&lt;P&gt;1- Load Fact Tables&lt;/P&gt;&lt;P&gt;2- Create Link Tables&lt;/P&gt;&lt;P&gt;3- And Drop Fields&lt;/P&gt;&lt;P&gt;By any reason the script fails on creating the Link Tables with an error of table not found error.&lt;/P&gt;&lt;P&gt;Please find my script attached and let me know if anything could be adjusted. Also Screen error Attached.&lt;/P&gt;&lt;P&gt;Appreciate any help provided&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 in advanced.&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/Help-Creating-Link-Table-needed/m-p/1382822#M808200</guid>
      <dc:creator>jgarciaf106</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help Creating Link Table needed !!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Creating-Link-Table-needed/m-p/1382823#M808201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andres&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: black; background: white;"&gt;Can you share a sample with an example ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;Exit_Survey:&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;SQL SELECT `BUSINESS UNIT` &amp;amp; '|' &amp;amp; `CLUSTER`&amp;amp; '|' &amp;amp; `COUNTRY` &amp;amp; '|' &amp;amp; `LOCATION` &amp;amp; '|' &amp;amp; `MONTH` As [%Key field],&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="color: #00b050;"&gt;`BUSINESS UNIT`,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `ES_Business_Title`,&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `ES_Company`,&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify; padding: 0 0 1.0pt 0;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;SPAN lang="EN-US" style="color: #00b050;"&gt;LinkTable&lt;/SPAN&gt;: // &lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 14.0pt; color: red;"&gt;`&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;SQL SELECT DISTINCT&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;[%Key field],&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;[BUSINESS UNIT],&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;CLUSTER,&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;COUNTRY,&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;LOCATION,&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;MONTH,&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;Resident Exit_Survey;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 14:48:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Creating-Link-Table-needed/m-p/1382823#M808201</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2017-10-17T14:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help Creating Link Table needed !!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Creating-Link-Table-needed/m-p/1382824#M808202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fer Fer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am New to Qlikview, What do you mean by &lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: black; background: white;"&gt;&lt;STRONG&gt;Can you share a sample with an example ?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: black; background: white;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: black; background: white;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 16:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Creating-Link-Table-needed/m-p/1382824#M808202</guid>
      <dc:creator>jgarciaf106</dc:creator>
      <dc:date>2017-10-17T16:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help Creating Link Table needed !!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Creating-Link-Table-needed/m-p/1382825#M808203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andres - review your code. When you load table Exit_Survey from the QV_DataBase.xlsx you never create a field called "BUSINESS UNIT', instead you combine this field with four others and call the result [%Key field]. When you load the Link Table you resident load Exit_Survey and tell it to load a field called "BUSINESS UNIT' - which does not exit (hence your error).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could fix this a few ways. You could add some new fields to "Exit_Survey" called ES_BUSINESS_UNIT, and then when loading the Link Table resident load ES_BUSINESS_UNIT as 'BUSINESS UNIT'. Another way would be to not resident load, but actually load again from QV_DataBase.xlsx into the Link Table. However you choose to correct it you are referencing a field you didn't include in the table. The solution is to add it to the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUSINESS UNIT does not exist in the Exit_Survey table:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="179981" alt="2017-10-17_13-49-00.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/179981_2017-10-17_13-49-00.png" style="height: 346px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik's error is very literal - "You said there is a field in the table Exit_Survey called 'BUSINESS UNIT', but there isn't....&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="179982" alt="2017-10-17_13-51-15.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/179982_2017-10-17_13-51-15.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LinkTable::&lt;/P&gt;&lt;P&gt;Load DISTINCT&lt;/P&gt;&lt;P&gt; `BUSINESS UNIT` &amp;amp; '|' &amp;amp; `CLUSTER`&amp;amp; '|' &amp;amp; `COUNTRY` &amp;amp; '|' &amp;amp; `LOCATION` &amp;amp; '|' &amp;amp; `MONTH` As [%Key field],&lt;/P&gt;&lt;P&gt; `BUSINESS UNIT`,&lt;/P&gt;&lt;P&gt; `CLUSTER`,&lt;/P&gt;&lt;P&gt; `COUNTRY`,&lt;/P&gt;&lt;P&gt; `LOCATION`,&lt;/P&gt;&lt;P&gt; `MONTH`&lt;/P&gt;&lt;P&gt;FROM &lt;C&gt; (ooxml, embedded labels, table is Exit_Survey);&lt;/C&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 18:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Creating-Link-Table-needed/m-p/1382825#M808203</guid>
      <dc:creator>rothtd</dc:creator>
      <dc:date>2017-10-17T18:50:57Z</dc:date>
    </item>
  </channel>
</rss>

