<?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: Associate data from 2 factory codes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800101#M1021007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you do like this:&lt;/P&gt;&lt;P&gt;Add a preceding load to your Products: load&lt;/P&gt;&lt;P&gt;LOAD *, If(IsNull(LookUp('FactoryCode', 'OldFactoryCode', Factory, 'FactoryCodes')), Factory, LookUp('FactoryCode', 'OldFactoryCode', Factory, 'FactoryCodes')) As FactoryCode;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It adds a FactoryCode field to the Products table which contains the current FactoryCode. It's a lookup in the FactoryCodes table, it looks if the factory is an old code and returns the matching new FactoryCode if it is, if it's not an old code the existing Factory code is kept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, you'll have to use the FactoryCode now in your application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Mar 2015 14:42:00 GMT</pubDate>
    <dc:creator>Ralf-Narfeldt</dc:creator>
    <dc:date>2015-03-26T14:42:00Z</dc:date>
    <item>
      <title>Associate data from 2 factory codes</title>
      <link>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800098#M1021004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have&amp;nbsp; a report that looks at the sales of product by factory that supplied them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I have is that as a product is superseded we change the factory code of the old product so that it doesn't conflict with the new one. This report however needs to show the sales of the superseded product as well as the current one as being from the same supplier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an excel spreadsheet which shows the link between the current factory code and the superseded factory code but I don't know how I am going to tell Qlikview to associate or merge the data so that it comes under one factory code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example factory code E003A is the newest factory code but it needs to be linked to E003 and 500003 so when someone is looking at the sales for 2014 for factory code E003A they can also see sales of products that have been superseded that now come under factory code E003 or 500003.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the qvw if that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 12:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800098#M1021004</guid>
      <dc:creator />
      <dc:date>2015-03-26T12:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Associate data from 2 factory codes</title>
      <link>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800099#M1021005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was&amp;nbsp; going to suggest to create a Mapping table, but it seems you already have it done.&lt;/P&gt;&lt;P&gt;You would want to link fields Factory and FactoryCode so I suggest to Rename FactoryCode to Factory.&lt;/P&gt;&lt;P&gt;This way Qlikview will interpret both fields(Factory) as associated to each other.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 13:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800099#M1021005</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2015-03-26T13:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Associate data from 2 factory codes</title>
      <link>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800100#M1021006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried that and whilst it has shown the link between the 2 factory codes if I look just at the associated factory code (the old factory code) then the products that are listed under that code alone are not showing when clicking on the primary factory code.&lt;/P&gt;&lt;P&gt;If I select E003A its old factory code is 500003.&lt;/P&gt;&lt;P&gt;As you can see from the attached images if I select E003A it doesn't show the products that are under factory code 500003 if I just select that for the same time frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="E003A.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/82034_E003A.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="500003.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/82035_500003.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 14:02:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800100#M1021006</guid>
      <dc:creator />
      <dc:date>2015-03-26T14:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Associate data from 2 factory codes</title>
      <link>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800101#M1021007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you do like this:&lt;/P&gt;&lt;P&gt;Add a preceding load to your Products: load&lt;/P&gt;&lt;P&gt;LOAD *, If(IsNull(LookUp('FactoryCode', 'OldFactoryCode', Factory, 'FactoryCodes')), Factory, LookUp('FactoryCode', 'OldFactoryCode', Factory, 'FactoryCodes')) As FactoryCode;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It adds a FactoryCode field to the Products table which contains the current FactoryCode. It's a lookup in the FactoryCodes table, it looks if the factory is an old code and returns the matching new FactoryCode if it is, if it's not an old code the existing Factory code is kept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, you'll have to use the FactoryCode now in your application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 14:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800101#M1021007</guid>
      <dc:creator>Ralf-Narfeldt</dc:creator>
      <dc:date>2015-03-26T14:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Associate data from 2 factory codes</title>
      <link>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800102#M1021008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just tried that and reloaded the script but it has not pulled in the products from the old factory code.&lt;/P&gt;&lt;P&gt;Have I put the preceding load in the right place?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="precedingload.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/82038_precedingload.JPG" style="width: 620px; height: 161px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 14:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800102#M1021008</guid>
      <dc:creator />
      <dc:date>2015-03-26T14:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Associate data from 2 factory codes</title>
      <link>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800103#M1021009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that looks right. I had to mock up some data as I can't reload your QVW (I don't have the data files needed).&lt;/P&gt;&lt;P&gt;FactoryCodes:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;FactoryCode,OldFactoryCode&lt;/P&gt;&lt;P&gt;A0019,100019&lt;/P&gt;&lt;P&gt;B010,200010];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Products:&lt;/P&gt;&lt;P&gt;LOAD *, If(IsNull(LookUp('FactoryCode', 'OldFactoryCode', Factory, 'FactoryCodes')), Factory, LookUp('FactoryCode', 'OldFactoryCode', Factory, 'FactoryCodes')) As FactoryCode;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Factory,TSLCode&lt;/P&gt;&lt;P&gt;A0019,TRY1234&lt;/P&gt;&lt;P&gt;100019,Tgy689&lt;/P&gt;&lt;P&gt;B010,TTr98769&lt;/P&gt;&lt;P&gt;200010,Uyyi865];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are looking at the FactoryCode field, not the Factory?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 14:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800103#M1021009</guid>
      <dc:creator>Ralf-Narfeldt</dc:creator>
      <dc:date>2015-03-26T14:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Associate data from 2 factory codes</title>
      <link>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800104#M1021010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried selecting from the Factory code list rather than the factory list and I get the same results. These codes are still missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="500003.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/82043_500003.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Steve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 15:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800104#M1021010</guid>
      <dc:creator />
      <dc:date>2015-03-26T15:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Associate data from 2 factory codes</title>
      <link>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800105#M1021011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the Factory Name hasn't changed, you can probably use this field instead of Factory Code.&lt;/P&gt;&lt;P&gt;You will have a table with FactoryName,FactoryCode (you can probably extend with FactoryCodeAssignedDate etc..) ,similar to building table relationship in Database.&lt;/P&gt;&lt;P&gt;You can Add FactoryName in the Products Table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 15:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800105#M1021011</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2015-03-26T15:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Associate data from 2 factory codes</title>
      <link>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800106#M1021012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Forgive me for having a thick moment here but I don't understand what you're saying. The current factory codes are the alpha numeric codes and the old factory codes are the 6 digit ones. If the users of the report want to see what sales are for factory E003A for 2014 I need the report to show all products for E003A plus all codes that are represented by the old factory code 500003 in that time frame. I don't have the factory name included in this report just the code which is sufficient. To bring the factory name in as well would be another table which is unnecessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Steve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 16:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800106#M1021012</guid>
      <dc:creator />
      <dc:date>2015-03-26T16:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Associate data from 2 factory codes</title>
      <link>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800107#M1021013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I had the other way around,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Factory should be linked to OldFactoryCode, your Chart dimension will be FactoryCode/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the Products table have historical record of current and previous Factory Code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 16:17:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800107#M1021013</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2015-03-26T16:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Associate data from 2 factory codes</title>
      <link>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800108#M1021014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Product table has all products, their description, costs, factory code that they are produced at, case quantities, pallet quantities etc.&lt;/P&gt;&lt;P&gt;So for example if we have a code 1234 its factory code would be 500003 because it has been superseded. The new code would be 1234A and its factory code would be E003A. From the list box the user would select E003A and in the pivot table the user would see E003A as the factory code but would want to see the sales for 1234A and the sales for 1234 because this was superseded part way through the year and they would want the full years sales for that factory code including codes that have been superseded and were now under the old factory code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 16:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800108#M1021014</guid>
      <dc:creator />
      <dc:date>2015-03-26T16:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Associate data from 2 factory codes</title>
      <link>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800109#M1021015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to replicate your data with some inline loads, not all of it, but a few fields in each table, and the joining fields. You can see in the attached document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing with my solution is that the Factory codes: table needs to be loaded before you can do the lookup in the Products table, it was in my example, but I forgot to mention the importance of it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So:&lt;/P&gt;&lt;P&gt;1. Move your &lt;STRONG&gt;Factory codes:&lt;/STRONG&gt; table load to be the first table to load in the script, or at least before &lt;STRONG&gt;Products:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2. Add this preceding load to &lt;STRONG&gt;Products:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD *, If(IsNull(LookUp('FactoryCode', 'OldFactoryCode', Factory, 'FactoryCodes')), Factory, LookUp('FactoryCode', 'OldFactoryCode', Factory, 'FactoryCodes')) As FactoryCode;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 07:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800109#M1021015</guid>
      <dc:creator>Ralf-Narfeldt</dc:creator>
      <dc:date>2015-03-27T07:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Associate data from 2 factory codes</title>
      <link>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800110#M1021016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for that and explaining why. I am still very much learning this so explanations as to why help me a lot. I have followed your instructions but the pivot table still does not update with the products that are now listed under the old factory code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the updated qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 08:32:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800110#M1021016</guid>
      <dc:creator />
      <dc:date>2015-03-27T08:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Associate data from 2 factory codes</title>
      <link>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800111#M1021017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, but you are still using the Factory field in the pivot table, and that will contain a new or old factory code.&lt;/P&gt;&lt;P&gt;You shouldn't do the rename to Factory here:&lt;/P&gt;&lt;P&gt;FactoryCodes:&lt;/P&gt;&lt;P&gt;LOAD FactoryCode as Factory, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OldFactoryCode&lt;/P&gt;&lt;P&gt;it should be just&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;LOAD FactoryCode, &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OldFactoryCode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use the FactoryCode field in the pivot table. Products will contain:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FactoryCode&lt;/STRONG&gt; - always the current FactoryCode&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Factory&lt;/STRONG&gt; - contains either the old or the new code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact, you can end the script by dropping the FactoryCodes table, as it served its purpose for lookup. &lt;/P&gt;&lt;P&gt;DROP TABLE FactoryCodes:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 08:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800111#M1021017</guid>
      <dc:creator>Ralf-Narfeldt</dc:creator>
      <dc:date>2015-03-27T08:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Associate data from 2 factory codes</title>
      <link>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800112#M1021018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for explaining this. I have done as you said and reloaded but I still cannot see the codes that are on the old factory code. I have removed Factory from the pivot table to see if that made a difference but it hasn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 09:06:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800112#M1021018</guid>
      <dc:creator />
      <dc:date>2015-03-27T09:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Associate data from 2 factory codes</title>
      <link>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800113#M1021019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, it's hard to replicate without the full data set as I can't reload.&lt;/P&gt;&lt;P&gt;There may be something missing in my limited Inload data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 09:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800113#M1021019</guid>
      <dc:creator>Ralf-Narfeldt</dc:creator>
      <dc:date>2015-03-27T09:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Associate data from 2 factory codes</title>
      <link>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800114#M1021020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the full data set for you. Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 09:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800114#M1021020</guid>
      <dc:creator />
      <dc:date>2015-03-27T09:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Associate data from 2 factory codes</title>
      <link>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800115#M1021021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added FactoryCode to the pivot table, and by selecting A0019 I think I can see data for both the old and the new (see Factory)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="factorycodes.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/82097_factorycodes.png" style="height: 221px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 09:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800115#M1021021</guid>
      <dc:creator>Ralf-Narfeldt</dc:creator>
      <dc:date>2015-03-27T09:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Associate data from 2 factory codes</title>
      <link>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800116#M1021022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fantastic. I see what you have done with this now. Works a treat. Thank you for explaining as well as it helps me learn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 09:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Associate-data-from-2-factory-codes/m-p/800116#M1021022</guid>
      <dc:creator />
      <dc:date>2015-03-27T09:55:50Z</dc:date>
    </item>
  </channel>
</rss>

