<?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: Table viewer issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019586#M926008</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the extra tidbit about linking multiple fields.&amp;nbsp; I am sure I will run into that in the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Mar 2016 18:54:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-30T18:54:47Z</dc:date>
    <item>
      <title>Table viewer issue</title>
      <link>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019574#M925996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two tables in my table viewer and it automatically created a link between them two fields with the same name.&amp;nbsp; However, the tables are not linked that way.&amp;nbsp; I have tried everything to delete the link and create the link the tables between the correct fields.&amp;nbsp; What am I doing wrong?&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/Table-viewer-issue/m-p/1019574#M925996</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table viewer issue</title>
      <link>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019575#M925997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u share sample data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or screen shot&amp;nbsp; what ur getting exctly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 15:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019575#M925997</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-30T15:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Table viewer issue</title>
      <link>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019576#M925998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u copy ur script on to new document and reload ? and see.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 15:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019576#M925998</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2016-03-30T15:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Table viewer issue</title>
      <link>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019577#M925999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brand is not a valid link between the two tables.&amp;nbsp; I would like to delete this link and create a new one between two different fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119929_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 15:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019577#M925999</guid>
      <dc:creator />
      <dc:date>2016-03-30T15:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table viewer issue</title>
      <link>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019578#M926000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are u tried to rename of the brand field from any one of the table from script and do joining accordingly ur needs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 16:13:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019578#M926000</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2016-03-30T16:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table viewer issue</title>
      <link>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019579#M926001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to rename one of the Brand field or use a QUALIFY Statement before the table load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUALIFY *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE1:&lt;/P&gt;&lt;P&gt;LOAD*&lt;/P&gt;&lt;P&gt;FROM[YourPath]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;TABLE2:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD*&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM[YourPath]&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;That way all the fields will have a prefix with the table name (i.e. TABLE1.Brand and TABLE2.Brand) &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;And finally to link the tables you must put the same name in both tables of the field for you want to link.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Hope it helps,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Andrés&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 16:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019579#M926001</guid>
      <dc:creator>andrespa</dc:creator>
      <dc:date>2016-03-30T16:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Table viewer issue</title>
      <link>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019580#M926002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1 of the table rename Brand as BrandNew in load script and reload it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brand as BrandNew....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Brand .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 16:17:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019580#M926002</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2016-03-30T16:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table viewer issue</title>
      <link>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019581#M926003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to rename ur fieldname&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;brand as&amp;nbsp; Newbrand&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;from datasource;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 16:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019581#M926003</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-30T16:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Table viewer issue</title>
      <link>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019582#M926004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I renamed one of the "Brand" fields to NewBrand like Chanty 4u suggested.&amp;nbsp; Now how do I create the link between the two fields that should be linked?&amp;nbsp; It doesn't let me drag and drop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119939_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 17:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019582#M926004</guid>
      <dc:creator />
      <dc:date>2016-03-30T17:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Table viewer issue</title>
      <link>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019583#M926005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u canc reate a concatenated key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;between claim code and serialnum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 17:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019583#M926005</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-30T17:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Table viewer issue</title>
      <link>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019584#M926006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured it out.&amp;nbsp; In the script editor, I needed to change the field names by using the "as newfieldname" in the script editor to be the same name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 18:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019584#M926006</guid>
      <dc:creator />
      <dc:date>2016-03-30T18:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table viewer issue</title>
      <link>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019585#M926007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are right.&lt;/P&gt;&lt;P&gt;QlikView create a links between same field name(s)&lt;/P&gt;&lt;P&gt;If you don't want that they be linked, rename them with "as" to different names,&lt;/P&gt;&lt;P&gt;if the fields you want to link have different names you have to rename at least one like the field from first table.&lt;/P&gt;&lt;P&gt;Also, QlikView wants only one linked field between tables, so if a unique identification is only possible by many fields, you have to combine them with "&amp;amp;" to one single field.&lt;/P&gt;&lt;P&gt;In one table you should use the combines filed with single information for select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 18:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019585#M926007</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2016-03-30T18:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Table viewer issue</title>
      <link>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019586#M926008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the extra tidbit about linking multiple fields.&amp;nbsp; I am sure I will run into that in the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 18:54:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-viewer-issue/m-p/1019586#M926008</guid>
      <dc:creator />
      <dc:date>2016-03-30T18:54:47Z</dc:date>
    </item>
  </channel>
</rss>

