<?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: One or more loops have been detected in your database structure. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1831682#M1214593</link>
    <description>&lt;P&gt;I notice the two tables look quite similar. What if you concatenate the 100 and 300 tables into one and distinguish the two by adding a new field field called "Beleinfo type" with the valie&amp;nbsp; 100 or 300?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Aug 2021 08:08:16 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2021-08-27T08:08:16Z</dc:date>
    <item>
      <title>One or more loops have been detected in your database structure.</title>
      <link>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1831680#M1214592</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I have an awfully big problem it is that I create a loop and I would like to eliminate it&lt;/P&gt;&lt;P&gt;the problem is that v_beleinfo 100 and vBeleg info 300 must be connected to the calendar and e_belgpos&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Luke_Killer_IT_0-1630050668031.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60866i8AEA455E37348B08/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Luke_Killer_IT_0-1630050668031.png" alt="Luke_Killer_IT_0-1630050668031.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 07:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1831680#M1214592</guid>
      <dc:creator>Luke_Killer_IT</dc:creator>
      <dc:date>2021-08-27T07:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: One or more loops have been detected in your database structure.</title>
      <link>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1831682#M1214593</link>
      <description>&lt;P&gt;I notice the two tables look quite similar. What if you concatenate the 100 and 300 tables into one and distinguish the two by adding a new field field called "Beleinfo type" with the valie&amp;nbsp; 100 or 300?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 08:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1831682#M1214593</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-08-27T08:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: One or more loops have been detected in your database structure.</title>
      <link>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1831683#M1214594</link>
      <description>&lt;P&gt;" differentiated them by adding a new field named "Beleinfo Type" with a value of 100 or 300?"&lt;BR /&gt;and how to do it I am new in qlik and do not know all the functions yet?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 08:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1831683#M1214594</guid>
      <dc:creator>Luke_Killer_IT</dc:creator>
      <dc:date>2021-08-27T08:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: One or more loops have been detected in your database structure.</title>
      <link>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1831684#M1214595</link>
      <description>&lt;P&gt;Like this&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;BelegInfo&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;LOAD *,&amp;nbsp; &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp;100 as BelegInfoType &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;FROM V_BelegInfo100;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;CONCATENATE (BelegInfo)&lt;BR /&gt;LOAD * ,&amp;nbsp; &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp;300 as BelegInfoType &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;FROM V_BelegIngo300;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 08:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1831684#M1214595</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-08-27T08:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: One or more loops have been detected in your database structure.</title>
      <link>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1831686#M1214597</link>
      <description>&lt;P&gt;Maybe this article by &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48692"&gt;@chrislofthouse&lt;/a&gt;:&amp;nbsp;&lt;A href="https://www.ometis.co.uk/concatenate-link-tables-qlik/" target="_blank"&gt;Qlik Sense Data Modelling: Concatenate vs Link Tables in Qlik,&lt;/A&gt;&amp;nbsp;can be a good read for you.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 08:24:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1831686#M1214597</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-08-27T08:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: One or more loops have been detected in your database structure.</title>
      <link>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1831691#M1214598</link>
      <description>&lt;P&gt;when I put the tables together it showed me this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Luke_Killer_IT_0-1630053165619.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60868i1CF48375FCA1E290/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Luke_Killer_IT_0-1630053165619.png" alt="Luke_Killer_IT_0-1630053165619.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and that is not true&lt;/P&gt;&lt;P&gt;.In tables 100 and 300 I use where:&lt;BR /&gt;V_beleg100 where V_beleg100.company=100&lt;BR /&gt;V_beleg300 where V_beleg300.company=300&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 08:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1831691#M1214598</guid>
      <dc:creator>Luke_Killer_IT</dc:creator>
      <dc:date>2021-08-27T08:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: One or more loops have been detected in your database structure.</title>
      <link>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1831694#M1214600</link>
      <description>&lt;P&gt;the probllem is that the table with 100 has to have data only for the company 100 and the table with 300 has to have data from 300 the problem is that I can't connect them together because there are gaps like on the above screen&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 08:51:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1831694#M1214600</guid>
      <dc:creator>Luke_Killer_IT</dc:creator>
      <dc:date>2021-08-27T08:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: One or more loops have been detected in your database structure.</title>
      <link>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1831800#M1214606</link>
      <description>&lt;P&gt;It is hard to understand your gaps without more info, but if you choose use the concatenation technique&amp;nbsp; then you can probably share some of the dimensions between the data sets as well by renaming them.&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;Beleg:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;LOAD&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp;&lt;FONT color="#FF9900"&gt; V_beleg100.company as company,&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp;&lt;FONT color="#99CC00"&gt; V_beleg100.wunchtermin as wunchtermin,&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp; &lt;FONT color="#339966"&gt;V_beleg100.versand as&amp;nbsp;versand,&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp;&lt;FONT color="#3366FF"&gt; V_beleg100.menge as&amp;nbsp;menge&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp; etc...&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;FROM V_beleg100;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;CONCATENATE (Beleg) LOAD&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp;&lt;FONT color="#FF9900"&gt; V_beleg300.company as company,&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp;&lt;FONT color="#99CC00"&gt; V_beleg300.wunchtermin as wunchtermin,&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp;&lt;FONT color="#339966"&gt; V_beleg300.versand as&amp;nbsp;versand,&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp; &lt;FONT color="#3366FF"&gt;V_beleg300.menge as&amp;nbsp;menge&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&amp;nbsp; etc...&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;FROM V_beleg300;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 14:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1831800#M1214606</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-08-27T14:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: One or more loops have been detected in your database structure.</title>
      <link>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1832482#M1214679</link>
      <description>&lt;P&gt;The problem is that I cannot connect these tables together and they need to access the calendar.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Luke_Killer_IT_0-1630410109661.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/61048i74002F0C35B25A22/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Luke_Killer_IT_0-1630410109661.png" alt="Luke_Killer_IT_0-1630410109661.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;it's supposed to look like this but it creates a loop and doesn't display all the data&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 11:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1832482#M1214679</guid>
      <dc:creator>Luke_Killer_IT</dc:creator>
      <dc:date>2021-08-31T11:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: One or more loops have been detected in your database structure.</title>
      <link>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1832570#M1214690</link>
      <description>&lt;P&gt;Have you considered the linked table approach in the blog post i linked to earlier.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe it could be a way to go?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 15:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1832570#M1214690</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-08-31T15:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: One or more loops have been detected in your database structure.</title>
      <link>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1832728#M1214697</link>
      <description>&lt;P&gt;yes i tried this solution. the problem is that the table V_BelegPos300 is the same as the table V_BelegPos 100 have the same data but I did them on different tables&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 04:38:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1832728#M1214697</guid>
      <dc:creator>Luke_Killer_IT</dc:creator>
      <dc:date>2021-09-01T04:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: One or more loops have been detected in your database structure.</title>
      <link>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1832735#M1214699</link>
      <description>&lt;P&gt;My table is to display the relationship between v_belegpos300 and V_BelegPos100 porblem is so important that these tables are identical in their structure and contain the same data only breaking one table into two others and adding where V_BelegPos.company = 100 etc. returns me the appropriate data, but they must be connected to the calendar, but there is no problem here, because they do not connect, the problem appears when I add the e_belegpos table that connects these 2 tables with each other and a loop appears, how can I solve it because they are very important connections&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 05:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1832735#M1214699</guid>
      <dc:creator>Luke_Killer_IT</dc:creator>
      <dc:date>2021-09-01T05:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: One or more loops have been detected in your database structure.</title>
      <link>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1832750#M1214702</link>
      <description>&lt;P&gt;If it is not possible to concat the two tables on each other then I suggest look into the "Link Tables in Qlik" section of the blog post or consider having duplicate e_belegpos and auftag tables as well, but that sounds to me as an not so good solution.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 06:47:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1832750#M1214702</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-09-01T06:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: One or more loops have been detected in your database structure.</title>
      <link>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1832783#M1214704</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001"&gt;@Vegar&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it me or did I use linktable wrong?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Luke_Killer_IT_0-1630485584476.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/61114i5AB5C5D7A6E2C045/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Luke_Killer_IT_0-1630485584476.png" alt="Luke_Killer_IT_0-1630485584476.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 08:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/One-or-more-loops-have-been-detected-in-your-database-structure/m-p/1832783#M1214704</guid>
      <dc:creator>Luke_Killer_IT</dc:creator>
      <dc:date>2021-09-01T08:40:19Z</dc:date>
    </item>
  </channel>
</rss>

