<?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: Comparing  columns in 2 different tables in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Comparing-columns-in-2-different-tables/m-p/1725339#M55232</link>
    <description>&lt;P&gt;The result need as per attached table.&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jul 2020 12:35:55 GMT</pubDate>
    <dc:creator>krishnagutha1294</dc:creator>
    <dc:date>2020-07-06T12:35:55Z</dc:date>
    <item>
      <title>Comparing  columns in 2 different tables</title>
      <link>https://community.qlik.com/t5/App-Development/Comparing-columns-in-2-different-tables/m-p/1725309#M55228</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;Having 2 different tables&lt;/P&gt;&lt;P&gt;1st table having fields&amp;nbsp; A,B,C&lt;/P&gt;&lt;P&gt;2nd table having fields D,E,F,G&lt;/P&gt;&lt;P&gt;Need to write set analysis Expression for comparing (a=d or a=e or a=f)after satisfying the above condition then get&amp;nbsp; count (A).&lt;/P&gt;&lt;P&gt;Please any one solve the above expression.&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 13:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Comparing-columns-in-2-different-tables/m-p/1725309#M55228</guid>
      <dc:creator>krishnagutha1294</dc:creator>
      <dc:date>2021-04-01T13:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing  columns in 2 different tables</title>
      <link>https://community.qlik.com/t5/App-Development/Comparing-columns-in-2-different-tables/m-p/1725315#M55230</link>
      <description>&lt;P&gt;can you share a sample data and the expected output ?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 11:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Comparing-columns-in-2-different-tables/m-p/1725315#M55230</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-07-06T11:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing  columns in 2 different tables</title>
      <link>https://community.qlik.com/t5/App-Development/Comparing-columns-in-2-different-tables/m-p/1725339#M55232</link>
      <description>&lt;P&gt;The result need as per attached table.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 12:35:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Comparing-columns-in-2-different-tables/m-p/1725339#M55232</guid>
      <dc:creator>krishnagutha1294</dc:creator>
      <dc:date>2020-07-06T12:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing  columns in 2 different tables</title>
      <link>https://community.qlik.com/t5/App-Development/Comparing-columns-in-2-different-tables/m-p/1725397#M55250</link>
      <description>&lt;P&gt;You might solve this by using multiple implicit set analysis modifiers like this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count ({&amp;lt;A=p(D)+p(E)+p(F)&amp;nbsp;&lt;SPAN&gt;&amp;gt;}&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;A)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Count ({&amp;lt;A=p(D)&amp;gt;} +{&amp;lt;A=p(E)&amp;gt;} +{&amp;lt;A=p(F)&amp;nbsp;&lt;SPAN&gt;&amp;gt;}&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;A)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;or similar.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;I hope this helps you or at least points you to in a good direction.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- Vegar&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 14:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Comparing-columns-in-2-different-tables/m-p/1725397#M55250</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-07-06T14:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing  columns in 2 different tables</title>
      <link>https://community.qlik.com/t5/App-Development/Comparing-columns-in-2-different-tables/m-p/1725419#M55255</link>
      <description>&lt;P&gt;You can add A,D,E &amp;amp; F fields in dimensions and put below expression&lt;/P&gt;&lt;P&gt;=if(A=D or A=E or A=F,1,0)&lt;/P&gt;&lt;P&gt;You can go to Add-on and uncheck&amp;nbsp; " Include zero values"&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 14:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Comparing-columns-in-2-different-tables/m-p/1725419#M55255</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-07-06T14:34:42Z</dc:date>
    </item>
  </channel>
</rss>

