<?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 Link table creation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316189#M1197966</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Samir,&lt;/P&gt;&lt;P&gt;QV links tables together using same fieldnames. This is a very powerful and convenient feature of QV but it may also result into funny and unexpected results (data-structures like snyc-tables) if you are not familar with it. So the first try would be to use the qualify - statement before loading the seond table. Or rename the according fields, if you do not want the links. &lt;/P&gt;&lt;P&gt;Second is to look where it is necessary to link tables via keys together. It can be very useful to link tables, best with only one corresponding keyfield in each table.&lt;/P&gt;&lt;P&gt;HtH for the moment&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 22 May 2011 10:08:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-05-22T10:08:02Z</dc:date>
    <item>
      <title>Link table creation</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316185#M1197962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know how to create link table using script.&lt;/P&gt;&lt;P&gt;Please find the attached file for more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Samir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 13:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316185#M1197962</guid>
      <dc:creator />
      <dc:date>2011-05-20T13:20:33Z</dc:date>
    </item>
    <item>
      <title>Link table creation</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316186#M1197963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi see this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/message/36977#36977"&gt;http://community.qlik.com/message/36977#36977&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it might help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sravan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 13:53:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316186#M1197963</guid>
      <dc:creator />
      <dc:date>2011-05-20T13:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Link table creation</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316187#M1197964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;User:&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Load autonumber(LoginId &amp;amp; Server) as LoginIDServer,&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoginId,&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Server,&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FullName,&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Emailid&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;LinkTable:&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Load Distinct LoginIDServer,&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoginId,&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Server, &lt;/P&gt;Resident User;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Drop tables LoginId, Server from User;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Project:&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Noconcatenate&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Load&amp;nbsp; autonumber(Server &amp;amp; Project_Path) as ServerProject_Path,&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Project_Path,&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Project_Title,&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Project_Created_On,&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Server&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join(LinkTable)&lt;/P&gt;&lt;P&gt;Load Distinct ServerProject_Path&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Project_Path,&lt;/P&gt;Server&lt;P style="margin-bottom: 0.0001pt;"&gt;Resident Project;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Drop Fields Project_Path,Server from Project&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;LoginDetails:&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Noconcatenate&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Load autonumber(LoginId &amp;amp; Server) as LoginIDServer,&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; autonumber(Server &amp;amp; Project_Path) as ServerProject_Path,&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;LoginId,&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Server,&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Project_Path,&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Access_On,&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Join(LinkTable)&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;LoginIDServer,&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;ServerProject_Path,&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;LoginId,&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Server&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Resident LoginDetails&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Drop tables LoginId,Server from LoginDetails;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This must solve your problem..Notice it is untested...&lt;/P&gt;&lt;P&gt;instead of join may be you have to use concatenate depending on the data!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sravan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 14:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316187#M1197964</guid>
      <dc:creator />
      <dc:date>2011-05-20T14:48:36Z</dc:date>
    </item>
    <item>
      <title>Link table creation</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316188#M1197965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Sravan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heartiest thanks for quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this but still it is creating one synthetic key (LoginIDServer+ServerProject_Path) and as my data too big, getting failure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guessed why it is creating synthetic key: In &lt;STRONG&gt;&lt;EM&gt;LinkTable &lt;/EM&gt;&lt;/STRONG&gt;table, after first two join, there are 5 fields:&lt;/P&gt;&lt;P&gt;LoginIDServer,&lt;/P&gt;&lt;P&gt;ServerProject_Path,&lt;/P&gt;&lt;P&gt;LoginId,&lt;/P&gt;&lt;P&gt;Server,&lt;/P&gt;&lt;P&gt;Project_Path&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As we go further to join the &lt;STRONG&gt;LoginIDServer&lt;/STRONG&gt;, &lt;STRONG&gt;ServerProject_Path&lt;/STRONG&gt; from &lt;STRONG&gt;&lt;EM&gt;LoginDetails &lt;/EM&gt;&lt;/STRONG&gt;table to &lt;EM&gt;&lt;STRONG&gt;LinkTable &lt;/STRONG&gt;&lt;/EM&gt;table, it creates synthetic key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please guide me how to remove this synthetic key?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Samir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 May 2011 08:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316188#M1197965</guid>
      <dc:creator />
      <dc:date>2011-05-22T08:46:07Z</dc:date>
    </item>
    <item>
      <title>Link table creation</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316189#M1197966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Samir,&lt;/P&gt;&lt;P&gt;QV links tables together using same fieldnames. This is a very powerful and convenient feature of QV but it may also result into funny and unexpected results (data-structures like snyc-tables) if you are not familar with it. So the first try would be to use the qualify - statement before loading the seond table. Or rename the according fields, if you do not want the links. &lt;/P&gt;&lt;P&gt;Second is to look where it is necessary to link tables via keys together. It can be very useful to link tables, best with only one corresponding keyfield in each table.&lt;/P&gt;&lt;P&gt;HtH for the moment&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 May 2011 10:08:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316189#M1197966</guid>
      <dc:creator />
      <dc:date>2011-05-22T10:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Link table creation</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316190#M1197967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Samir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think what you need is one more combined Key...&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;User:&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;Load autonumber(LoginId &amp;amp; Server) as LoginIDServer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoginId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Server,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FullName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Emailid&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LinkTable:&lt;/P&gt;&lt;P&gt;Load Distinct LoginIDServer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoginId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Server, &lt;/P&gt;&lt;P&gt;Resident User; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop fields LoginId, Server from User;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Project:&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; autonumber(Server &amp;amp; Project_Path) as ServerProject_Path,&lt;/P&gt;&lt;P&gt;Project_Path,&lt;/P&gt;&lt;P&gt;Project_Title,&lt;/P&gt;&lt;P&gt;Project_Created_On,&lt;/P&gt;&lt;P&gt;Server&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join(LinkTable)&lt;/P&gt;&lt;P&gt;Load Distinct ServerProject_Path&lt;/P&gt;&lt;P&gt;Project_Path,&lt;/P&gt;&lt;P&gt;Server &lt;/P&gt;&lt;P&gt;Resident Project;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Fields Project_Path,Server from Project&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LoginDetails:&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;Load autonumber(LoginId &amp;amp; Server &amp;amp; Project_Path) as LoginIDServerProjectPath,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; autonumber(LoginId &amp;amp; Server) as LoginIDServer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; autonumber(Server &amp;amp; Project_Path) as ServerProject_Path,&lt;/P&gt;&lt;P&gt;LoginId,&lt;/P&gt;&lt;P&gt;Server,&lt;/P&gt;&lt;P&gt;Project_Path,&lt;/P&gt;&lt;P&gt;Access_On,&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join(LinkTable) distinct&lt;/P&gt;&lt;P&gt;LoginIDServerProjectPath,&lt;/P&gt;&lt;P&gt;LoginIDServer,&lt;/P&gt;&lt;P&gt;ServerProject_Path,&lt;/P&gt;&lt;P&gt;LoginId,&lt;/P&gt;&lt;P&gt;Server&lt;/P&gt;&lt;P&gt;Resident LoginDetails&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Fields LoginIDServer,ServerProject_Path,LoginId,Server from LoginDetails;&lt;/P&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;If It still does not help, add an example!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sravan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 05:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316190#M1197967</guid>
      <dc:creator />
      <dc:date>2011-05-23T05:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Link table creation</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316191#M1197968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey samir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did u solve your Problem??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test by debugging with less no of records..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 07:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316191#M1197968</guid>
      <dc:creator />
      <dc:date>2011-05-24T07:23:00Z</dc:date>
    </item>
    <item>
      <title>Link table creation</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316192#M1197969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not tested yet, busy with other stuff.&lt;/P&gt;&lt;P&gt;I will try it after 3 pm today and update you soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Samir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 08:01:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316192#M1197969</guid>
      <dc:creator />
      <dc:date>2011-05-24T08:01:12Z</dc:date>
    </item>
    <item>
      <title>Link table creation</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316193#M1197970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many-many thanks...&lt;/P&gt;&lt;P&gt;It worked for me.&lt;/P&gt;&lt;P&gt;Now,using this technique I am able to link n number of tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again, heartiest thanks Sravan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Samir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 10:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316193#M1197970</guid>
      <dc:creator />
      <dc:date>2011-05-24T10:48:48Z</dc:date>
    </item>
    <item>
      <title>Link table creation</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316194#M1197971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Samir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are welcome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sravan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 10:50:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316194#M1197971</guid>
      <dc:creator />
      <dc:date>2011-05-24T10:50:48Z</dc:date>
    </item>
    <item>
      <title>Link table creation</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316195#M1197972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting two different value for 'LoginIDServer' for the same LoginId &amp;amp; Server in LinkTable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="LoginID_Server_1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/4920_LoginID_Server_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="LoginID_Server_2.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/4925_LoginID_Server_2.png" /&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;___________________________________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User:&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;Load autonumber(LoginId &amp;amp; Server) as LoginIDServer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoginId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Server,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FullName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Emailid&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LoginDetails:&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;Load autonumber(LoginId &amp;amp; Server &amp;amp; Project_Path) as LoginIDServerProjectPath,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; autonumber(LoginId &amp;amp; Server) as LoginIDServer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; autonumber(Server &amp;amp; Project_Path) as ServerProject_Path,&lt;/P&gt;&lt;P&gt;LoginId,&lt;/P&gt;&lt;P&gt;Server,&lt;/P&gt;&lt;P&gt;Project_Path,&lt;/P&gt;&lt;P&gt;Access_On,&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LinkTable:&lt;/P&gt;&lt;P&gt;Load Distinct LoginIDServer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoginId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Server, &lt;/P&gt;&lt;P&gt;Resident User; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop fields LoginId, Server from User;&lt;/P&gt;&lt;P&gt;***********************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join(LinkTable) distinct&lt;/P&gt;&lt;P&gt;LoginIDServerProjectPath,&lt;/P&gt;&lt;P&gt;LoginIDServer,&lt;/P&gt;&lt;P&gt;ServerProject_Path,&lt;/P&gt;&lt;P&gt;LoginId,&lt;/P&gt;&lt;P&gt;Server&lt;/P&gt;&lt;P&gt;Resident LoginDetails&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Fields LoginIDServer,ServerProject_Path,LoginId,Server from LoginDetails;&lt;/P&gt;&lt;P&gt;______________________________________________________________________________________&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 11:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316195#M1197972</guid>
      <dc:creator />
      <dc:date>2011-06-02T11:10:38Z</dc:date>
    </item>
    <item>
      <title>Link table creation</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316196#M1197973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am generating each table using the script in seperate qvw file &amp;amp; storing the output into seperate QVD file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Samir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 11:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316196#M1197973</guid>
      <dc:creator />
      <dc:date>2011-06-02T11:54:53Z</dc:date>
    </item>
    <item>
      <title>Link table creation</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316197#M1197974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guess,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for the delay in answering.Autonumber generates a automatic number and I am assuming it might be the cause or may be not. Try this&lt;/P&gt;&lt;P&gt;and if it still does not work. Add an example. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User:&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;Load LoginId &amp;amp; '_' &amp;amp; Server) as LoginIDServer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoginId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Server,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FullName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Emailid&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LoginDetails:&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;Load LoginId &amp;amp; '_' &amp;amp; Server &amp;amp; '_' &amp;amp; Project_Path as LoginIDServerProjectPath,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoginId &amp;amp; '_' &amp;amp; Server as LoginIDServer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Server &amp;amp; '_' &amp;amp; Project_Path as ServerProject_Path,&lt;/P&gt;&lt;P&gt;LoginId,&lt;/P&gt;&lt;P&gt;Server,&lt;/P&gt;&lt;P&gt;Project_Path,&lt;/P&gt;&lt;P&gt;Access_On,&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LinkTable:&lt;/P&gt;&lt;P&gt;Load Distinct LoginIDServer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoginId,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Server, &lt;/P&gt;&lt;P&gt;Resident User; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop fields LoginId, Server from User;&lt;/P&gt;&lt;P&gt;***********************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join(LinkTable) distinct&lt;/P&gt;&lt;P&gt;LoginIDServerProjectPath,&lt;/P&gt;&lt;P&gt;LoginIDServer,&lt;/P&gt;&lt;P&gt;ServerProject_Path,&lt;/P&gt;&lt;P&gt;LoginId,&lt;/P&gt;&lt;P&gt;Server&lt;/P&gt;&lt;P&gt;Resident LoginDetails&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Fields LoginIDServer,ServerProject_Path,LoginId,Server from LoginDetails;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Sravan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 11:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316197#M1197974</guid>
      <dc:creator />
      <dc:date>2011-06-07T11:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Link table creation</title>
      <link>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316198#M1197975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;very good post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 07:06:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-table-creation/m-p/316198#M1197975</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2013-06-20T07:06:58Z</dc:date>
    </item>
  </channel>
</rss>

