<?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 Need to filter data using two tables in a script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-to-filter-data-using-two-tables-in-a-script/m-p/177725#M45208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for that, I had to reverse my tables around though so the department is used with the left join to remove the unwanted entries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Sep 2009 21:51:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-09-07T21:51:33Z</dc:date>
    <item>
      <title>Need to filter data using two tables in a script</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-filter-data-using-two-tables-in-a-script/m-p/177723#M45206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two tables one employees and the other departments. I have used these with others to get what I want and filtered the department table. There is however no way I can filter the employee table on it's own. If I link it to the department table in the script then I can use the description fiels as I already do for the department table.&lt;/P&gt;&lt;P&gt;question is what syntax do I need ot use to pull the data from both tables in the script, there is of course a field called department in each table to connect them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 20:42:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-filter-data-using-two-tables-in-a-script/m-p/177723#M45206</guid>
      <dc:creator />
      <dc:date>2009-09-07T20:42:15Z</dc:date>
    </item>
    <item>
      <title>Need to filter data using two tables in a script</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-filter-data-using-two-tables-in-a-script/m-p/177724#M45207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-style: italic; line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;tblEmployees:&lt;/P&gt;&lt;P style="font-weight: bold; line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;LOAD&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;EmpID,&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;EmpName,&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;DeptID;&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;SQL&lt;/B&gt; &lt;B&gt;SELECT&lt;/B&gt; *&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;FROM&lt;/B&gt; tblEmployees;&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;Left&lt;/B&gt; &lt;B&gt;join&lt;/B&gt; (&lt;I&gt;tblEmployees&lt;/I&gt;)&lt;/P&gt;&lt;P style="font-weight: bold; line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;LOAD&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;DeptID,&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;DeptName;&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;SQL&lt;/B&gt; &lt;B&gt;SELECT&lt;/B&gt; *&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;FROM&lt;/B&gt; tblDept;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 21:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-filter-data-using-two-tables-in-a-script/m-p/177724#M45207</guid>
      <dc:creator />
      <dc:date>2009-09-07T21:08:29Z</dc:date>
    </item>
    <item>
      <title>Need to filter data using two tables in a script</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-filter-data-using-two-tables-in-a-script/m-p/177725#M45208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for that, I had to reverse my tables around though so the department is used with the left join to remove the unwanted entries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 21:51:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-filter-data-using-two-tables-in-a-script/m-p/177725#M45208</guid>
      <dc:creator />
      <dc:date>2009-09-07T21:51:33Z</dc:date>
    </item>
  </channel>
</rss>

