<?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 Add filter pane to a single column in a table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Add-filter-pane-to-a-single-column-in-a-table/m-p/1855931#M70641</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Looking for some assistance, please.&lt;/P&gt;
&lt;P&gt;I have a table with a column that contains 'Yes' or 'No' which needs to be filter/listbox column so you can choose Yes or No and the respective rows will show Yes or No&lt;/P&gt;
&lt;P&gt;This is the column (below) and this is the current expression I have:&amp;nbsp;=if(column(1) + column(2) + column(3)=3, 'Yes', 'No')&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ragnar_0-1636104081100.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/66025i8F2BBA2BC4773E16/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ragnar_0-1636104081100.png" alt="Ragnar_0-1636104081100.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How do I make it a filter/list box in the expression and still keep the current expression I have above, please.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope I made sense and thanks for your time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Nov 2021 09:28:37 GMT</pubDate>
    <dc:creator>Ragnar</dc:creator>
    <dc:date>2021-11-05T09:28:37Z</dc:date>
    <item>
      <title>Add filter pane to a single column in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Add-filter-pane-to-a-single-column-in-a-table/m-p/1855931#M70641</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Looking for some assistance, please.&lt;/P&gt;
&lt;P&gt;I have a table with a column that contains 'Yes' or 'No' which needs to be filter/listbox column so you can choose Yes or No and the respective rows will show Yes or No&lt;/P&gt;
&lt;P&gt;This is the column (below) and this is the current expression I have:&amp;nbsp;=if(column(1) + column(2) + column(3)=3, 'Yes', 'No')&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ragnar_0-1636104081100.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/66025i8F2BBA2BC4773E16/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ragnar_0-1636104081100.png" alt="Ragnar_0-1636104081100.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How do I make it a filter/list box in the expression and still keep the current expression I have above, please.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope I made sense and thanks for your time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 09:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-filter-pane-to-a-single-column-in-a-table/m-p/1855931#M70641</guid>
      <dc:creator>Ragnar</dc:creator>
      <dc:date>2021-11-05T09:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Add filter pane to a single column in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Add-filter-pane-to-a-single-column-in-a-table/m-p/1856008#M70647</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If my understanding is correct, then you are using the function &lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;Column&lt;/STRONG&gt;&lt;/SPAN&gt;() in your straight table to generate a new column with values '&lt;SPAN style="color:#16a085"&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt;&lt;/SPAN&gt;' and '&lt;SPAN style="color:#16a085"&gt;&lt;STRONG&gt;No&lt;/STRONG&gt;&lt;/SPAN&gt;'. You would like to keep the expression for that column, but you would like to make the column filterable. So if you select '&lt;SPAN style="color:#16a085"&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt;&lt;/SPAN&gt;' then the straight table will show only the rows where the last column shows '&lt;SPAN style="color:#16a085"&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt;&lt;/SPAN&gt;' and if you select '&lt;SPAN style="color:#16a085"&gt;&lt;STRONG&gt;No&lt;/STRONG&gt;&lt;/SPAN&gt;' then the table will show only the columns where the last column shows '&lt;SPAN style="color:#16a085"&gt;&lt;STRONG&gt;No&lt;/STRONG&gt;&lt;/SPAN&gt;'.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Applying directly the filter on that column is not possible, because the column is a Measure and filters are applied to values that exists in your dataset. e.g. If you have a Field "&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Transportation&lt;/STRONG&gt;&lt;/SPAN&gt;" with values "&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;Car, Bus, Plane, Train&lt;/STRONG&gt;&lt;/SPAN&gt;" etc. then you can select the value "&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;Car&lt;/STRONG&gt;&lt;/SPAN&gt;" or "&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;Bus&lt;/STRONG&gt;&lt;/SPAN&gt;" of the field "&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Transportation&lt;/STRONG&gt;&lt;/SPAN&gt;", however for Measures this is not possible, because you can have something "&lt;SPAN style="color:#16a085"&gt;&lt;STRONG&gt;Sum(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#16a085"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;" which is a value that represents the summation of multiple values. For example you might have in the database the values &lt;SPAN style="color:#c0392b"&gt;&lt;STRONG&gt;10, 20, 30 &lt;/STRONG&gt;&lt;/SPAN&gt;and the function &lt;SPAN style="color:#16a085"&gt;&lt;STRONG&gt;Sum(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#16a085"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt; will return the value &lt;STRONG&gt;&lt;SPAN style="color:#8e44ad"&gt;60&lt;/SPAN&gt;&lt;/STRONG&gt;. Trying to filter the value &lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;60 &lt;/STRONG&gt;&lt;/SPAN&gt;is not possible as the value is not associated with any field of your dataset.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;For example here is a Straight table from my reproduction:&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/6f104e9f-4d5c-48c4-8cde-e7ffdeea93a6.default.PNG" /&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;This first column is a &lt;SPAN style="color:#f1c40f"&gt;&lt;STRONG&gt;Dimension&lt;/STRONG&gt;&lt;/SPAN&gt;, the &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Column1&lt;/STRONG&gt;&lt;/SPAN&gt;, &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Column2 &lt;/STRONG&gt;&lt;/SPAN&gt;and &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Column3 &lt;/STRONG&gt;&lt;/SPAN&gt;are &lt;STRONG&gt;&lt;SPAN style="color:#f1c40f"&gt;Measure &lt;/SPAN&gt;&lt;/STRONG&gt;columns, as well as &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Condition &lt;/STRONG&gt;&lt;/SPAN&gt;column. You will notice that "ID:" has a search option, because it is a Dimension and thus you can filter the values from the dataset, however the other columns doesn't have this option, because they are all Measure columns.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;According to official documentation for &lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;Column&lt;/STRONG&gt;&lt;/SPAN&gt;() [1], it is stated that "&lt;EM&gt;&lt;SPAN style="color:#7f8c8d"&gt;The &lt;STRONG&gt;Column&lt;/STRONG&gt;() function disregards dimension columns.&lt;/SPAN&gt;&lt;/EM&gt;", which means that in your use case scenario the "&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;Column(1), Column(2) and Column(3)&lt;/STRONG&gt;&lt;/SPAN&gt;" are Measure columns&amp;nbsp;and you are using a specific expression for each of them. If you would like to achieve your outcome, then you will have to use a different approach.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;NOTE:&lt;/STRONG&gt; &lt;SPAN style="color:#7f8c8d"&gt;&lt;EM&gt;Please keep in mind that there might be other ways to implement this, however this is the only way that I was able to make fully work.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Here are the steps that I have followed:&lt;/P&gt;

&lt;OL&gt;
 &lt;LI&gt;Instead of using the expression: "&lt;SPAN style="color:#16a085"&gt;&lt;STRONG&gt;if(column(1) + column(2) + column(3) = 3, 'Yes', 'No')&lt;/STRONG&gt;&lt;/SPAN&gt;"&lt;/LI&gt;
 &lt;LI&gt;Use the expression &lt;SPAN style="color:#16a085"&gt;&lt;STRONG&gt;"if(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;COLUMN_1_EXPRESSION &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#16a085"&gt;&lt;STRONG&gt;+ &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;COLUMN_2_EXPRESSION &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#16a085"&gt;&lt;STRONG&gt;+ &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;COLUMN_3_EXPRESSION&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#16a085"&gt;&lt;STRONG&gt;= 3, 'Yes', 'No')&lt;/STRONG&gt;&lt;/SPAN&gt;"&lt;/LI&gt;
 &lt;LI&gt;This will give you the same result, but instead of using the function &lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;Column&lt;/STRONG&gt;&lt;/SPAN&gt;(), you will have to use directly the expression that is used for each individual column.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Now to limit the data and show only the rows with '&lt;SPAN style="color:#16a085"&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt;&lt;/SPAN&gt;' or only the rows with '&lt;SPAN style="color:#16a085"&gt;&lt;STRONG&gt;No&lt;/STRONG&gt;&lt;/SPAN&gt;', you will have to modify the expression in all the columns so that based on what the user selects, it will either show you the data or it will show you &lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;Null()&lt;/STRONG&gt;&lt;/SPAN&gt;. Because if the entire row is&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt; Null()&lt;/STRONG&gt;&lt;/SPAN&gt;, then Straight table chart will exclude that row entirely, with an additional setting.&amp;nbsp;Here is the example that I have used based on the table in the screenshot above:&lt;/P&gt;

&lt;OL&gt;
 &lt;LI&gt;First created a variable:&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/474daa4f-28f4-49b4-a0da-d75c597005d1.default.PNG" /&gt;&lt;/LI&gt;
 &lt;LI&gt;We are going to assume that value &lt;SPAN style="color:#16a085"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; is for "&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt;&lt;/SPAN&gt;" records and value &lt;SPAN style="color:#c0392b"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; is for "&lt;SPAN style="color:#c0392b"&gt;&lt;STRONG&gt;No&lt;/STRONG&gt;&lt;/SPAN&gt;" records.&lt;/LI&gt;
 &lt;LI&gt;Now create an Input variable:&lt;/LI&gt;
 &lt;LI&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/76f58128-d77e-41c7-8c36-372faa629851.default.PNG" /&gt;&lt;/LI&gt;
 &lt;LI&gt;For the fixed values use: &lt;STRONG&gt;"Label: Yes &amp;amp; Value: 1&lt;/STRONG&gt;" and&amp;nbsp;"&lt;STRONG&gt;Label: No &amp;amp; Value: 0&lt;/STRONG&gt;"&lt;/LI&gt;
 &lt;LI&gt;Modify all the expressions in your &lt;SPAN style="color:#f39c12"&gt;&lt;STRONG&gt;Straight table &lt;/STRONG&gt;&lt;/SPAN&gt;Measure columns as:&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color:#27ae60"&gt;=If(&lt;BR /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;varSelected = 1,&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; If(&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color:#8e44ad"&gt;COLUMN_1_EXPRESSION &lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;+ &lt;/SPAN&gt;&lt;SPAN style="color:#8e44ad"&gt;COLUMN_2_EXPRESSION&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt; + &lt;/SPAN&gt;&lt;SPAN style="color:#8e44ad"&gt;COLUMN_3_EXPRESSION&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt; = 10,&amp;nbsp;&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color:#e74c3c"&gt;COLUMN_1_EXPRESSION&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;,&amp;nbsp;&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Null()&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; ),&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; If(&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color:#8e44ad"&gt;COLUMN_1_EXPRESSION &lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;+ &lt;/SPAN&gt;&lt;SPAN style="color:#8e44ad"&gt;COLUMN_2_EXPRESSION &lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;+ &lt;/SPAN&gt;&lt;SPAN style="color:#8e44ad"&gt;COLUMN_3_EXPRESSION &lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&amp;lt; 10 or &lt;/SPAN&gt;&lt;SPAN style="color:#8e44ad"&gt;COLUMN_1_EXPRESSION &lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;+ &lt;/SPAN&gt;&lt;SPAN style="color:#8e44ad"&gt;COLUMN_2_EXPRESSION &lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;+ &lt;/SPAN&gt;&lt;SPAN style="color:#8e44ad"&gt;COLUMN_3_EXPRESSION &lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&amp;gt; 10,&amp;nbsp;&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color:#e74c3c"&gt;COLUMN_1_EXPRESSION&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;,&amp;nbsp;&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Null()&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; )&lt;BR /&gt;
)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Allow me to break down this expression for you:&lt;/P&gt;

&lt;OL&gt;
 &lt;LI&gt;&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;COLUMN_1_EXPRESSION&lt;/STRONG&gt;&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;COLUMN_2_EXPRESSION&lt;/STRONG&gt;&lt;/SPAN&gt;,&amp;nbsp;&lt;STRONG&gt;&lt;SPAN style="color:#8e44ad"&gt;COLUMN_3_EXPRESSION&lt;/SPAN&gt; &lt;/STRONG&gt;are&amp;nbsp;the actually expressions that you have used in your columns to create them.&lt;/LI&gt;
 &lt;LI&gt;The first if statement will check if the user wants to display all the '&lt;SPAN style="color:#16a085"&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt;&lt;/SPAN&gt;' values or all the '&lt;SPAN style="color:#c0392b"&gt;&lt;STRONG&gt;No&lt;/STRONG&gt;&lt;/SPAN&gt;' values&lt;/LI&gt;
 &lt;LI&gt;If user&amp;nbsp;has selected '&lt;SPAN style="color:#16a085"&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt;&lt;/SPAN&gt;' from the Input variable, then the first inner&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt; If()&lt;/STRONG&gt;&lt;/SPAN&gt; statement will be evaluated. So it will check if the sum of the first 3 expressions equals to &lt;STRONG&gt;10&lt;/STRONG&gt;, then it will return '&lt;SPAN style="color:#16a085"&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt;&lt;/SPAN&gt;', otherwise it will return &lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;Null()&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;
 &lt;LI&gt;If the user has selected '&lt;SPAN style="color:#c0392b"&gt;&lt;STRONG&gt;No&lt;/STRONG&gt;&lt;/SPAN&gt;' from the Input variable, then the second inner &lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;If()&lt;/STRONG&gt;&lt;/SPAN&gt; statement will be evaluated. So now we have to reverse your initial expression to check for all the '&lt;SPAN style="color:#c0392b"&gt;&lt;STRONG&gt;No&lt;/STRONG&gt;&lt;/SPAN&gt;' values. This means that we need to see if the sum of all the expressions is less or grater than &lt;STRONG&gt;10&lt;/STRONG&gt;, then we will return '&lt;SPAN style="color:#c0392b"&gt;&lt;STRONG&gt;No&lt;/STRONG&gt;&lt;/SPAN&gt;' value, otherwise we will return&lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt; Null()&lt;/STRONG&gt;&lt;/SPAN&gt; value.&lt;/LI&gt;
 &lt;LI&gt;In your use case scenario, you will have to change the numbers &lt;STRONG&gt;10 &lt;/STRONG&gt;(in the &lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;If()&lt;/STRONG&gt;&lt;/SPAN&gt; statements ) with number &lt;STRONG&gt;3&lt;/STRONG&gt;.&lt;/LI&gt;
 &lt;LI&gt;Additionally, for each column you will have to include exactly the same expression, and the only part that is changing is the section in &lt;SPAN style="color:#e74c3c"&gt;&lt;STRONG&gt;RED&lt;/STRONG&gt;&lt;/SPAN&gt;. So in that case you replace it with the expression that you want to display and for the last column the expression should look like:&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;=If(&lt;BR /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;varSelected = 1,&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; If(&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;COLUMN_1_EXPRESSION + COLUMN_2_EXPRESSION + COLUMN_3_EXPRESSION = 10,&amp;nbsp;&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#e74c3c"&gt;&lt;STRONG&gt;if(COLUMN_1_EXPRESSION + COLUMN_2_EXPRESSION + COLUMN_3_EXPRESSION = 10, 'Yes', 'No')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;,&amp;nbsp;&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Null()&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; ),&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; If(&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;Sum(COLUMN_1_EXPRESSION + COLUMN_2_EXPRESSION + COLUMN_3_EXPRESSION &amp;lt; 10 or COLUMN_1_EXPRESSION + COLUMN_2_EXPRESSION + COLUMN_3_EXPRESSION &amp;gt; 10,&amp;nbsp;&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#e74c3c"&gt;&lt;STRONG&gt; if(COLUMN_1_EXPRESSION + COLUMN_2_EXPRESSION + COLUMN_3_EXPRESSION = 10, 'Yes', 'No')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;,&amp;nbsp;&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Null()&lt;BR /&gt;
&amp;nbsp; &amp;nbsp; )&lt;BR /&gt;
)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;This will allow you to show the word '&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt;&lt;/SPAN&gt;' or '&lt;SPAN style="color:#e74c3c"&gt;&lt;STRONG&gt;No&lt;/STRONG&gt;&lt;/SPAN&gt;' in the last column. So far you will end up with a table similar to:&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/400666b0-57ac-4f95-811c-f5db4985ece2.default.PNG" /&gt;&lt;/P&gt;

&lt;P&gt;As you can see the table shows the values only where the row has '&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt;&lt;/SPAN&gt;' in the last column and the rest are &lt;SPAN style="color:#2980b9"&gt;&lt;STRONG&gt;Null()&lt;/STRONG&gt;&lt;/SPAN&gt;. You can then go to Table's properties and uncheck the option &lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;"Include zero values&lt;/STRONG&gt;&lt;/SPAN&gt;" under "&lt;SPAN style="color:#8e44ad"&gt;&lt;STRONG&gt;Add-ons &amp;gt; Data handling&lt;/STRONG&gt;&lt;/SPAN&gt;"&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;So now when '&lt;SPAN style="color:#27ae60"&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt;&lt;/SPAN&gt;' is selected:&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/767c68c7-f508-4ee1-a1ae-5e573b1d0eea.default.PNG" /&gt;&lt;/P&gt;

&lt;P&gt;Because&lt;STRONG&gt; 6+2+2&amp;nbsp;= 10&lt;/STRONG&gt; and&lt;STRONG&gt; 5+2+3&amp;nbsp;= 10&lt;/STRONG&gt; etc.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;While when '&lt;SPAN style="color:#e74c3c"&gt;&lt;STRONG&gt;No&lt;/STRONG&gt;&lt;/SPAN&gt;' is selected:&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/2e87036c-6525-45b5-b5fa-ebd56538c06a.default.PNG" /&gt;&lt;/P&gt;

&lt;P&gt;Because &lt;STRONG&gt;15+2+4 != 10&lt;/STRONG&gt; and&lt;STRONG&gt; 7+2+3 != 10&lt;/STRONG&gt; etc.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;As you can see, natively this is not supported, and this example is the only one that I was able to find, which can get you as close as possible to your desired outcome. Maybe somebody else can share different workaround, but if you would like to have it natively, then you can submit a feature request [2], to allow Straight table filter rows based on condition applied on a column.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I hope that this information was helpful!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;---&lt;/P&gt;

&lt;P&gt;[1]&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/August2021/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/InterRecordFunctions/column.htm#:~:text=Column()%20returns%20the%20value,of%20the%20second%20measure%20column.&amp;amp;text=Column%20number%20of%20a%20column%20in%20the%20table%20containing%20a%20measure" target="_blank"&gt;https://help.qlik.com/en-US/sense/August2021/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/InterRecordFunctions/column.htm#:~:text=Column()%20returns%20the%20value,of%20the%20second%20measure%20column.&amp;amp;text=Column%20number%20of%20a%20column%20in%20the%20table%20containing%20a%20measure&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;[2]&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-To-Submit-Feature-Requests-For-Qlik-Products/ta-p/1712581" target="_blank"&gt;https://community.qlik.com/t5/Knowledge-Base/How-To-Submit-Feature-Requests-For-Qlik-Products/ta-p/1712581&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 11:58:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-filter-pane-to-a-single-column-in-a-table/m-p/1856008#M70647</guid>
      <dc:creator>Andrei_Cusnir</dc:creator>
      <dc:date>2021-11-05T11:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Add filter pane to a single column in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Add-filter-pane-to-a-single-column-in-a-table/m-p/1857243#M70758</link>
      <description>&lt;P&gt;Hi Andrei,&lt;/P&gt;
&lt;P&gt;Sorry for the delay and thank you for your above &amp;amp; beyond efforts in attempting to provide a solution which I think its the closet solution I can get.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes you're spot on about Column functions and to help other users &amp;amp; visibility as fyi, these are my current column functions:&lt;/P&gt;
&lt;P&gt;column(1)&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IF(ISNULL(max(stkh_date)),1,If(today() - max(stkh_date) &amp;lt; 91 ,0 ,1))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Column(2)&lt;/P&gt;
&lt;P&gt;If(standard_cost=0, 0, 1)]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Column(3)&lt;/P&gt;
&lt;P&gt;If(SUM({$&amp;lt;IsInLast18Months2={'Y'}&amp;gt;} stksale_movement_qty)=0,1,0)&lt;/P&gt;
&lt;P&gt;I will provide a update either tomorrow/thursday as to how I've progressed &amp;amp; if I encounter some errors whilst incorporating the functions into your expression. Just working on urgent qlik tasks hence the delay.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again for your efforts. Wasn't expecting a informative response and will be in touch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 15:41:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-filter-pane-to-a-single-column-in-a-table/m-p/1857243#M70758</guid>
      <dc:creator>Ragnar</dc:creator>
      <dc:date>2021-11-09T15:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Add filter pane to a single column in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Add-filter-pane-to-a-single-column-in-a-table/m-p/1861336#M71078</link>
      <description>&lt;P&gt;Hi, I've marked the solution as it is helpful &amp;amp; answered the problem I had. The user requirements has changed now.&lt;/P&gt;
&lt;P&gt;Apologies for the delay response to this post.&lt;/P&gt;
&lt;P&gt;Once again your support on this matter is appreciated, thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 09:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-filter-pane-to-a-single-column-in-a-table/m-p/1861336#M71078</guid>
      <dc:creator>Ragnar</dc:creator>
      <dc:date>2021-11-19T09:11:10Z</dc:date>
    </item>
  </channel>
</rss>

