<?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: How to force a JOIN in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1274994#M852099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [PM Name]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [..\PM Names.xlsx]&lt;/STRONG&gt;&lt;STRONG style="font-size: 10pt;"&gt;(ooxml, embedded labels, table is Backlog);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;concatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [PM Name]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;STRONG style="font-size: 10pt;"&gt;[..\PM Names.xlsx] &lt;/STRONG&gt;&lt;STRONG style="font-size: 10pt;"&gt;(ooxml, embedded labels, table is Slip)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;where &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Not Exist(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[PM Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;);&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;concatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [PM Name]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [..\PM Names.xlsx] &lt;/STRONG&gt;&lt;STRONG style="font-size: 10pt;"&gt;(ooxml, embedded labels, table is ProjectManager)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where Not Exist&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;SPAN style="font-size: 13.3333px;"&gt;[PM Name]&lt;/SPAN&gt;);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Feb 2017 17:26:56 GMT</pubDate>
    <dc:creator>aarkay29</dc:creator>
    <dc:date>2017-02-27T17:26:56Z</dc:date>
    <item>
      <title>How to create a link between two tables in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1274991#M852096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 3 tables that share a field, but not all the values are the same.&amp;nbsp; I want to JOIN two of the tables to a table that has unique values only in it.&amp;nbsp; I am looking to do this so that when I create a table or a list box, I can use the field from the unique table so that when a user clicks on the name, the proper data is returned.&amp;nbsp; I've attached a copy of the QVW that I am working with.&amp;nbsp; I have qualified each name on the tables because I do not want a JOIN between the Slip and Backlog tables.&amp;nbsp; I just want to JOIN Slip and Backlog to ProjectManager on the field PM Name.&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/How-to-create-a-link-between-two-tables-in-script/m-p/1274991#M852096</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to force a JOIN in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1274992#M852097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you really need a 3rd table with all possible values but each of them only once?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just rename them so that all fields have the exact same name. A QlikView field (in a listbox) will only display unique values, whether you have 10000 identical copies or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 17:23:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1274992#M852097</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-02-27T17:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to force a JOIN in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1274993#M852098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the issue is that when I create a straight table with additional data and click on the PM Name field, it does not limit the data correctly in other charts/tables because I am only using the field from one particular table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 17:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1274993#M852098</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2017-02-27T17:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to force a JOIN in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1274994#M852099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [PM Name]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [..\PM Names.xlsx]&lt;/STRONG&gt;&lt;STRONG style="font-size: 10pt;"&gt;(ooxml, embedded labels, table is Backlog);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;concatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [PM Name]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;STRONG style="font-size: 10pt;"&gt;[..\PM Names.xlsx] &lt;/STRONG&gt;&lt;STRONG style="font-size: 10pt;"&gt;(ooxml, embedded labels, table is Slip)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;where &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Not Exist(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[PM Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;);&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;concatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [PM Name]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [..\PM Names.xlsx] &lt;/STRONG&gt;&lt;STRONG style="font-size: 10pt;"&gt;(ooxml, embedded labels, table is ProjectManager)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where Not Exist&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;SPAN style="font-size: 13.3333px;"&gt;[PM Name]&lt;/SPAN&gt;);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 17:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1274994#M852099</guid>
      <dc:creator>aarkay29</dc:creator>
      <dc:date>2017-02-27T17:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to force a JOIN in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1274995#M852100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not looking to make one table.&amp;nbsp; I am trying to solve for an issue where I have additional data in the Backlog and Slip tables.&amp;nbsp; I then create straight tables of data and click on the PM Name field in one of those straight tables.&amp;nbsp; The other straight tables that has a different PM Name from the other table does not get filtered. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 17:32:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1274995#M852100</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2017-02-27T17:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to force a JOIN in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1274996#M852101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are linking the tables with the key PM Name then when you select a PM Name only the respective PM Name will be filtered in the other tables as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There must be a different link key to link different PM names in different tables. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 17:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1274996#M852101</guid>
      <dc:creator>aarkay29</dc:creator>
      <dc:date>2017-02-27T17:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to force a JOIN in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1274997#M852102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, that is why I wanted to create the third table with the unique values only to be able to select from that instead of the PM Name from each table.&amp;nbsp; I added additional data to the QVW to help illustrate the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 17:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1274997#M852102</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2017-02-27T17:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a link between two tables in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1274998#M852103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this Technical brief. You may find it useful...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1 style="font-weight: normal; font-size: 26px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;A _jive_internal="true" class="font-color-normal" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/05/17/concatenate-vs-link-table" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3d3d3d;"&gt;Concatenate vs Link Table&lt;/A&gt;&lt;/H1&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 17:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1274998#M852103</guid>
      <dc:creator>albertovarela</dc:creator>
      <dc:date>2017-02-27T17:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to force a JOIN in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1274999#M852104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;I see there is no link between the tables, there is no common field name as you were Qualifying PMName in every table. &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Use this instead.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;ProjectManager:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;LOAD [PM Name]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;[..\PM Names.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is ProjectManager);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;QUALIFY *;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;UnQualify &lt;SPAN style="font-size: 13.3333px;"&gt;PMName&lt;/SPAN&gt;;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Backlog:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,PMName as PMNameBlog&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[..\PM Names.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Backlog);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Slip:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,PMName as PMNameSlip&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[..\PM Names.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Slip);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 19:00:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1274999#M852104</guid>
      <dc:creator>aarkay29</dc:creator>
      <dc:date>2017-02-27T19:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a link between two tables in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1275000#M852105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that does it.&amp;nbsp; Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 19:10:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1275000#M852105</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2017-02-27T19:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a link between two tables in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1275001#M852106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a related question to this issue.&amp;nbsp; I manually created the "linked" table called ProjectManager.&amp;nbsp; Is there a way to create that table in the script from the data in the other two tables?&amp;nbsp; The values in the table are just the unique PMNames from the other two tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 19:14:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1275001#M852106</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2017-02-27T19:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to force a JOIN in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1275002#M852107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not understand exactly &lt;/P&gt;&lt;P&gt;Do you want to link the tables using a link table which has all the unique PMNames??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 19:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1275002#M852107</guid>
      <dc:creator>aarkay29</dc:creator>
      <dc:date>2017-02-27T19:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a link between two tables in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1275003#M852108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but I originally manually created that table myself in Excel.&amp;nbsp; I want to find a way to create it in the script instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 19:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1275003#M852108</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2017-02-27T19:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a link between two tables in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1275004#M852109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[Link Table]:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [PM Name]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [..\PM Names.xlsx]&lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;(ooxml, embedded labels, table is Backlog);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;concatenate (&lt;STRONG style="font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;[Link Table]&lt;/STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [PM Name]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;[..\PM Names.xlsx] &lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;(ooxml, embedded labels, table is Slip)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;where&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Not Exist(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[PM Name]&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;);&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;concatenate (&lt;STRONG style="font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;[Link Table]&lt;/STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [PM Name]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [..\PM Names.xlsx] &lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;(ooxml, embedded labels, table is ProjectManager)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;where Not Exist&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[PM Name]&lt;/SPAN&gt;);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;This will be your table with all the unique PMNames, Then load each table and link them with [PMName]&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 19:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1275004#M852109</guid>
      <dc:creator>aarkay29</dc:creator>
      <dc:date>2017-02-27T19:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a link between two tables in script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1275005#M852110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had to modify it a bit, but I got it to work...thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 19:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-link-between-two-tables-in-script/m-p/1275005#M852110</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2017-02-27T19:40:26Z</dc:date>
    </item>
  </channel>
</rss>

