<?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: Create a filter with values to check if exist in a column in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Create-a-filter-with-values-to-check-if-exist-in-a-column/m-p/2041740#M85787</link>
    <description>&lt;P&gt;I think subfield with two parameter can help in this situation -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Filter:&lt;BR /&gt;Load * inline [&lt;BR /&gt;Color&lt;BR /&gt;White&lt;BR /&gt;Black&lt;BR /&gt;Blue&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;Load *, subfield(DataColor,';') as Color inline [&lt;BR /&gt;DataColor&lt;BR /&gt;Black;White&lt;BR /&gt;White&lt;BR /&gt;Blue;White&lt;BR /&gt;Black&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Digvijay_Singh_0-1677206681933.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101290iCBBFED13BA989FA1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Digvijay_Singh_0-1677206681933.png" alt="Digvijay_Singh_0-1677206681933.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Feb 2023 02:44:53 GMT</pubDate>
    <dc:creator>Digvijay_Singh</dc:creator>
    <dc:date>2023-02-24T02:44:53Z</dc:date>
    <item>
      <title>Create a filter with values to check if exist in a column</title>
      <link>https://community.qlik.com/t5/App-Development/Create-a-filter-with-values-to-check-if-exist-in-a-column/m-p/2041699#M85786</link>
      <description>&lt;DIV class="topic-subject-wrapper"&gt;
&lt;DIV class="lia-message-subject lia-component-message-view-widget-subject"&gt;
&lt;DIV class="MessageSubject"&gt;
&lt;DIV class="lia-message-subject"&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="bodyDisplay" class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;P&gt;I have the following problem, I'll try to explain it with easy data, I have 2 tables:&lt;/P&gt;
&lt;P&gt;Filtering table:&lt;/P&gt;
&lt;P&gt;White&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Black&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Blue&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Data Table:&lt;/P&gt;
&lt;P&gt;Black;White&amp;nbsp;&lt;/P&gt;
&lt;P&gt;White&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Blue;White&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Black&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I want to do is to put Filtering table in a filter and Data Table in a table so I can select one colour in the filtering and that will filter the Data Table by any row that contains that colour, example if I select Black the result would be:&lt;/P&gt;
&lt;P&gt;Data table:&lt;/P&gt;
&lt;P&gt;Black;White&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Black&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any idea how can I do it?&lt;/P&gt;
&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 23 Feb 2023 23:49:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-a-filter-with-values-to-check-if-exist-in-a-column/m-p/2041699#M85786</guid>
      <dc:creator>mmg1984</dc:creator>
      <dc:date>2023-02-23T23:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create a filter with values to check if exist in a column</title>
      <link>https://community.qlik.com/t5/App-Development/Create-a-filter-with-values-to-check-if-exist-in-a-column/m-p/2041740#M85787</link>
      <description>&lt;P&gt;I think subfield with two parameter can help in this situation -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Filter:&lt;BR /&gt;Load * inline [&lt;BR /&gt;Color&lt;BR /&gt;White&lt;BR /&gt;Black&lt;BR /&gt;Blue&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;Load *, subfield(DataColor,';') as Color inline [&lt;BR /&gt;DataColor&lt;BR /&gt;Black;White&lt;BR /&gt;White&lt;BR /&gt;Blue;White&lt;BR /&gt;Black&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Digvijay_Singh_0-1677206681933.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/101290iCBBFED13BA989FA1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Digvijay_Singh_0-1677206681933.png" alt="Digvijay_Singh_0-1677206681933.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 02:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-a-filter-with-values-to-check-if-exist-in-a-column/m-p/2041740#M85787</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2023-02-24T02:44:53Z</dc:date>
    </item>
  </channel>
</rss>

