<?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: Link Problems between excel sheets in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923367#M980106</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/dathu.qv"&gt;dathu.qv&lt;/A&gt; &lt;/STRONG&gt;suggested, it might be much easier if you could post a sample dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Aug 2015 21:05:01 GMT</pubDate>
    <dc:creator>sinanozdemir</dc:creator>
    <dc:date>2015-08-13T21:05:01Z</dc:date>
    <item>
      <title>Link Problems between excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923359#M980098</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'm working on a qlikview desktop script. This script is loading from an excel sheet with 3 different sheets. I'm able to load the data, but the linking between the 3 sheets is not working properly. &lt;/P&gt;&lt;P&gt;I'm using a sheet called "Link" to link my first sheet with the the 3rd sheet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my script:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14394787169172232" jivemacro_uid="_14394787169172232" modifiedtitle="true"&gt;
&lt;P&gt;LOAD *&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LOAD *&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Link)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LOAD *&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is People)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see the corrolation between the first sheet and link happening. I don't see the happening between Link and People&lt;BR /&gt;.&lt;/P&gt;&lt;P&gt;ID between first sheet and second is DEV_ID and between second and 3rd is PERSON_ID.&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>Thu, 13 Aug 2015 17:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923359#M980098</guid>
      <dc:creator />
      <dc:date>2015-08-13T17:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Link Problems between excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923360#M980099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the field names that these three sheets have?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 17:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923360#M980099</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-08-13T17:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Link Problems between excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923361#M980100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the names and the case (upper / lower) of the fields you want use to associate:&lt;/P&gt;&lt;P&gt;same name and same case&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 17:58:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923361#M980100</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-08-13T17:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Link Problems between excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923362#M980101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want all of them or just the key?&lt;/P&gt;&lt;P&gt;Sheet 1 - DEV_ID&lt;/P&gt;&lt;P&gt;Sheet 2 - DEV_ID, PERSON_ID&lt;/P&gt;&lt;P&gt;Sheet 3 - PERSON_ID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 18:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923362#M980101</guid>
      <dc:creator />
      <dc:date>2015-08-13T18:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Link Problems between excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923363#M980102</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've copied and pasted the names from one field to another. They are all the same spelling/and case sensitivity.&lt;/P&gt;&lt;P&gt;Qlikview is seeing they as primary keys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 18:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923363#M980102</guid>
      <dc:creator />
      <dc:date>2015-08-13T18:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Link Problems between excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923364#M980103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By any chance, does DEV_ID also exist in Sheet 3? It might be concatenating if those are the fields that you have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 18:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923364#M980103</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-08-13T18:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Link Problems between excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923365#M980104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please make sure that the Field Names are common (case insensitive) on the Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please add all the field names to your Load statement so you can see if any difference field names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S: Please post sample data to debug the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 18:42:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923365#M980104</guid>
      <dc:creator />
      <dc:date>2015-08-13T18:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Link Problems between excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923366#M980105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sinan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does not. Sheet 2 is supposed to do the coloration between DEV_ID and PERSON_ID.&lt;/P&gt;&lt;P&gt;Reason being is we have more people per device and I didn't want to have multiple redundant records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 19:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923366#M980105</guid>
      <dc:creator />
      <dc:date>2015-08-13T19:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Link Problems between excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923367#M980106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/dathu.qv"&gt;dathu.qv&lt;/A&gt; &lt;/STRONG&gt;suggested, it might be much easier if you could post a sample dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 21:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923367#M980106</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-08-13T21:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Link Problems between excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923368#M980107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like, would you like the file itself or the excel sheet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 21:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923368#M980107</guid>
      <dc:creator />
      <dc:date>2015-08-13T21:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Link Problems between excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923369#M980108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe excel sheets with a few rows in them if they are not confidential?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 22:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923369#M980108</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-08-13T22:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Link Problems between excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923370#M980109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This doesn't make sense. I created a new sheet with way less data and fake data to upload and I created a new qlik doc and its working. Let me strip down what I currently have and try uploading it since I don't want any confidential info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 22:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923370#M980109</guid>
      <dc:creator />
      <dc:date>2015-08-13T22:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Link Problems between excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923371#M980110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya. When I cut the data and change values it all of a sudden does what it should.&lt;/P&gt;&lt;P&gt;But with the current data, It doesn't work and I can't upload it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/angry.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 23:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923371#M980110</guid>
      <dc:creator />
      <dc:date>2015-08-13T23:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Link Problems between excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923372#M980111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will say this. I see the coloration happening between the people sheet and the Link.&lt;/P&gt;&lt;P&gt;When I select a name, it links the PERSON_ID with the PERSON_ID on the Link Sheet and then it finds the DEV_ID on the LINK Sheet, but for some reason its not link with the Device Sheet. I thought I was going crazy so I grabbed the DEV_ID and searched for it in on excel and I find it.&lt;/P&gt;&lt;P&gt;If I remove the link sheet and put everything on one sheet it works just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a better way to do the linking any better?&lt;/P&gt;&lt;P&gt;Maybe put the person ID on the same sheet as the Device sheet as an array and then somehow explode it using a comma or something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example,&lt;/P&gt;&lt;P&gt;PersonID&amp;nbsp; = Per1, Per2, Per3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then explode that and use that to link with the Person Sheet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 23:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923372#M980111</guid>
      <dc:creator />
      <dc:date>2015-08-13T23:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Link Problems between excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923373#M980112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There could be a hidden character in the column name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 23:33:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923373#M980112</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-08-13T23:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Link Problems between excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923374#M980113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just used Excel's CLEAN function and changed the old column name to OLD. Same problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 23:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923374#M980113</guid>
      <dc:creator />
      <dc:date>2015-08-13T23:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Link Problems between excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923375#M980114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do me a favor, copy the same column name from another sheet and paste it into the problematic column to see if it fixes anything.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 23:38:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923375#M980114</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-08-13T23:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Link Problems between excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923376#M980115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same thing. But I discovered something. If I select the DEV_ID in qlikview it links everything together. Device info and people. But if I select the name while having the DEV_ID selected, it breaks. I deselected the DEV_ID same result. No workie. Let me try the clean for the name and try again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 23:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923376#M980115</guid>
      <dc:creator />
      <dc:date>2015-08-13T23:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Link Problems between excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923377#M980116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didn't make a difference, Hmm. This is a little weird.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 23:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923377#M980116</guid>
      <dc:creator />
      <dc:date>2015-08-13T23:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Link Problems between excel sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923378#M980117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At this point, It is a bit difficult to determine the cause of the problem without seeing some sample and it seems confidential. Although, I say this that sometimes I receive exact same files one from SQL Server and one from MySQL and the fields don't link due to hidden characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to upload some samples when you can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 23:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-Problems-between-excel-sheets/m-p/923378#M980117</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-08-13T23:56:36Z</dc:date>
    </item>
  </channel>
</rss>

