<?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: Use 2 fields from different tables in one filter in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Use-2-fields-from-different-tables-in-one-filter/m-p/1883075#M10119</link>
    <description>&lt;P&gt;No ways to do that in one single Filter pane without passing by load script.&lt;/P&gt;
&lt;P&gt;You can do that via operators in Set Analysis:&lt;/P&gt;
&lt;P&gt;In case check these two articles:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2021/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetAnalysis/set-analysis-expressions.htm" target="_self"&gt;Set analysis&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2021/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetAnalysis/set-operators.htm" target="_self"&gt;Set operators&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jan 2022 22:27:04 GMT</pubDate>
    <dc:creator>micheledenardi</dc:creator>
    <dc:date>2022-01-19T22:27:04Z</dc:date>
    <item>
      <title>Use 2 fields from different tables in one filter</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Use-2-fields-from-different-tables-in-one-filter/m-p/1881143#M10101</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;i have 2 different tables:&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;Table1:&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="79.3438px" height="15px" style="height: 15.0pt; width: 60pt;"&gt;ID&lt;/TD&gt;
&lt;TD width="79.6562px" height="15px" style="width: 60pt;"&gt;Name&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="79.3438px" height="15px" align="right" style="height: 15.0pt;"&gt;1&lt;/TD&gt;
&lt;TD width="79.6562px" height="15px"&gt;Name1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="79.3438px" height="15px" align="right" style="height: 15.0pt;"&gt;2&lt;/TD&gt;
&lt;TD width="79.6562px" height="15px"&gt;Name1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="79.3438px" height="15px" align="right" style="height: 15.0pt;"&gt;3&lt;/TD&gt;
&lt;TD width="79.6562px" height="15px"&gt;Name2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="79.3438px" height="15px" align="right" style="height: 15.0pt;"&gt;4&lt;/TD&gt;
&lt;TD width="79.6562px" height="15px"&gt;Name2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="79.3438px" height="15px" align="right" style="height: 15.0pt;"&gt;5&lt;/TD&gt;
&lt;TD width="79.6562px" height="15px"&gt;Name3&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Table2:&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;ID&lt;/TD&gt;
&lt;TD width="80" style="width: 60pt;"&gt;Name&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" style="height: 15.0pt;"&gt;1&lt;/TD&gt;
&lt;TD&gt;Name3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" style="height: 15.0pt;"&gt;1&lt;/TD&gt;
&lt;TD&gt;Name2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" style="height: 15.0pt;"&gt;3&lt;/TD&gt;
&lt;TD&gt;Name3&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;I want to have one filter where i search the name from table1 or table 2.&lt;/P&gt;
&lt;P&gt;I've seen solutions but only with the data load editor, which we dont want to use if possible, because we are using the data manager &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;BR /&gt;Is there any way to do it in the frontend?&lt;BR /&gt;&lt;BR /&gt;In sql it would be a simple ... where Table1.Name = X or Table2.Name = X&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 12:57:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Use-2-fields-from-different-tables-in-one-filter/m-p/1881143#M10101</guid>
      <dc:creator>virus190</dc:creator>
      <dc:date>2022-01-14T12:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Use 2 fields from different tables in one filter</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Use-2-fields-from-different-tables-in-one-filter/m-p/1883075#M10119</link>
      <description>&lt;P&gt;No ways to do that in one single Filter pane without passing by load script.&lt;/P&gt;
&lt;P&gt;You can do that via operators in Set Analysis:&lt;/P&gt;
&lt;P&gt;In case check these two articles:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2021/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetAnalysis/set-analysis-expressions.htm" target="_self"&gt;Set analysis&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2021/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetAnalysis/set-operators.htm" target="_self"&gt;Set operators&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 22:27:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Use-2-fields-from-different-tables-in-one-filter/m-p/1883075#M10119</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2022-01-19T22:27:04Z</dc:date>
    </item>
  </channel>
</rss>

