<?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 Formula for Filter Pane to Apply to 2 Columns in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Formula-for-Filter-Pane-to-Apply-to-2-Columns/m-p/1836197#M69080</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have two columns, [Customer 1] and [Customer 2], they share 4 of the same members; 'Member A', 'Member B', 'Member C', and 'Member D'.&lt;/P&gt;&lt;P&gt;I have multiple charts on my sheet, some pertain to [Customer 1], some to [Customer 2].&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using a Filter Pane, I am trying to create a formula that shows only the 4 common members (A-D) and when one is selected, the filter applies to both [Customer 1] and [Customer 2].&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Sep 2021 22:27:08 GMT</pubDate>
    <dc:creator>joshdellapietro</dc:creator>
    <dc:date>2021-09-14T22:27:08Z</dc:date>
    <item>
      <title>Formula for Filter Pane to Apply to 2 Columns</title>
      <link>https://community.qlik.com/t5/App-Development/Formula-for-Filter-Pane-to-Apply-to-2-Columns/m-p/1836197#M69080</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have two columns, [Customer 1] and [Customer 2], they share 4 of the same members; 'Member A', 'Member B', 'Member C', and 'Member D'.&lt;/P&gt;&lt;P&gt;I have multiple charts on my sheet, some pertain to [Customer 1], some to [Customer 2].&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using a Filter Pane, I am trying to create a formula that shows only the 4 common members (A-D) and when one is selected, the filter applies to both [Customer 1] and [Customer 2].&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 22:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formula-for-Filter-Pane-to-Apply-to-2-Columns/m-p/1836197#M69080</guid>
      <dc:creator>joshdellapietro</dc:creator>
      <dc:date>2021-09-14T22:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Formula for Filter Pane to Apply to 2 Columns</title>
      <link>https://community.qlik.com/t5/App-Development/Formula-for-Filter-Pane-to-Apply-to-2-Columns/m-p/1836295#M69093</link>
      <description>It seems to me as though you need to alter your load script to include a link table which includes the common customer values and use the field from this table in your filter pane.</description>
      <pubDate>Wed, 15 Sep 2021 10:47:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formula-for-Filter-Pane-to-Apply-to-2-Columns/m-p/1836295#M69093</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2021-09-15T10:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Formula for Filter Pane to Apply to 2 Columns</title>
      <link>https://community.qlik.com/t5/App-Development/Formula-for-Filter-Pane-to-Apply-to-2-Columns/m-p/1836303#M69094</link>
      <description>&lt;P&gt;I'd probably agree with&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47074"&gt;@rbartley&lt;/a&gt;.&amp;nbsp; But this should give you what you want:&amp;nbsp; this will only show where values exist in both customer fields and selects the value in both fields:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=aggr(if(&lt;SPAN&gt;[Customer 1]&amp;nbsp;&lt;/SPAN&gt;=&lt;SPAN&gt;&amp;nbsp;[Customer 2]&lt;/SPAN&gt;, &lt;SPAN&gt;[Customer 1]&amp;nbsp;&lt;/SPAN&gt;), &lt;SPAN&gt;[Customer 1]&amp;nbsp;&lt;/SPAN&gt;, &lt;SPAN&gt;&amp;nbsp;[Customer 2]&lt;/SPAN&gt;)&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 11:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Formula-for-Filter-Pane-to-Apply-to-2-Columns/m-p/1836303#M69094</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-09-15T11:25:02Z</dc:date>
    </item>
  </channel>
</rss>

