<?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 Indirect Set Analysis: How to filter a column based on another? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis-How-to-filter-a-column-based-on-another/m-p/366883#M494657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two tables in my application that are not connect, they are isolated. However, they share a column with the same data: Location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two charts: one to show the data from table A and the other to show the data from table B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need is: if I select some values in A.Location, I want chart B to filter B.Location based on what was selected in A.Location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the below but it did not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;B.Location = P({$} A.Location) &amp;gt;} B.Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Mar 2012 17:48:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-23T17:48:24Z</dc:date>
    <item>
      <title>Indirect Set Analysis: How to filter a column based on another?</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis-How-to-filter-a-column-based-on-another/m-p/366883#M494657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two tables in my application that are not connect, they are isolated. However, they share a column with the same data: Location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two charts: one to show the data from table A and the other to show the data from table B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need is: if I select some values in A.Location, I want chart B to filter B.Location based on what was selected in A.Location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the below but it did not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;B.Location = P({$} A.Location) &amp;gt;} B.Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 17:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis-How-to-filter-a-column-based-on-another/m-p/366883#M494657</guid>
      <dc:creator />
      <dc:date>2012-03-23T17:48:24Z</dc:date>
    </item>
    <item>
      <title>Indirect Set Analysis: How to filter a column based on another?</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis-How-to-filter-a-column-based-on-another/m-p/366884#M494658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your syntax is correct. Make sure tables A and B are really not linked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 18:11:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis-How-to-filter-a-column-based-on-another/m-p/366884#M494658</guid>
      <dc:creator />
      <dc:date>2012-03-23T18:11:32Z</dc:date>
    </item>
    <item>
      <title>Indirect Set Analysis: How to filter a column based on another?</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis-How-to-filter-a-column-based-on-another/m-p/366885#M494659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or even if they're linked, make sure you clear selections first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this. I loooks redundant but It has a difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;Sum({$&amp;lt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;B.Location=, &lt;/SPAN&gt;B.Location = P({$} A.Location) &amp;gt;} B.Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 18:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis-How-to-filter-a-column-based-on-another/m-p/366885#M494659</guid>
      <dc:creator />
      <dc:date>2012-03-23T18:23:47Z</dc:date>
    </item>
    <item>
      <title>Indirect Set Analysis: How to filter a column based on another?</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis-How-to-filter-a-column-based-on-another/m-p/366886#M494660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 18:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis-How-to-filter-a-column-based-on-another/m-p/366886#M494660</guid>
      <dc:creator />
      <dc:date>2012-03-23T18:29:22Z</dc:date>
    </item>
    <item>
      <title>Indirect Set Analysis: How to filter a column based on another?</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis-How-to-filter-a-column-based-on-another/m-p/366887#M494661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a similar problem like yours. but the suggested method doesnt seem to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is an additional condition for me that , one of the fields of A is linked to another table C, and its field value is also taken into consideration.&lt;/P&gt;&lt;P&gt;it is something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B.location = A.location where&amp;nbsp; c.country = 'US'&lt;/P&gt;&lt;P&gt;a and c are linked tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so for this i just added... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;Sum({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;B.Location=, &lt;/SPAN&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;B.Location = P({$ &amp;lt;C.Country = {US}&amp;gt;} A.Location) &amp;gt;} B.Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it doesnt seem to work,&lt;/P&gt;&lt;P&gt;could you let me know what is that ,i am not doing correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 02:19:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis-How-to-filter-a-column-based-on-another/m-p/366887#M494661</guid>
      <dc:creator />
      <dc:date>2012-04-12T02:19:00Z</dc:date>
    </item>
  </channel>
</rss>

