<?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 Load &amp; link problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-link-problem/m-p/233795#M85323</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;I have the following issue:&lt;/P&gt;&lt;P&gt;We have itemcodes which are linked to fathercodes and itemcodes which are not linked to fathercodes.&lt;/P&gt;&lt;P&gt;Both itemcodes &amp;amp; fathercodes contains sales figures.&lt;/P&gt;&lt;P&gt;I want to load these itemcodes which are linked to fathercodes as the fathercodes but add the sales figure of both the itemcode &amp;amp; fathercode together. On the other hand I want to load those itemcodes which are not linked to any fathercodes as themselves.&lt;/P&gt;&lt;P&gt;Please see attached sheet. This would make it more clear.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Mar 2011 10:00:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-01T10:00:50Z</dc:date>
    <item>
      <title>Load &amp; link problem</title>
      <link>https://community.qlik.com/t5/QlikView/Load-link-problem/m-p/233795#M85323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;I have the following issue:&lt;/P&gt;&lt;P&gt;We have itemcodes which are linked to fathercodes and itemcodes which are not linked to fathercodes.&lt;/P&gt;&lt;P&gt;Both itemcodes &amp;amp; fathercodes contains sales figures.&lt;/P&gt;&lt;P&gt;I want to load these itemcodes which are linked to fathercodes as the fathercodes but add the sales figure of both the itemcode &amp;amp; fathercode together. On the other hand I want to load those itemcodes which are not linked to any fathercodes as themselves.&lt;/P&gt;&lt;P&gt;Please see attached sheet. This would make it more clear.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 10:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-link-problem/m-p/233795#M85323</guid>
      <dc:creator />
      <dc:date>2011-03-01T10:00:50Z</dc:date>
    </item>
    <item>
      <title>Load &amp; link problem</title>
      <link>https://community.qlik.com/t5/QlikView/Load-link-problem/m-p/233796#M85324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about in your load script something like:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;if(isnull(fathercodes),Itemcodes as Itemcodes,&lt;/P&gt;&lt;P&gt;if not isnull(fathercodes), Itemcodes as fathercodes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 15:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-link-problem/m-p/233796#M85324</guid>
      <dc:creator />
      <dc:date>2011-03-01T15:46:46Z</dc:date>
    </item>
    <item>
      <title>Load &amp; link problem</title>
      <link>https://community.qlik.com/t5/QlikView/Load-link-problem/m-p/233797#M85325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post application with limited data ?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 16:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-link-problem/m-p/233797#M85325</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-03-01T16:13:58Z</dc:date>
    </item>
    <item>
      <title>AW:Load &amp; link problem</title>
      <link>https://community.qlik.com/t5/QlikView/Load-link-problem/m-p/233798#M85326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Christo,&lt;/P&gt;&lt;P&gt;I would try this, if you want to substitute ItemCode with FatherCode:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD&lt;BR /&gt; If( Len(FatherCode) &amp;gt; 0, FatherCode, ItemCode) AS ItemCode,&lt;BR /&gt; Sales&lt;BR /&gt;FROM&lt;BR /&gt;[41690.Link Problem.xls]&lt;BR /&gt;(biff, embedded labels, table is Sheet1$)&lt;BR /&gt;Where RecNo() &amp;lt; 14;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Regards, Roland&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 16:15:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-link-problem/m-p/233798#M85326</guid>
      <dc:creator />
      <dc:date>2011-03-01T16:15:21Z</dc:date>
    </item>
    <item>
      <title>AW:Load &amp; link problem</title>
      <link>https://community.qlik.com/t5/QlikView/Load-link-problem/m-p/233799#M85327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Christo,&lt;/P&gt;&lt;P&gt;sorry this was my first suggestion, had some trouble with my internet connection an hour ago:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Table:&lt;BR /&gt;LOAD ItemCode,&lt;BR /&gt; Sales&lt;BR /&gt;FROM&lt;BR /&gt;[41690.Link Problem.xls]&lt;BR /&gt;(biff, embedded labels, table is Sheet1$)&lt;BR /&gt;Where RecNo() &amp;lt; 14;&lt;BR /&gt;&lt;BR /&gt;LOAD FatherCode AS ItemCode,&lt;BR /&gt; Sales&lt;BR /&gt;FROM&lt;BR /&gt;[41690.Link Problem.xls]&lt;BR /&gt;(biff, embedded labels, table is Sheet1$)&lt;BR /&gt;Where RecNo() &amp;lt; 14&lt;BR /&gt;and Len(FatherCode) &amp;gt; 0&lt;BR /&gt;;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Regards, Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 16:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-link-problem/m-p/233799#M85327</guid>
      <dc:creator />
      <dc:date>2011-03-01T16:27:34Z</dc:date>
    </item>
    <item>
      <title>AW:Load &amp; link problem</title>
      <link>https://community.qlik.com/t5/QlikView/Load-link-problem/m-p/233800#M85328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys&lt;/P&gt;&lt;P&gt;Thank you for all the responses.&lt;/P&gt;&lt;P&gt;Roland, your sollution worked perfectly.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 09:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-link-problem/m-p/233800#M85328</guid>
      <dc:creator />
      <dc:date>2011-03-04T09:11:59Z</dc:date>
    </item>
  </channel>
</rss>

