<?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: Filter data with two statuses in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Filter-data-with-two-statuses/m-p/1861020#M9868</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I am not 100% sure what do you mean with&lt;SPAN style="color:#27ae60"&gt;&lt;EM&gt;&lt;STRONG&gt; "not loaded to the target FactSales table" &lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;statement, however I have covered 2 different use case scenarios, so hopefully one of them suits your needs.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color:#7f8c8d"&gt;&lt;STRONG&gt;1. If you need to create a Table chart and just display the records where &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;FinalStatus &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#7f8c8d"&gt;&lt;STRONG&gt;equals to &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;"SHIPPED"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#7f8c8d"&gt;&lt;STRONG&gt;, then you can do the following:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;OL&gt;
 &lt;LI&gt;This is the dataset that I have used:&lt;/LI&gt;
 &lt;LI&gt;&lt;IMG alt="SCREENSHOT" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/48529c9b-6b9d-4a61-9619-600b3e7b8804.default.PNG" /&gt;&lt;/LI&gt;
 &lt;LI&gt;All of the columns are &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Dimension &lt;/STRONG&gt;&lt;/SPAN&gt;fields that were added from the loaded dataset&lt;/LI&gt;
 &lt;LI&gt;Now if you create a copy of the table and remove the&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt; Dimension "FinalStatus"&lt;/STRONG&gt;&lt;/SPAN&gt;, you can add it as &lt;SPAN style="color:#f1c40f"&gt;&lt;STRONG&gt;Measure&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;/LI&gt;
 &lt;LI&gt;Click on &lt;STRONG&gt;"Add column"&lt;/STRONG&gt; and then &lt;STRONG&gt;"Measure"&lt;/STRONG&gt;&lt;/LI&gt;
 &lt;LI&gt;Use the following expression:&amp;nbsp;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;If(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;FinalStatus&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;='SHIPPED', &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;FinalStatus&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;, &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;Null&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;())&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;
 &lt;LI&gt;This expression checks to see if the &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;FinalStatus &lt;/STRONG&gt;&lt;/SPAN&gt;is equal to &lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;"SHIPPED"&lt;/STRONG&gt;&lt;/SPAN&gt; and in that case it displays the value of &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;FinalStatus&lt;/STRONG&gt;&lt;/SPAN&gt;, or otherwise it will display a &lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;NULL &lt;/STRONG&gt;&lt;/SPAN&gt;value.&lt;/LI&gt;
 &lt;LI&gt;You will notice that all the other columns have &lt;STRONG&gt;"Search"&lt;/STRONG&gt; icon on the header, which means that you can filter them, as they are fields associated with the values in your dataset, but in the new column the&lt;STRONG&gt; "Search"&lt;/STRONG&gt; icon is not present. Because this column is a &lt;STRONG&gt;&lt;SPAN style="color:#f1c40f"&gt;Measure &lt;/SPAN&gt;&lt;/STRONG&gt;and not a &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Dimension&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;/LI&gt;
 &lt;LI&gt;&lt;IMG alt="SCREENSHOT" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/fb1ff97c-4758-45eb-b455-e9d8cdff84d5.default.png" /&gt;&lt;/LI&gt;
 &lt;LI&gt;Then under&lt;STRONG&gt; "Add-ons &amp;gt; Data handling"&lt;/STRONG&gt; you can un-check the option &lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;"Include zero values"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;
 &lt;LI&gt;You will notice that the new table only displays the records where &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;"FinalStatus"&lt;/STRONG&gt;&lt;/SPAN&gt; equals to &lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;"SHIPPED"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;
 &lt;LI&gt;&lt;IMG alt="SCREENSHOT" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/1b70439e-9857-436e-9e48-320682ef70dd.default.PNG" /&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;2. If you would like to &lt;SPAN style="color:#2ecc71"&gt;&lt;EM&gt;&lt;STRONG&gt;"load" &lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;records to&amp;nbsp;a new table via the&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;Data load editor&lt;/STRONG&gt;&lt;/SPAN&gt;, where the new table will have only the records with&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt; "FinalStatus" &lt;/STRONG&gt;&lt;/SPAN&gt;equals to &lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;"SHIPPED"&lt;/STRONG&gt;&lt;/SPAN&gt;, then you can follow the steps below:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;UL&gt;
 &lt;LI&gt;In Data load editor you can have the following script for loading all the values:&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;Table1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;:&lt;BR /&gt;
LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;
&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; "Sales Order",&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; "Delivery Number",&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; "Shipment Number",&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; FinalStatus,&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; "Shipment Date"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;
&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;FROM [lib://Folder/filename.xlsx]&lt;BR /&gt;
(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;UL&gt;
 &lt;LI&gt;You can create a new load statement as follows:&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;Table2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;:&lt;BR /&gt;
LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;
&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; "Sales Order" &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;as &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;"Sales Order 2",&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; "Delivery Number" &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;as &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;"Delivery Number 2",&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; "Shipment Number" &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;as &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;"Shipment Number 2",&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; FinalStatus &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;as &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;"FinalStatus 2",&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; "Shipment Date" &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;as&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt; "Shipment Date 2"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;
&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;Resident &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;Table1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;
&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;WHERE FinalStatus = 'SHIPPED';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;This will create a new table that will only have the records that you need:&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="SCREENSHOT" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/d6beb4be-4a27-4243-bdb2-7bfbb49ac8fb.default.PNG" /&gt;&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="SCREENSHOT" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/1b7759b2-79e1-4727-93d8-43b969c413e2.default.PNG" /&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color:#7f8c8d"&gt;&lt;STRONG&gt;I hope that this information was helpful. In case this answer has helped you resolve the issue, please mark it as solution so other community members could also find it. Otherwise, in case I have misunderstood the use case scenario, please elaborate in detail by providing additional information.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Nov 2021 13:52:17 GMT</pubDate>
    <dc:creator>Andrei_Cusnir</dc:creator>
    <dc:date>2021-11-18T13:52:17Z</dc:date>
    <item>
      <title>Filter data with two statuses</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Filter-data-with-two-statuses/m-p/1860845#M9865</link>
      <description>&lt;P&gt;Hello World,&lt;/P&gt;
&lt;P&gt;I am new to Qlik, struggling with some data filtering exercise:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;At first I have big table FactSales with quite a few columns including&amp;nbsp;[Delivery Number], [Shipment Number] and&amp;nbsp; [FinalStatus]&lt;/LI&gt;
&lt;LI&gt;In all lines where for one&amp;nbsp;[Delivery Number] there are lines with [Final Status]='SHIPPED' and any other status, I want all lines with other statuses dropped, i.e. not loaded to the target FactSales table&lt;/LI&gt;
&lt;LI&gt;In any other case I want all lines loaded&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;For example, if original FactSales table is:&lt;/P&gt;
&lt;TABLE width="600"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="87"&gt;Sales Order&lt;/TD&gt;
&lt;TD width="124"&gt;Delivery Number&lt;/TD&gt;
&lt;TD width="67"&gt;Shipment Number&lt;/TD&gt;
&lt;TD width="162"&gt;FinalStatus&lt;/TD&gt;
&lt;TD width="160"&gt;Shipment Date&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;110301805&lt;/TD&gt;
&lt;TD&gt;855892747&lt;/TD&gt;
&lt;TD&gt;1291316&lt;/TD&gt;
&lt;TD&gt;LATE&lt;/TD&gt;
&lt;TD&gt;16/01/2021&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;110328392&lt;/TD&gt;
&lt;TD&gt;855892747&lt;/TD&gt;
&lt;TD&gt;1291316&lt;/TD&gt;
&lt;TD&gt;LATE&lt;/TD&gt;
&lt;TD&gt;16/01/2021&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;110328393&lt;/TD&gt;
&lt;TD&gt;855892747&lt;/TD&gt;
&lt;TD&gt;1291316&lt;/TD&gt;
&lt;TD&gt;LATE&lt;/TD&gt;
&lt;TD&gt;16/01/2021&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;110340103&lt;/TD&gt;
&lt;TD&gt;855892747&lt;/TD&gt;
&lt;TD&gt;1291316&lt;/TD&gt;
&lt;TD&gt;LATE&lt;/TD&gt;
&lt;TD&gt;16/01/2021&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;110301805&lt;/TD&gt;
&lt;TD&gt;855892747&lt;/TD&gt;
&lt;TD&gt;1292681&lt;/TD&gt;
&lt;TD&gt;SHIPPED&lt;/TD&gt;
&lt;TD&gt;20/01/2021&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;110328392&lt;/TD&gt;
&lt;TD&gt;855892747&lt;/TD&gt;
&lt;TD&gt;1292681&lt;/TD&gt;
&lt;TD&gt;SHIPPED&lt;/TD&gt;
&lt;TD&gt;20/01/2021&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;110328393&lt;/TD&gt;
&lt;TD&gt;855892747&lt;/TD&gt;
&lt;TD&gt;1292681&lt;/TD&gt;
&lt;TD&gt;SHIPPED&lt;/TD&gt;
&lt;TD&gt;20/01/2021&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;110340103&lt;/TD&gt;
&lt;TD&gt;855892747&lt;/TD&gt;
&lt;TD&gt;1292681&lt;/TD&gt;
&lt;TD&gt;SHIPPED&lt;/TD&gt;
&lt;TD&gt;20/01/2021&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then the target table should look like:&lt;/P&gt;
&lt;TABLE width="600"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="87"&gt;Sales Order&lt;/TD&gt;
&lt;TD width="124"&gt;Delivery Number&lt;/TD&gt;
&lt;TD width="67"&gt;Shipment Number&lt;/TD&gt;
&lt;TD width="162"&gt;FinalStatus&lt;/TD&gt;
&lt;TD width="160"&gt;Shipment Date&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;110301805&lt;/TD&gt;
&lt;TD&gt;855892747&lt;/TD&gt;
&lt;TD&gt;1292681&lt;/TD&gt;
&lt;TD&gt;SHIPPED&lt;/TD&gt;
&lt;TD&gt;20/01/2021&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;110328392&lt;/TD&gt;
&lt;TD&gt;855892747&lt;/TD&gt;
&lt;TD&gt;1292681&lt;/TD&gt;
&lt;TD&gt;SHIPPED&lt;/TD&gt;
&lt;TD&gt;20/01/2021&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;110328393&lt;/TD&gt;
&lt;TD&gt;855892747&lt;/TD&gt;
&lt;TD&gt;1292681&lt;/TD&gt;
&lt;TD&gt;SHIPPED&lt;/TD&gt;
&lt;TD&gt;20/01/2021&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;110340103&lt;/TD&gt;
&lt;TD&gt;855892747&lt;/TD&gt;
&lt;TD&gt;1292681&lt;/TD&gt;
&lt;TD&gt;SHIPPED&lt;/TD&gt;
&lt;TD&gt;20/01/2021&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Thu, 18 Nov 2021 09:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Filter-data-with-two-statuses/m-p/1860845#M9865</guid>
      <dc:creator>DmitryKras</dc:creator>
      <dc:date>2021-11-18T09:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Filter data with two statuses</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Filter-data-with-two-statuses/m-p/1861020#M9868</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I am not 100% sure what do you mean with&lt;SPAN style="color:#27ae60"&gt;&lt;EM&gt;&lt;STRONG&gt; "not loaded to the target FactSales table" &lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;statement, however I have covered 2 different use case scenarios, so hopefully one of them suits your needs.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color:#7f8c8d"&gt;&lt;STRONG&gt;1. If you need to create a Table chart and just display the records where &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;FinalStatus &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#7f8c8d"&gt;&lt;STRONG&gt;equals to &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;"SHIPPED"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#7f8c8d"&gt;&lt;STRONG&gt;, then you can do the following:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;OL&gt;
 &lt;LI&gt;This is the dataset that I have used:&lt;/LI&gt;
 &lt;LI&gt;&lt;IMG alt="SCREENSHOT" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/48529c9b-6b9d-4a61-9619-600b3e7b8804.default.PNG" /&gt;&lt;/LI&gt;
 &lt;LI&gt;All of the columns are &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Dimension &lt;/STRONG&gt;&lt;/SPAN&gt;fields that were added from the loaded dataset&lt;/LI&gt;
 &lt;LI&gt;Now if you create a copy of the table and remove the&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt; Dimension "FinalStatus"&lt;/STRONG&gt;&lt;/SPAN&gt;, you can add it as &lt;SPAN style="color:#f1c40f"&gt;&lt;STRONG&gt;Measure&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;/LI&gt;
 &lt;LI&gt;Click on &lt;STRONG&gt;"Add column"&lt;/STRONG&gt; and then &lt;STRONG&gt;"Measure"&lt;/STRONG&gt;&lt;/LI&gt;
 &lt;LI&gt;Use the following expression:&amp;nbsp;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;If(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;FinalStatus&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;='SHIPPED', &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;FinalStatus&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;, &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;Null&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;())&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;
 &lt;LI&gt;This expression checks to see if the &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;FinalStatus &lt;/STRONG&gt;&lt;/SPAN&gt;is equal to &lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;"SHIPPED"&lt;/STRONG&gt;&lt;/SPAN&gt; and in that case it displays the value of &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;FinalStatus&lt;/STRONG&gt;&lt;/SPAN&gt;, or otherwise it will display a &lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;NULL &lt;/STRONG&gt;&lt;/SPAN&gt;value.&lt;/LI&gt;
 &lt;LI&gt;You will notice that all the other columns have &lt;STRONG&gt;"Search"&lt;/STRONG&gt; icon on the header, which means that you can filter them, as they are fields associated with the values in your dataset, but in the new column the&lt;STRONG&gt; "Search"&lt;/STRONG&gt; icon is not present. Because this column is a &lt;STRONG&gt;&lt;SPAN style="color:#f1c40f"&gt;Measure &lt;/SPAN&gt;&lt;/STRONG&gt;and not a &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Dimension&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;/LI&gt;
 &lt;LI&gt;&lt;IMG alt="SCREENSHOT" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/fb1ff97c-4758-45eb-b455-e9d8cdff84d5.default.png" /&gt;&lt;/LI&gt;
 &lt;LI&gt;Then under&lt;STRONG&gt; "Add-ons &amp;gt; Data handling"&lt;/STRONG&gt; you can un-check the option &lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;"Include zero values"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;
 &lt;LI&gt;You will notice that the new table only displays the records where &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;"FinalStatus"&lt;/STRONG&gt;&lt;/SPAN&gt; equals to &lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;"SHIPPED"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;
 &lt;LI&gt;&lt;IMG alt="SCREENSHOT" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/1b70439e-9857-436e-9e48-320682ef70dd.default.PNG" /&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;2. If you would like to &lt;SPAN style="color:#2ecc71"&gt;&lt;EM&gt;&lt;STRONG&gt;"load" &lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;records to&amp;nbsp;a new table via the&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;Data load editor&lt;/STRONG&gt;&lt;/SPAN&gt;, where the new table will have only the records with&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt; "FinalStatus" &lt;/STRONG&gt;&lt;/SPAN&gt;equals to &lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;"SHIPPED"&lt;/STRONG&gt;&lt;/SPAN&gt;, then you can follow the steps below:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;UL&gt;
 &lt;LI&gt;In Data load editor you can have the following script for loading all the values:&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;Table1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;:&lt;BR /&gt;
LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;
&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; "Sales Order",&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; "Delivery Number",&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; "Shipment Number",&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; FinalStatus,&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; "Shipment Date"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;
&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;FROM [lib://Folder/filename.xlsx]&lt;BR /&gt;
(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;UL&gt;
 &lt;LI&gt;You can create a new load statement as follows:&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;Table2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;:&lt;BR /&gt;
LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;
&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; "Sales Order" &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;as &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;"Sales Order 2",&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; "Delivery Number" &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;as &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;"Delivery Number 2",&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; "Shipment Number" &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;as &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;"Shipment Number 2",&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; FinalStatus &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;as &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;"FinalStatus 2",&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; "Shipment Date" &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;as&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt; "Shipment Date 2"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;
&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;Resident &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;Table1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;
&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;WHERE FinalStatus = 'SHIPPED';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;This will create a new table that will only have the records that you need:&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="SCREENSHOT" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/d6beb4be-4a27-4243-bdb2-7bfbb49ac8fb.default.PNG" /&gt;&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="SCREENSHOT" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/1b7759b2-79e1-4727-93d8-43b969c413e2.default.PNG" /&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color:#7f8c8d"&gt;&lt;STRONG&gt;I hope that this information was helpful. In case this answer has helped you resolve the issue, please mark it as solution so other community members could also find it. Otherwise, in case I have misunderstood the use case scenario, please elaborate in detail by providing additional information.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 13:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Filter-data-with-two-statuses/m-p/1861020#M9868</guid>
      <dc:creator>Andrei_Cusnir</dc:creator>
      <dc:date>2021-11-18T13:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Filter data with two statuses</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Filter-data-with-two-statuses/m-p/1861071#M9870</link>
      <description>&lt;P&gt;Hello Andrei,&lt;/P&gt;
&lt;P&gt;Thanks for your prompt response. Unfortunately,&amp;nbsp; both of your answers don't help me. Let me try to restate what I need. First of all, whatever I want to do should happen in data load (data script).&lt;/P&gt;
&lt;P&gt;I don't need simply filter resident table with [FinalStatus]='SHIPPED'. In each row there's&amp;nbsp; some [&lt;SPAN&gt;Delivery Number], this field is not unique as for one Delivery there could be two and more rows with different [Shipment Number]. If for one delivery there are 2 shipments with different statuses AND one of those statuses = SHIPPED, I don't want to load any other rows with [FinalStatus] other than 'SHIPPED'. If among those statuses for one delivery there's no 'SHIPPED', we load all rows, do not drop anything.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope that helps.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 14:59:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Filter-data-with-two-statuses/m-p/1861071#M9870</guid>
      <dc:creator>DmitryKras</dc:creator>
      <dc:date>2021-11-18T14:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Filter data with two statuses</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Filter-data-with-two-statuses/m-p/1863188#M9890</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks for sharing this information with us. It is now more clear as to what exactly is the use case scenario. The reason I got confused, is because for your sample data you have share the following (&lt;STRONG&gt;simplified&lt;/STRONG&gt;) example:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="SCREENSHOT" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/fd4515f0-96c3-4526-ba37-c41f94199e90.default.PNG" /&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;And the expected output you have specified as (simplified):&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="SCREENSHOT" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/7901543d-661b-4ea0-b939-c6644e759a7c.default.PNG" /&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;However, in the particular example your use case scenario is not very clear, because you are just getting all the records where &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;FinalStatus &lt;/STRONG&gt;&lt;/SPAN&gt;= &lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;"SHIPPED"&lt;/STRONG&gt;&lt;/SPAN&gt;, since we can't see different examples of different &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Shipment Numbers&lt;/STRONG&gt;&lt;/SPAN&gt;. My assumption is that you would like to have the following dataset:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="SCREENSHOT" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/10dd70ad-e8d0-4b27-a97d-503746b33256.default.PNG" /&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;And you want to write a script in&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt; Data load editor&lt;/STRONG&gt;&lt;/SPAN&gt; where you will create a new table with the following outcome:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="SCREENSHOT" src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/b39e7391-857c-4eee-8e9d-e21a30ff0afe.default.PNG" /&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;This is the breakdown of the resulted table:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;

&lt;UL&gt;
 &lt;LI&gt;Both Delivery Numbers "&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;DN_A&lt;/STRONG&gt;&lt;/SPAN&gt;" are kept, because for 2 different &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Serial Numbers&lt;/STRONG&gt;&lt;/SPAN&gt;, both of them have status "&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;LATE&lt;/STRONG&gt;&lt;/SPAN&gt;"&lt;/LI&gt;
 &lt;LI&gt;From the Delivery Number "&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;DN_B&lt;/STRONG&gt;&lt;/SPAN&gt;" we are keeping only the record with&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt; Serial Number&lt;/STRONG&gt;&lt;/SPAN&gt; "&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;SN_D&lt;/STRONG&gt;&lt;/SPAN&gt;", because the other has status "&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;LATE&lt;/STRONG&gt;&lt;/SPAN&gt;", but since there is already at least one record with status "&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;SHIPPED&lt;/STRONG&gt;&lt;/SPAN&gt;", we are keeping only that record&lt;/LI&gt;
 &lt;LI&gt;From the Delivery Number "&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;DN_C&lt;/STRONG&gt;&lt;/SPAN&gt;" we are keeping the &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Shipment Numbers &lt;/STRONG&gt;&lt;/SPAN&gt;"&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;SN_E&lt;/STRONG&gt;&lt;/SPAN&gt;" and "&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;SN_G&lt;/STRONG&gt;&lt;/SPAN&gt;", because at least one of the &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Shipment Numbers &lt;/STRONG&gt;&lt;/SPAN&gt;has status "&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;SHIPPED&lt;/STRONG&gt;&lt;/SPAN&gt;" so all the records with "&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;LATE&lt;/STRONG&gt;&lt;/SPAN&gt;" statues are ignored.&lt;/LI&gt;
 &lt;LI&gt;Finally for Delivery Number "&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;DN_D&lt;/STRONG&gt;&lt;/SPAN&gt;", we are keeping the record, because it is the only one for that Delivery Number and thus since its status is "&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;LATE&lt;/STRONG&gt;&lt;/SPAN&gt;" we are keeping it.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If my understanding is correct, then to resolve this in a chart you would use a set analysis in an expression as:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;Count&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;({&amp;lt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;FinalStatus&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;={"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;SHIPPED&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;"}, &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;[Delivery Number]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;={"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;DN_C&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;"}&amp;gt;} &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;TOTAL &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;FinalStatus&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;This set analysis counts all the FinalStatus field's values where FinalStatus equals to &lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;SHIPPED&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;and at the same time the Delivery Number&amp;nbsp;equals to &lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;DN_C&lt;/STRONG&gt;&lt;/SPAN&gt;. Ideally this could have been&lt;/P&gt;

&lt;P&gt;&amp;nbsp;used in a &lt;STRONG&gt;For loop&lt;/STRONG&gt;, where you can check each record of the original table and execute this expression for every Delivery Number. If the count is grater than 0 then you should load the row that you are checking only if the status equals to &lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;SHIPPED&lt;/STRONG&gt;&lt;/SPAN&gt;, otherwise, you should ignore it. But if the count is 0, then all the records for that Delivery Number are &lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;LATE&lt;/STRONG&gt;&lt;/SPAN&gt;, which means that you pass the record to the new table as it is without additional checks.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;However, this is an ideal&amp;nbsp;situation that is not supported unfortunately, because you can't use &lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;Set Analysis&lt;/STRONG&gt;&lt;/SPAN&gt; in &lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;Data load editor&lt;/STRONG&gt;&lt;/SPAN&gt; script. Therefore, in this use case scenario, I would suggest you to&amp;nbsp;load all the data and then limit the views in the visualizations by using similar logic with the expression that I have provided above. Alternatively, you can try to see if you can implement the logic of the expression, within the Data load editor script,&amp;nbsp;with combination of multiple function such as &lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;Peek(). &lt;/STRONG&gt;&lt;/SPAN&gt;However this seems to be super complicated for your use case scenario, if not impossible.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I hope that this information was helpful.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 15:12:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Filter-data-with-two-statuses/m-p/1863188#M9890</guid>
      <dc:creator>Andrei_Cusnir</dc:creator>
      <dc:date>2021-11-24T15:12:50Z</dc:date>
    </item>
  </channel>
</rss>

