<?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: Creating a Relationship between two sets of data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-Relationship-between-two-sets-of-data/m-p/448573#M490524</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help on this one.&amp;nbsp; Ill give the mapping table a try and see if I can get the desired results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Sep 2012 11:30:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-27T11:30:39Z</dc:date>
    <item>
      <title>Creating a Relationship between two sets of data</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Relationship-between-two-sets-of-data/m-p/448569#M490520</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 ran two separate SQL commands to get data from a table called &lt;STRONG&gt;OPENCALL &lt;/STRONG&gt;and another called &lt;STRONG&gt;FIXCODE.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my OPENCALL table I have a field called fixcode which shows data as such FLT0-CRPR-RCL0-SSWO.&lt;/P&gt;&lt;P&gt;The code has a certain value to it, in the above case FLT0 means Fault, CRPR means Corporate Software - RCL0 means Oracle and SSWO means Password Reset.&amp;nbsp; As you can also see they are set a certain Levels, ie: FLT0 is Level 1, CRPR is level 2 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the second table called &lt;STRONG&gt;fixcode&lt;/STRONG&gt;, I have a field called &lt;STRONG&gt;code&lt;/STRONG&gt;, which shows all of the code, regardless of level and in the same table there is another field called descx which gives it the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created 4 listboxes that hold the fixcode from my &lt;STRONG&gt;OPENCALL &lt;/STRONG&gt;table.&amp;nbsp; I have separated it into 4 different list boxes, so in the above example, we have a list box called:&amp;nbsp; Level 1 which holds FLT0, Level 2 which holds CRPR, Level 3 which holds RCL0 and Level 4, which holds SSWO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then created 2 other listboxes from my FIXCODE table.&amp;nbsp; All the hold is the code and description.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am looking to achieve is creating a relationship between the two.&amp;nbsp; As the FIXCODE table holds the relationship between the code and the description, my &lt;STRONG&gt;OPENCALL &lt;/STRONG&gt;table only holds the code per call raised.&amp;nbsp; (So if a call if raise on our helpdesk it is given the code above).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to qlikview to look at the code in the &lt;STRONG&gt;OPENCALL &lt;/STRONG&gt;table, match it to the code in the &lt;STRONG&gt;FIXCODE &lt;/STRONG&gt;table and then bring through the description from the &lt;STRONG&gt;FIXCODE &lt;/STRONG&gt;Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 10:58:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Relationship-between-two-sets-of-data/m-p/448569#M490520</guid>
      <dc:creator />
      <dc:date>2012-09-27T10:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Relationship between two sets of data</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Relationship-between-two-sets-of-data/m-p/448570#M490521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's probably easiest to use FIXCODE as a mapping table and use applymap to include the code description in the load script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 11:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Relationship-between-two-sets-of-data/m-p/448570#M490521</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-09-27T11:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Relationship between two sets of data</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Relationship-between-two-sets-of-data/m-p/448571#M490522</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;The problem is is that the FIXCODE data may change as it is not static.&amp;nbsp; Therefore SSWO may one day to change PSSW.&amp;nbsp; If it is changed on the application side, it will be amended in the FIXCODE table, but not the OPENCALL table which will stay the same.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 11:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Relationship-between-two-sets-of-data/m-p/448571#M490522</guid>
      <dc:creator />
      <dc:date>2012-09-27T11:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Relationship between two sets of data</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Relationship-between-two-sets-of-data/m-p/448572#M490523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see the problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&amp;nbsp; If you change OSSW to PSSW then the records in OPENCALL that still contain OSSW won't be matched with PSSW. Unless you add PSSW to FIXECODE so that it contains both codes. In that case records in OPENCALL that have the old OSSW value will be matched with the description for OSSW and records with the new PSSW will be matched with the description for PSSW. In no case will OSSW records end up with the description of PSSW.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 11:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Relationship-between-two-sets-of-data/m-p/448572#M490523</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-09-27T11:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Relationship between two sets of data</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Relationship-between-two-sets-of-data/m-p/448573#M490524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help on this one.&amp;nbsp; Ill give the mapping table a try and see if I can get the desired results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 11:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Relationship-between-two-sets-of-data/m-p/448573#M490524</guid>
      <dc:creator />
      <dc:date>2012-09-27T11:30:39Z</dc:date>
    </item>
  </channel>
</rss>

