<?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 Associating fields between tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203398#M1208100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Here is my script statement. I know that Store needs to be linked somehow to StoreNumber, but I tried renaming Store to StoreNumber and then I can't get any results.&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;FROM&lt;/B&gt; [OLO sales ending 10-11-2009.xls](biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;ODBC&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;SQL&lt;/B&gt; &lt;B&gt;SELECT&lt;/B&gt; * &lt;B&gt;FROM&lt;/B&gt; CorpInfo.dbo.tblStores;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;SQL&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Qualify&lt;/B&gt;*;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;UnQualify&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;OwnerNumber, &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;B&gt;SELECT&lt;/B&gt; * &lt;B&gt;FROM&lt;/B&gt; CorpInfo.dbo.tblOwners;OwnerNumber, StartDate, EndDate, FirstName, LastName, Address1, Address2, City, State, ZipCode, SitePhone, HomePhone, CellPhone, Fax, EmailAddress, CommonName, CompanyName, Comments, ReserveFactor, RoyaltyPayFreq;StoreNumber, StartDate, EndDate, Address1, Address2, City, State, ZipCode, SitePhone, DataPhone, Fax, SpeedDial, ADI, DmNumber, RfmNumber, NickName, OwnerNumber, MgrName, AsstMgr1, BankCons, Delivery, Co, "Tax_code", DineIn, ConvenienceStore, GiftCards, "Drive_Thru", CurbSide, Buffet, "Carry_Out", Designation, Spif, Spif2, Latitude, Longitude, HyiperlinkDescription, Hyperlink, LocComments, GenComments, eClub, GlutenFree, OnlineOrder, GlutenFreeTnB; &lt;B&gt;CONNECT&lt;/B&gt; &lt;B&gt;TO&lt;/B&gt; CorpInfo; [Store], PickupQty, PickupAvg, PickupTotal, DeliveryQty, DeliveryAvg, DeliveryTotal, TotalQty, TotalAvg, TotalTotal;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Oct 2009 02:17:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-10-22T02:17:20Z</dc:date>
    <item>
      <title>Associating fields between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203396#M1208098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am fairly new to Qlikview and am having issues trying to set-up an application. I'm trying to summarize sales data from an excel spreadsheet. So in my script I am loading the data from the spreadsheet, the file contains 3 fields I'm trying to pull, Store, Qty, and Amount. I then am using a ODBC connection to load info for the Store from 2 tables called Stores and Owners. I need the field Store in the excel sheet to be associated with StoreNumber in the Stores table from SQL. I have a pivot table that I'm summarizing the data in. I can get data by store ok, but via the Stores table and Owners table, I need it summarized by Owner. If I collapse all records it shows the entire total for each owner, if i try to expand all records it show the correct totals by store but lists them all on one owner only. I tried via the script to rename the fileds in the Stores table and the excel spreadsheet so they had an association to to each other. But, when I did that I couldn't get any data in the pivot table. What do I need to do to the correct stores assigned to their respective owners. Thanks for any help.&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 23:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203396#M1208098</guid>
      <dc:creator />
      <dc:date>2009-10-21T23:32:19Z</dc:date>
    </item>
    <item>
      <title>Associating fields between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203397#M1208099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rick&lt;/P&gt;&lt;P&gt;once you join the store,qty and amount from the excel sheet to the stores table maybe by StoreNumber (make sure you have storeNumber in table and excel sheet) then link the stores table to the Owners table, once you have that link then you can place them in the pivot table or straight table but in the calculation maybe you have to write some if statements or Set anylysis.&lt;/P&gt;&lt;P&gt;If possible post one dummy application and somebody can able to help you&lt;/P&gt;&lt;P&gt;Talha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 23:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203397#M1208099</guid>
      <dc:creator />
      <dc:date>2009-10-21T23:56:34Z</dc:date>
    </item>
    <item>
      <title>Associating fields between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203398#M1208100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Here is my script statement. I know that Store needs to be linked somehow to StoreNumber, but I tried renaming Store to StoreNumber and then I can't get any results.&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;FROM&lt;/B&gt; [OLO sales ending 10-11-2009.xls](biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;ODBC&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;SQL&lt;/B&gt; &lt;B&gt;SELECT&lt;/B&gt; * &lt;B&gt;FROM&lt;/B&gt; CorpInfo.dbo.tblStores;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;SQL&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Qualify&lt;/B&gt;*;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;UnQualify&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;OwnerNumber, &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;B&gt;SELECT&lt;/B&gt; * &lt;B&gt;FROM&lt;/B&gt; CorpInfo.dbo.tblOwners;OwnerNumber, StartDate, EndDate, FirstName, LastName, Address1, Address2, City, State, ZipCode, SitePhone, HomePhone, CellPhone, Fax, EmailAddress, CommonName, CompanyName, Comments, ReserveFactor, RoyaltyPayFreq;StoreNumber, StartDate, EndDate, Address1, Address2, City, State, ZipCode, SitePhone, DataPhone, Fax, SpeedDial, ADI, DmNumber, RfmNumber, NickName, OwnerNumber, MgrName, AsstMgr1, BankCons, Delivery, Co, "Tax_code", DineIn, ConvenienceStore, GiftCards, "Drive_Thru", CurbSide, Buffet, "Carry_Out", Designation, Spif, Spif2, Latitude, Longitude, HyiperlinkDescription, Hyperlink, LocComments, GenComments, eClub, GlutenFree, OnlineOrder, GlutenFreeTnB; &lt;B&gt;CONNECT&lt;/B&gt; &lt;B&gt;TO&lt;/B&gt; CorpInfo; [Store], PickupQty, PickupAvg, PickupTotal, DeliveryQty, DeliveryAvg, DeliveryTotal, TotalQty, TotalAvg, TotalTotal;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 02:17:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203398#M1208100</guid>
      <dc:creator />
      <dc:date>2009-10-22T02:17:20Z</dc:date>
    </item>
    <item>
      <title>Associating fields between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203399#M1208101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to link something like this StoreNumber so that the links will be proper then take this fields into the Pivot table.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LOAD&lt;BR /&gt;[Store] As StoreNumber, PickupQty, PickupAvg, PickupTotal, DeliveryQty,&lt;BR /&gt;DeliveryAvg, DeliveryTotal, TotalQty, TotalAvg, TotalTotal&lt;BR /&gt; FROM [OLO sales ending 10-11-2009.xls](biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt;StoreNumber, StartDate, EndDate, Address1, Address2, City, State, ZipCode, SitePhone, DataPhone, Fax, SpeedDial, ADI, DmNumber, RfmNumber, NickName, OwnerNumber, MgrName, AsstMgr1, BankCons, Delivery, Co, "Tax_code", DineIn, ConvenienceStore, GiftCards, "Drive_Thru", CurbSide, Buffet, "Carry_Out", Designation, Spif, Spif2, Latitude, Longitude, HyiperlinkDescription, Hyperlink, LocComments, GenComments, eClub, GlutenFree, OnlineOrder, GlutenFreeTnB&lt;BR /&gt; SQL SELECT * FROM CorpInfo.dbo.tblStores;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LOAD&lt;BR /&gt;OwnerNumber, StartDate, EndDate, FirstName, LastName, Address1, Address2, City,&lt;BR /&gt;State, ZipCode, SitePhone, HomePhone, CellPhone, Fax, EmailAddress, CommonName,&lt;BR /&gt;CompanyName, Comments, ReserveFactor, RoyaltyPayFreq;&lt;BR /&gt;SELECT * FROM CorpInfo.dbo.tblOwners;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;H4&gt;Talha&lt;/H4&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 03:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203399#M1208101</guid>
      <dc:creator />
      <dc:date>2009-10-22T03:15:35Z</dc:date>
    </item>
    <item>
      <title>Associating fields between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203400#M1208102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had already tried that exactly and it hadn't worked. I got to thinking though the part of the script for the excel formula has LOAD [Store]. I tried changing the script to LOAD [Store] as [StoreNumber] instead of LOAD [Store] as StoreNumber and it worked. The only problem now though is the fields FirstName and LastName from the Owners table are blank in the pivot table. They were listed properly before, but now that I changed it to LOAD [Store] as [StoreNumber] it isn't pulling those fields correctly from the Owners table. Any suggestions as to why that is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 04:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203400#M1208102</guid>
      <dc:creator />
      <dc:date>2009-10-22T04:06:45Z</dc:date>
    </item>
    <item>
      <title>Associating fields between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203401#M1208103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;P&gt;I tried to emulate your problem in the attached QV. Is this what you are trying to achieve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 06:16:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203401#M1208103</guid>
      <dc:creator>Qlik_Trigg</dc:creator>
      <dc:date>2009-10-27T06:16:47Z</dc:date>
    </item>
    <item>
      <title>Associating fields between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203402#M1208105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John, I'm still currently using the personal edition so I'm unable to open the application. I'll try to explain what I'm doing.&lt;/P&gt;&lt;P&gt;I have 2 tables like the following.&lt;/P&gt;&lt;P&gt;Store Qty Amount&lt;/P&gt;&lt;P&gt;16001 2 500.00&lt;/P&gt;&lt;P&gt;17001 3 750.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Owner Store Name&lt;/P&gt;&lt;P&gt;05000 16001 John Doe&lt;/P&gt;&lt;P&gt;07500 17001 Jane Smith&lt;/P&gt;&lt;P&gt;I need to combine these 2 tables so I can see the Owner that the sales belong to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Owner Name Store Qty Amount&lt;/P&gt;&lt;P&gt;05000 John Doe 16001 2 500.00&lt;/P&gt;&lt;P&gt;07500 Jane Smith 17001 3 750.00&lt;/P&gt;&lt;P&gt;As I mentioned by renaming the field for Store in the sales table I was able to get data, but it doesnt pull the info from the owners table, ie. name.&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 19:24:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203402#M1208105</guid>
      <dc:creator />
      <dc:date>2009-10-27T19:24:37Z</dc:date>
    </item>
    <item>
      <title>Associating fields between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203403#M1208106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Rick - brain not engaged &lt;IMG alt="Tongue Tied" src="http://community.qlik.com/emoticons/emotion-7.gif" /&gt;&lt;/P&gt;&lt;P&gt;I've updated the QVW with a license to enable your use as a PE user. You should now be able to open this document.&lt;/P&gt;&lt;P&gt;I basically created an XLS with the same sales data, and an Access db to hold the Owner Master and an Owner-Store master. I also ensured that there were differences in the Store ID label between the entities to force aliasing in the script.&lt;/P&gt;&lt;P&gt;The pivot is then as you describe - owner ID, last name, store, total sales, total units.&lt;/P&gt;&lt;P&gt;Hope that this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 19:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203403#M1208106</guid>
      <dc:creator>Qlik_Trigg</dc:creator>
      <dc:date>2009-10-27T19:40:55Z</dc:date>
    </item>
    <item>
      <title>Associating fields between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203404#M1208107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;What do you mean by "I've updated the QVW with a license to enable your use as a PE user" ?&lt;/P&gt;&lt;P&gt;m&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 19:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203404#M1208107</guid>
      <dc:creator>mongolu</dc:creator>
      <dc:date>2009-10-27T19:47:57Z</dc:date>
    </item>
    <item>
      <title>Associating fields between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203405#M1208108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John, yes this is what I'm trying to achieve, so I just have to figure out what I have set-up differently that it's not pulling the name correctly form the SQL table for the owner, any ideas on what that would be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 20:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203405#M1208108</guid>
      <dc:creator />
      <dc:date>2009-10-27T20:07:14Z</dc:date>
    </item>
    <item>
      <title>Associating fields between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203406#M1208109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you take a screen shot of the table viewer so we can ensure that relationships are correct (ctrl T from either script editor or UI designer)? I was trying to look for elements that might be creating non-required relationships between your tables &amp;amp; causing errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 22:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203406#M1208109</guid>
      <dc:creator>Qlik_Trigg</dc:creator>
      <dc:date>2009-10-27T22:56:32Z</dc:date>
    </item>
    <item>
      <title>Associating fields between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203407#M1208110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/674/1680.Table-Viewer.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/674/1680.Table-Viewer.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In my script I have the following.&lt;/P&gt;&lt;P&gt;Qualify *;&lt;/P&gt;&lt;P&gt;Unqualify OwnerNumber,&lt;/P&gt;&lt;P&gt;Thanks Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 23:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203407#M1208110</guid>
      <dc:creator />
      <dc:date>2009-10-27T23:21:11Z</dc:date>
    </item>
    <item>
      <title>Associating fields between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203408#M1208111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;P&gt;I'd recommend dropping the Qualify/Unqualify in this instance and focus just on ensuring that Stores and Owners are linked just by OwnerID. It seems that the Store table has either copied the address elements from the Owner table into itself (allow overrides??) or has its own address structure. In this case, either&lt;/P&gt;&lt;P&gt;1. eliminating the fields fromthe Store select statement so that all address information comes from the Owner table&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;2. aliasing the fields in the Store select to be unique to the Store table&lt;/P&gt;&lt;P&gt;should ensure that you have a link between Store and Owner on just OwnerID. Remember QlikView creates joins on identical field names in different entities - the collection of duplicate fields between Stores and Owner creates the SYNTHETIC key table you see in your table viewer. We want to eliminate that synthetic table in this case.&lt;/P&gt;&lt;P&gt;Let me know how this works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 00:10:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203408#M1208111</guid>
      <dc:creator>Qlik_Trigg</dc:creator>
      <dc:date>2009-10-28T00:10:06Z</dc:date>
    </item>
    <item>
      <title>Associating fields between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203409#M1208112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm a little confused I thought that's what the Qualify/Unqualify was suppose to do. I'm using the same Owners and Stores table in another application and that is how I have it set-up and it works. I'm trying to go into the script and make the change, but now the application locks up on me whenever I try to reload it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 01:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203409#M1208112</guid>
      <dc:creator />
      <dc:date>2009-10-28T01:30:53Z</dc:date>
    </item>
    <item>
      <title>Associating fields between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203410#M1208113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are spot on about what qualify and unqualify are meant to do, but in this instance my request was to see if we can get this working with the manual edits. The fact that the same script is working in another application indicates we can get this back together; it maybe down to position in the script (i.e. between the two loads in the above snippet you provided) of the qualify/unqualify statements.&lt;/P&gt;&lt;P&gt;No clues on the reload hanging though, sorry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 01:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203410#M1208113</guid>
      <dc:creator>Qlik_Trigg</dc:creator>
      <dc:date>2009-10-28T01:54:26Z</dc:date>
    </item>
    <item>
      <title>Associating fields between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203411#M1208114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Mihai Petcu wrote:&lt;BR /&gt;John,&lt;BR /&gt;What do you mean by "I've updated the QVW with a license to enable your use as a PE user" ?&lt;BR /&gt;m&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Mihai,&lt;/P&gt;&lt;P&gt;As QlikTech employees, we have the ability to embed licenses into specific QlikView documents so they can be opened by any QlikView user. Otherwise, a license is required to open QlikView files created by another user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 01:23:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203411#M1208114</guid>
      <dc:creator />
      <dc:date>2009-10-29T01:23:31Z</dc:date>
    </item>
    <item>
      <title>Associating fields between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203412#M1208115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, Jason.&lt;/P&gt;&lt;P&gt;I've got the response also from John Trigg, on private.&lt;/P&gt;&lt;P&gt;Thanks for your support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 02:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203412#M1208115</guid>
      <dc:creator>mongolu</dc:creator>
      <dc:date>2009-10-29T02:41:05Z</dc:date>
    </item>
    <item>
      <title>Associating fields between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203413#M1208116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John, thanks for your help! I got the report to work the way I wanted.&lt;/P&gt;&lt;P&gt;Is there an issue with cutting and pasting the code when trying to change the order in the edit script? I figured out the problem was the order where the Qualify/Unqualify statement was at. No matter what I did though every time I tried to reload my application it would lock up and freeze. So I finally just started from scratch and did a new application and recreated the report I wanted and everything worked perfectly and the report produced exactly what I wanted. Could the application be locking up since I tried to edit the script by cutting and pasting the code in a different order or was it more than likely a different issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 03:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203413#M1208116</guid>
      <dc:creator />
      <dc:date>2009-10-29T03:10:55Z</dc:date>
    </item>
    <item>
      <title>Associating fields between tables</title>
      <link>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203414#M1208117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;P&gt;I am glad to hear that the application is working now. I suspect something different causing the reload to hang. I'll pass this along to see if there is anything that is suspect.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;John T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2009 18:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associating-fields-between-tables/m-p/203414#M1208117</guid>
      <dc:creator>Qlik_Trigg</dc:creator>
      <dc:date>2009-10-30T18:07:12Z</dc:date>
    </item>
  </channel>
</rss>

