<?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: Creating a Filter Pane for Dual-Field Search in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Creating-a-Filter-Pane-for-Dual-Field-Search/m-p/2156199#M93641</link>
    <description>&lt;P&gt;I meant that the filter pane is already populated with the content of F1 and F2 and has values 1,2,3 but when i select "2" from the list then the table will give me the value from F1 or F2 or both&lt;/P&gt;</description>
    <pubDate>Tue, 26 Dec 2023 13:19:08 GMT</pubDate>
    <dc:creator>YanivZi</dc:creator>
    <dc:date>2023-12-26T13:19:08Z</dc:date>
    <item>
      <title>Creating a Filter Pane for Dual-Field Search</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-Filter-Pane-for-Dual-Field-Search/m-p/2156194#M93639</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I aim to integrate the search functionality for two specific fields within the same row. The dataset, illustrated in the current table, necessitates the establishment of a filter pane, possibly implemented as a master item. This filter should selectively display rows where either F1 or F2 (or both) contain the value "2."&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE style="width: 500px;" border="1" cellspacing="1" cellpadding="1"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Person&lt;/TD&gt;
&lt;TD&gt;F1&lt;/TD&gt;
&lt;TD&gt;F2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;John&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Jane&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Mike&lt;/TD&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Sony&lt;/TD&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Lore&lt;/TD&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The desired outcome in the table results should reflect this criterion, as illustrated in the current table display.&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE style="width: 498px;" border="1" cellspacing="1" cellpadding="1"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="width: 250px;"&gt;Person&lt;/TD&gt;
&lt;TD style="width: 116px;"&gt;F1&lt;/TD&gt;
&lt;TD style="width: 114px;"&gt;F2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="width: 250px;"&gt;John&lt;/TD&gt;
&lt;TD style="width: 116px;"&gt;1&lt;/TD&gt;
&lt;TD style="width: 114px;"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="width: 250px;"&gt;Jane&amp;nbsp;&lt;/TD&gt;
&lt;TD style="width: 116px;"&gt;1&lt;/TD&gt;
&lt;TD style="width: 114px;"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="width: 250px;"&gt;Mike&lt;/TD&gt;
&lt;TD style="width: 116px;"&gt;2&lt;/TD&gt;
&lt;TD style="width: 114px;"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="width: 250px;"&gt;Lore&lt;/TD&gt;
&lt;TD style="width: 116px;"&gt;2&lt;/TD&gt;
&lt;TD style="width: 114px;"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Tue, 26 Dec 2023 12:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-Filter-Pane-for-Dual-Field-Search/m-p/2156194#M93639</guid>
      <dc:creator>YanivZi</dc:creator>
      <dc:date>2023-12-26T12:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Filter Pane for Dual-Field Search</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-Filter-Pane-for-Dual-Field-Search/m-p/2156196#M93640</link>
      <description>&lt;P&gt;If I understand the requirement, this seems to be a simple if() scenario?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Or_0-1703595649430.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/126137i1841D1611F248B76/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Or_0-1703595649430.png" alt="Or_0-1703595649430.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If(F1=2 or F2=2,'Only2') as FilterField&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2023 13:01:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-Filter-Pane-for-Dual-Field-Search/m-p/2156196#M93640</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-12-26T13:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Filter Pane for Dual-Field Search</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-Filter-Pane-for-Dual-Field-Search/m-p/2156199#M93641</link>
      <description>&lt;P&gt;I meant that the filter pane is already populated with the content of F1 and F2 and has values 1,2,3 but when i select "2" from the list then the table will give me the value from F1 or F2 or both&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2023 13:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-Filter-Pane-for-Dual-Field-Search/m-p/2156199#M93641</guid>
      <dc:creator>YanivZi</dc:creator>
      <dc:date>2023-12-26T13:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Filter Pane for Dual-Field Search</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-a-Filter-Pane-for-Dual-Field-Search/m-p/2156201#M93642</link>
      <description>&lt;P&gt;In that case, you would need to load both F1 and F2 into the same field.&lt;/P&gt;
&lt;P&gt;Load * From YourTable;&lt;/P&gt;
&lt;P&gt;Load Person, F1 as FilterField From YourTable;&lt;/P&gt;
&lt;P&gt;Concatenate&lt;/P&gt;
&lt;P&gt;Load Person, F2 as FilterField From YourTable;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2023 13:24:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-a-Filter-Pane-for-Dual-Field-Search/m-p/2156201#M93642</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-12-26T13:24:11Z</dc:date>
    </item>
  </channel>
</rss>

