<?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 Link question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Link-question/m-p/232934#M84496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again for this, works a treat. &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Feb 2010 09:18:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-02-12T09:18:54Z</dc:date>
    <item>
      <title>Link question</title>
      <link>https://community.qlik.com/t5/QlikView/Link-question/m-p/232930#M84492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there hope you can help. I'm quite new to this so please bear with me.&lt;/P&gt;&lt;P&gt;I'm analysing a database which contains a central table of faults. Each of these faults is tagged with a Location ID and an Organisation ID realting to where the faults was originally reported. I have successfully managhed to link the faults to the corresponding Organsation and Location tables which contain the names of the Organisationa nd Locations.&lt;/P&gt;&lt;P&gt;My problem begins when...&lt;/P&gt;&lt;P&gt;In the database you can also add additional affected Orgasniations and Locations, these are linked to the original fault by creating an entry in a seperate table containing the Location or Organsiation ID along with the Fault ID. So that you can have many locations / organisations impacted by 1 fault.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to bring this info into my report, but Qlikview doesnt seem to be seeing the 'many' relationship, when i click on a particular fault the only locations and organisations it identifies are the original ones from the central fault table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody advise how i can get the report to recognise both types of relationship. Or if this is not possible do i need to create a seperate report for the second type of relationship, is this possible in the same application? I hope this makes sense to someone! [:)]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Feb 2010 12:37:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-question/m-p/232930#M84492</guid>
      <dc:creator />
      <dc:date>2010-02-06T12:37:01Z</dc:date>
    </item>
    <item>
      <title>Link question</title>
      <link>https://community.qlik.com/t5/QlikView/Link-question/m-p/232931#M84493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understood what you're doing, I probably wouldn't put ANY location or organization on the fault table. I'd move the reporting location and organization to your linkage table, and add a type to keep track of what's what. For instance:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;Fault Organization Links:&lt;BR /&gt;Fault, Type, Organization&lt;BR /&gt;00001, Reported By, 10001&lt;BR /&gt;00001, Affects, 10005&lt;BR /&gt;00001, Affects, 10007&lt;/P&gt;&lt;P&gt;Put the Type field as a selection, and the user can decide if they only want to see the reporting organizations, only the affected organizations, or both. You can also override this on particular tables if desired with set analysis, if you, for instance, want a specific chart to ALWAYS be just by the reporting organizations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Feb 2010 21:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-question/m-p/232931#M84493</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-02-06T21:06:07Z</dc:date>
    </item>
    <item>
      <title>Link question</title>
      <link>https://community.qlik.com/t5/QlikView/Link-question/m-p/232932#M84494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your advice John. What you say makes perfect sense, the database is already set up to record the two methods of attaching an org differently, but am i right in thinking that during the load of the data into qlikview i can strip these two methods from their locations and put them into one Qlikview table... it seems like that is the way forward. Please correct me if i'm wrong! I will give this s whirl tonight.&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 20:21:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-question/m-p/232932#M84494</guid>
      <dc:creator />
      <dc:date>2010-02-08T20:21:04Z</dc:date>
    </item>
    <item>
      <title>Link question</title>
      <link>https://community.qlik.com/t5/QlikView/Link-question/m-p/232933#M84495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like you at least understood my suggestion, yes. Whether it's the right approach of course remains to be seen when you actually try it out! But yes, where your source data has two ways of recording links to locations and organizations, I'd try converting that to a single method in QlikView. I'd probably go ahead and load the reporting organization and location when loading your fault table for efficiency. Then, once everything else is loaded in, concatenate that data onto your link tables, and then drop the fields from your fault table. Something like this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;CONCATENATE ([Fault Organization Links])&lt;BR /&gt;LOAD&lt;BR /&gt; "Fault"&lt;BR /&gt;,'Reported By' as "Type"&lt;BR /&gt;,"Reporting Organization" as "Organization"&lt;BR /&gt;RESIDENT [Faults]&lt;BR /&gt;;&lt;BR /&gt;DROP FIELD "Reporting Organization";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 21:02:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-question/m-p/232933#M84495</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-02-08T21:02:49Z</dc:date>
    </item>
    <item>
      <title>Link question</title>
      <link>https://community.qlik.com/t5/QlikView/Link-question/m-p/232934#M84496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again for this, works a treat. &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2010 09:18:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-question/m-p/232934#M84496</guid>
      <dc:creator />
      <dc:date>2010-02-12T09:18:54Z</dc:date>
    </item>
  </channel>
</rss>

