<?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: Relationships between data objects in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Relationships-between-data-objects/m-p/1031233#M348158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aha, I have solved this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem was that I was using a table box, not a straight table. Once I had done this, I can add background colour:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF([Issue RAG]='RED', lightred(), IF([Issue RAG] = 'AMBER',&amp;nbsp; yellow(), IF([Issue RAG]='GREEN',LightGreen(), &lt;/P&gt;&lt;P&gt;IF([Risk RAG]='RED', lightred(), IF([Risk RAG] = 'AMBER',&amp;nbsp; yellow(), IF([Risk RAG]='GREEN',LightGreen(), &lt;/P&gt;&lt;P&gt;IF([Action RAG]='GREEN',LightGreen(), IF([Action RAG]='RED', lightred(), IF([Action RAG] = 'AMBER',&amp;nbsp; yellow(),white() &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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Feb 2016 09:49:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-17T09:49:55Z</dc:date>
    <item>
      <title>Relationships between data objects</title>
      <link>https://community.qlik.com/t5/QlikView/Relationships-between-data-objects/m-p/1031227#M348152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a data set like the below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="dataset.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114606_dataset.PNG" style="height: 147px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I'd like to figure out how I make a link between TABLE1.TASK DEPENDENCY and the TABLE2.TASKID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to be able to click on 'Task 1' in this table and for it to filter the TASKS table to show only that task. The problem is, they're stored in different tables, with different field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally, if the RAG status for TABLE2.TASKID is RED, I'd like to show the cell in the dependencies table as having a red background,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 07:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relationships-between-data-objects/m-p/1031227#M348152</guid>
      <dc:creator />
      <dc:date>2016-02-15T07:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Relationships between data objects</title>
      <link>https://community.qlik.com/t5/QlikView/Relationships-between-data-objects/m-p/1031228#M348153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be easy if you post some script? Looks like your table is Qualified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to link between &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TABLE1.TASK DEPENDENCY and the TABLE2.TASKID,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;you need to change one your field name. Then, it will automatically link..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualify *;&lt;/P&gt;&lt;P&gt;Unqualify &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TASKID&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE1:&lt;/P&gt;&lt;P&gt;Load [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TASK DEPENDENCY] as TASKID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Source;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TABLE2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Load TASKID from Source;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 07:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relationships-between-data-objects/m-p/1031228#M348153</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-02-16T07:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Relationships between data objects</title>
      <link>https://community.qlik.com/t5/QlikView/Relationships-between-data-objects/m-p/1031229#M348154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you please share the sample data of those two tables ?? so that we can suggest a better solution &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 07:13:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relationships-between-data-objects/m-p/1031229#M348154</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-02-16T07:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Relationships between data objects</title>
      <link>https://community.qlik.com/t5/QlikView/Relationships-between-data-objects/m-p/1031230#M348155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can simply rename the field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 07:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relationships-between-data-objects/m-p/1031230#M348155</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2016-02-16T07:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Relationships between data objects</title>
      <link>https://community.qlik.com/t5/QlikView/Relationships-between-data-objects/m-p/1031231#M348156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;lookup function is used&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 07:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relationships-between-data-objects/m-p/1031231#M348156</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-16T07:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Relationships between data objects</title>
      <link>https://community.qlik.com/t5/QlikView/Relationships-between-data-objects/m-p/1031232#M348157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is table one. You can see REF is linked to REF in the table 2 (below).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Essentially, IF RAG in table 2 = RED and Status in table 2 = OPEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THEN the row in table 1 should be highlighted in red&lt;/P&gt;&lt;P&gt;&lt;IMG alt="table1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114918_table1.PNG" style="height: 243px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is table 2:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="table2 a.PNG" class="jive-image image-2" src="/legacyfs/online/114921_table2 a.PNG" style="height: 156px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 09:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relationships-between-data-objects/m-p/1031232#M348157</guid>
      <dc:creator />
      <dc:date>2016-02-17T09:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Relationships between data objects</title>
      <link>https://community.qlik.com/t5/QlikView/Relationships-between-data-objects/m-p/1031233#M348158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aha, I have solved this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem was that I was using a table box, not a straight table. Once I had done this, I can add background colour:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF([Issue RAG]='RED', lightred(), IF([Issue RAG] = 'AMBER',&amp;nbsp; yellow(), IF([Issue RAG]='GREEN',LightGreen(), &lt;/P&gt;&lt;P&gt;IF([Risk RAG]='RED', lightred(), IF([Risk RAG] = 'AMBER',&amp;nbsp; yellow(), IF([Risk RAG]='GREEN',LightGreen(), &lt;/P&gt;&lt;P&gt;IF([Action RAG]='GREEN',LightGreen(), IF([Action RAG]='RED', lightred(), IF([Action RAG] = 'AMBER',&amp;nbsp; yellow(),white() &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 09:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relationships-between-data-objects/m-p/1031233#M348158</guid>
      <dc:creator />
      <dc:date>2016-02-17T09:49:55Z</dc:date>
    </item>
  </channel>
</rss>

