<?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: Relationship between 3 tables connecting with one variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Relationship-between-3-tables-connecting-with-one-variable/m-p/1869459#M1227585</link>
    <description>&lt;P&gt;You could use Subfield([Driver Name],' ',1) to get just the first name.&lt;/P&gt;</description>
    <pubDate>Sun, 12 Dec 2021 13:26:31 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2021-12-12T13:26:31Z</dc:date>
    <item>
      <title>Relationship between 3 tables connecting with one variable</title>
      <link>https://community.qlik.com/t5/QlikView/Relationship-between-3-tables-connecting-with-one-variable/m-p/1869450#M1227582</link>
      <description>&lt;P&gt;Hi colleages from Qlikview, i'm having a problem that I'm not sure how to solve.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a database from a softaware built by insiders of a company. I'm building a dashboard where i want to filter by "Driver name".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, I have a table where it shows many data and one column it shows the drivers, and the content is driver one, driver two... And it's connected to another table where is the driver name. So driver one is Juan, driver two Manuel...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At this moment this is easy, but here is where it gets complicated. I have another principal table that gives me different info where it shows also driver, and it's connected to another table where it says driver one is ManuelG. , driver two Jesus A....&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So driver two from principal table 1 and driver one from principal table two are the same, I want it to filter by these name when extracting data from both principal tables but I don't know how to connect this variable.&amp;nbsp; Also, they are writted diferent so Manuel it's the same as Manuel G.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="240"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD colspan="2" width="160"&gt;Principal table one&lt;/TD&gt;
&lt;TD width="80"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Date&lt;/TD&gt;
&lt;TD&gt;Route&lt;/TD&gt;
&lt;TD&gt;Driver&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;01/01/2021&lt;/TD&gt;
&lt;TD&gt;X&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 120pt;" border="0" width="160" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="80" height="20" style="height: 15.0pt; width: 60pt;"&gt;Drivers&lt;/TD&gt;
&lt;TD width="80" style="width: 60pt;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" style="height: 15.0pt;"&gt;Driver&lt;/TD&gt;
&lt;TD&gt;Driver name&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl65" style="height: 15.0pt;"&gt;1&lt;/TD&gt;
&lt;TD&gt;Juan&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="240"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD colspan="2" width="160"&gt;Principal table two&lt;/TD&gt;
&lt;TD width="80"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Date&lt;/TD&gt;
&lt;TD&gt;City&lt;/TD&gt;
&lt;TD&gt;Driver&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;01/01/2021&lt;/TD&gt;
&lt;TD&gt;X&lt;/TD&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 120pt;" border="0" width="160" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="80" height="20" style="height: 15.0pt; width: 60pt;"&gt;Drivers&lt;/TD&gt;
&lt;TD width="80" style="width: 60pt;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" style="height: 15.0pt;"&gt;Driver&lt;/TD&gt;
&lt;TD&gt;Driver name&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl65" style="height: 15.0pt;"&gt;2&lt;/TD&gt;
&lt;TD&gt;Juan G.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Resume: I want to qlikview to understand that Juan is the same person as Juan G. when filtering by drivers name.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relationship-between-3-tables-connecting-with-one-variable/m-p/1869450#M1227582</guid>
      <dc:creator>Jordi007</dc:creator>
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Relationship between 3 tables connecting with one variable</title>
      <link>https://community.qlik.com/t5/QlikView/Relationship-between-3-tables-connecting-with-one-variable/m-p/1869459#M1227585</link>
      <description>&lt;P&gt;You could use Subfield([Driver Name],' ',1) to get just the first name.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Dec 2021 13:26:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relationship-between-3-tables-connecting-with-one-variable/m-p/1869459#M1227585</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-12-12T13:26:31Z</dc:date>
    </item>
  </channel>
</rss>

