<?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 Avoiding loops in linking tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305894#M1201059</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Before the DROP Table(sets) you need to save it somewhere and drop for which you need to write the RESIDENT Sales(To save it in the sales table) before the Drop Table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Feb 2011 16:58:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-11T16:58:13Z</dc:date>
    <item>
      <title>Avoiding loops in linking tables</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305889#M1201054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I have been having this issue for quite some time and just can't figure out my issue. (i'm sure it is fairly straight forward)&lt;/P&gt;&lt;P&gt;In a nutshell, I have four tables: sales, targets, sets, and calendar. My issue is linking the sales, targets and sets tables without creating loops.&lt;/P&gt;&lt;P&gt;Each sales has data pertaining to the supplier of the product. My sets table groups some suppliers into sets and my targets are customer AND supplier set specific. Please offer some help on how i should link all this. (color codes below show what have to me linked)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3541_sourceID:3541" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 15:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305889#M1201054</guid>
      <dc:creator />
      <dc:date>2011-02-11T15:55:34Z</dc:date>
    </item>
    <item>
      <title>Avoiding loops in linking tables</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305890#M1201055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;A quick solution (I would try if I was you) would be to merge the Sales and Sets table and then join the Sales table to Target using the SupplierSet# thereafter. However I think you need to check if that has an impact anywhere else in other tables.. But this is a real quick solution which I tried sometime back and seemed it worked. Even I am new to QV but its really good and Easy to use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 16:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305890#M1201055</guid>
      <dc:creator />
      <dc:date>2011-02-11T16:00:37Z</dc:date>
    </item>
    <item>
      <title>Avoiding loops in linking tables</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305891#M1201056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, i tried doing a concatenate of the sales and sets table but the issue with the targets table is that targets are for the customer and for the supplier set and so what happens is a $Syn Table is created&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 16:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305891#M1201056</guid>
      <dc:creator />
      <dc:date>2011-02-11T16:09:01Z</dc:date>
    </item>
    <item>
      <title>Avoiding loops in linking tables</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305892#M1201057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I mean to say you have something like Tablename and the load statement TARGET: Load * from Target, SALES: Load * from Sales, SETS: Load * from SETS (add this script at the end: Resident SALES DROP TABLE SETS;) after the load statement for SETS you are asking to store the data from that into the Sales table and then drop the SETS table. Then you would need to rename the Customer in the Target or Sales table to avoid loops and QV thereafter links both these tables with the SUPPLIER SET# automatically.&lt;/P&gt;&lt;P&gt;Please try around this then you might know whats happening and learn different ways.&lt;/P&gt;&lt;P&gt;ANDY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 16:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305892#M1201057</guid>
      <dc:creator />
      <dc:date>2011-02-11T16:20:24Z</dc:date>
    </item>
    <item>
      <title>Avoiding loops in linking tables</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305893#M1201058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what i have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Sales:&lt;BR /&gt;LOAD&lt;BR /&gt; CUSTNO,&lt;BR /&gt; CUSTNAME,&lt;BR /&gt; [CUSTOMER LOCATION],&lt;BR /&gt; [INVC DATE],&lt;BR /&gt; SUPNO,&lt;BR /&gt; CATNO,&lt;BR /&gt; [NET PRICE],&lt;BR /&gt; [REG COST],&lt;BR /&gt; [COST UNIT],&lt;BR /&gt; [G/L COST],&lt;BR /&gt; AMOUNT,&lt;BR /&gt; [REG GP],&lt;BR /&gt; [SUP-ABBR],&lt;BR /&gt; SUPABRNO,&lt;BR /&gt; CUSTABRNO,&lt;BR /&gt; [CUST-ABBR]&lt;BR /&gt;&lt;BR /&gt;FROM&lt;BR /&gt;[..\Data\QVDfiles\IN2011.qvd]&lt;BR /&gt;(qvd);&lt;BR /&gt;sets:&lt;BR /&gt;LOAD [SET]&amp;amp;'-'&amp;amp;[SET TITLE] AS [SUPPLIER-SET],&lt;BR /&gt; SUPNO&lt;BR /&gt;&lt;BR /&gt;FROM&lt;BR /&gt;[..\Data\Supplier Sets.xls]&lt;BR /&gt;(biff, embedded labels, table is [SUP-SET$]);&lt;BR /&gt;DROP TABLE sets;&lt;BR /&gt;target:&lt;BR /&gt;LOAD [SUPPLIER-SET],&lt;BR /&gt; [CUSTOMER-TARGET],&lt;BR /&gt; CUSTNO as customer&lt;BR /&gt;FROM&lt;BR /&gt;[..\Data\SUMMIT TARGETS.xls]&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;by dropping the table sets, the targets table stays unconnected. Thanks again for the help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 16:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305893#M1201058</guid>
      <dc:creator />
      <dc:date>2011-02-11T16:36:52Z</dc:date>
    </item>
    <item>
      <title>Avoiding loops in linking tables</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305894#M1201059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Before the DROP Table(sets) you need to save it somewhere and drop for which you need to write the RESIDENT Sales(To save it in the sales table) before the Drop Table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 16:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305894#M1201059</guid>
      <dc:creator />
      <dc:date>2011-02-11T16:58:13Z</dc:date>
    </item>
    <item>
      <title>Avoiding loops in linking tables</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305895#M1201060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought resident is used for retrieving data already loaded, not to save the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 17:11:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305895#M1201060</guid>
      <dc:creator />
      <dc:date>2011-02-11T17:11:12Z</dc:date>
    </item>
    <item>
      <title>Avoiding loops in linking tables</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305896#M1201061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aplogise you need to JOIN and not use the Resident, even I am new to QV and learning the hard way by answering queries on Forums. After your 2 tables try this JOIN (Sales) Load * from Sets.xls... this solves your problem, this way the sets will be available in the Sales &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;ANDY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 17:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305896#M1201061</guid>
      <dc:creator />
      <dc:date>2011-02-11T17:34:42Z</dc:date>
    </item>
    <item>
      <title>Avoiding loops in linking tables</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305897#M1201062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Why dont you try Concatenating the three tables (Sets, Sales, Target). This way you can have all of your info in one table and link it to the master calendar.&lt;/P&gt;&lt;P&gt;It would end up like this:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/674/5756.Screen-shot-2011_2D00_02_2D00_11-at-10.49.10-AM.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/674/5756.Screen-shot-2011_2D00_02_2D00_11-at-10.49.10-AM.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 17:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305897#M1201062</guid>
      <dc:creator />
      <dc:date>2011-02-11T17:50:11Z</dc:date>
    </item>
    <item>
      <title>Avoiding loops in linking tables</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305898#M1201063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are making progress, however the chart that i want to create needs to have SUPPLIER SET and CUSTOMER as dimensions,&lt;/P&gt;&lt;P&gt;If i want to display actual and target sales data, since the customer field from the target table has been renamed, all target values come up as zero for the customers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 17:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305898#M1201063</guid>
      <dc:creator />
      <dc:date>2011-02-11T17:52:58Z</dc:date>
    </item>
    <item>
      <title>Avoiding loops in linking tables</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305899#M1201064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Nothing seems to be working, this is what i would like to obtain as my final chart, i can either get the sales to appear, or the targets to appear but not both&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/674/0385.TARGET12.bmp"&gt;&lt;IMG alt="" border="0" height="425" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/674/0385.TARGET12.bmp" width="701" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 20:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305899#M1201064</guid>
      <dc:creator />
      <dc:date>2011-02-11T20:54:05Z</dc:date>
    </item>
    <item>
      <title>Avoiding loops in linking tables</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305900#M1201065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As new_user3 suggested, left join your supplier sets onto your Sales table. Yes, you get a synthetic key. That synthetic key tells you that the relationship between sales and targets are by supplier set and customer. That is your intended relationship. The synthetic key is therefore relating your data the way you intended it to be related. It's not a problem; it's a solution.&lt;/P&gt;&lt;P&gt;See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Feb 2011 00:08:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305900#M1201065</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-02-12T00:08:48Z</dc:date>
    </item>
    <item>
      <title>Avoiding loops in linking tables</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305901#M1201066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much to you and new_user3!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 15:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-loops-in-linking-tables/m-p/305901#M1201066</guid>
      <dc:creator />
      <dc:date>2011-02-14T15:48:37Z</dc:date>
    </item>
  </channel>
</rss>

