<?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: Self referencing table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Self-referencing-table/m-p/1006131#M648015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your current script will fail as the Warehouse table you are trying to create can not have two columns with the same name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you explain what you are trying to achieve? And I do not mean this technical solution, but the problem you are trying to solve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Nov 2015 08:59:14 GMT</pubDate>
    <dc:creator>oknotsen</dc:creator>
    <dc:date>2015-11-17T08:59:14Z</dc:date>
    <item>
      <title>Self referencing table</title>
      <link>https://community.qlik.com/t5/QlikView/Self-referencing-table/m-p/1006130#M648014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day everyone,&lt;/P&gt;&lt;P&gt;I'm currently trying to create a self referencing object, I have a table that represent a warehouse, which I load like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warehouse:&lt;/P&gt;&lt;P&gt;LOAD id AS warehouse_id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name AS warehouse_name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; warehouse_id;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM 'db'.warehouses;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When loading the script this breaks. How can I load this type of tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 08:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Self-referencing-table/m-p/1006130#M648014</guid>
      <dc:creator />
      <dc:date>2015-11-17T08:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Self referencing table</title>
      <link>https://community.qlik.com/t5/QlikView/Self-referencing-table/m-p/1006131#M648015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your current script will fail as the Warehouse table you are trying to create can not have two columns with the same name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you explain what you are trying to achieve? And I do not mean this technical solution, but the problem you are trying to solve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 08:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Self-referencing-table/m-p/1006131#M648015</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-11-17T08:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Self referencing table</title>
      <link>https://community.qlik.com/t5/QlikView/Self-referencing-table/m-p/1006132#M648016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you upload a sample here....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Dinu1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 09:37:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Self-referencing-table/m-p/1006132#M648016</guid>
      <dc:creator>dinuwanbr</dc:creator>
      <dc:date>2015-11-17T09:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Self referencing table</title>
      <link>https://community.qlik.com/t5/QlikView/Self-referencing-table/m-p/1006133#M648017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You cant use two same fields in one table, try with renaming one of the field&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Warehouse:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD id AS &lt;STRONG&gt;warehouse_id&lt;/STRONG&gt;,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name AS warehouse_name,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;warehouse_id&lt;/STRONG&gt;;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM 'db'.warehouses;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 09:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Self-referencing-table/m-p/1006133#M648017</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-17T09:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Self referencing table</title>
      <link>https://community.qlik.com/t5/QlikView/Self-referencing-table/m-p/1006134#M648018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Aldo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the correct answer is &lt;A href="https://community.qlik.com/message/913378"&gt;Re: Self referencing table&lt;/A&gt; by &lt;A href="https://community.qlik.com/qlik-users/147249"&gt;balrajahlawat&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;In this case a best practice is to comment all fields and start to uncomment a field for each reload. If you do this always you can find which field generate the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Luca Jonathan Panetta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 16:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Self-referencing-table/m-p/1006134#M648018</guid>
      <dc:creator>pljsoftware</dc:creator>
      <dc:date>2015-11-17T16:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Self referencing table</title>
      <link>https://community.qlik.com/t5/QlikView/Self-referencing-table/m-p/1006135#M648019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView does not allow two fields with same name&lt;/P&gt;&lt;P&gt;Please read this &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/11/11/unbalanced-n-level-hierarchies"&gt;article&lt;/A&gt;, it can help you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 16:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Self-referencing-table/m-p/1006135#M648019</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-11-17T16:49:05Z</dc:date>
    </item>
  </channel>
</rss>

