<?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: how to hide above values after selection made in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/how-to-hide-above-values-after-selection-made/m-p/2468570#M99486</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;there is nothing called unwanted .&lt;/P&gt;
&lt;P&gt;If the user selects any values initially, the below values only need to be visible for the next selection. user should not select more than 2 values in the filter .&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jul 2024 06:05:58 GMT</pubDate>
    <dc:creator>siri087</dc:creator>
    <dc:date>2024-07-08T06:05:58Z</dc:date>
    <item>
      <title>how to hide above values after selection made</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-hide-above-values-after-selection-made/m-p/2467889#M99410</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;Hope you doing well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am struck at one place where I need to hide the above unselected values from the filter panel.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Given is the below example&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Id&lt;/P&gt;
&lt;P&gt;A&lt;/P&gt;
&lt;P&gt;B&lt;/P&gt;
&lt;P&gt;C&lt;/P&gt;
&lt;P&gt;D&lt;/P&gt;
&lt;P&gt;E&lt;/P&gt;
&lt;P&gt;F&lt;/P&gt;
&lt;P&gt;G&lt;/P&gt;
&lt;P&gt;H&lt;/P&gt;
&lt;P&gt;I&lt;/P&gt;
&lt;P&gt;So, if the user selects Value "D" from the ID column, then the values "A, B, and C" should be hidden. Only the values after "D" should be visible to the user for selection.&amp;nbsp; Also, users should be able to select only two values from the ID column.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 07:23:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-hide-above-values-after-selection-made/m-p/2467889#M99410</guid>
      <dc:creator>siri087</dc:creator>
      <dc:date>2024-07-04T07:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide above values after selection made</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-hide-above-values-after-selection-made/m-p/2468011#M99425</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/304886"&gt;@siri087&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Insert the aggr() function in your field, leaving it like this, &lt;BR /&gt;&lt;STRONG&gt;change to your dimension.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;=aggr(Field,Field)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;-Matheus&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 12:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-hide-above-values-after-selection-made/m-p/2468011#M99425</guid>
      <dc:creator>MatheusC</dc:creator>
      <dc:date>2024-07-04T12:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide above values after selection made</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-hide-above-values-after-selection-made/m-p/2468199#M99445</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149113"&gt;@MatheusC&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your response.&lt;/P&gt;
&lt;P&gt;Its not working as expected .&amp;nbsp; if we select the value "D"(left side) i only get a "D" value (right side) filter . As i need to see "D" to "I".&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="siri087_0-1720163483602.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/168947iC13A3ED6DB81861F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="siri087_0-1720163483602.png" alt="siri087_0-1720163483602.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 07:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-hide-above-values-after-selection-made/m-p/2468199#M99445</guid>
      <dc:creator>siri087</dc:creator>
      <dc:date>2024-07-05T07:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide above values after selection made</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-hide-above-values-after-selection-made/m-p/2468246#M99452</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/304886"&gt;@siri087&lt;/a&gt;&amp;nbsp;you can use below expression in your dimension fx of your filter objects.&lt;BR /&gt;&lt;BR /&gt;=if(GetSelectedCount(ID) = 0, ID,&lt;BR /&gt;if(GetSelectedCount(ID) = 1,if(ID &amp;gt;= GetFieldSelections(ID), ID)))&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 09:05:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-hide-above-values-after-selection-made/m-p/2468246#M99452</guid>
      <dc:creator>salmankojar</dc:creator>
      <dc:date>2024-07-05T09:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide above values after selection made</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-hide-above-values-after-selection-made/m-p/2468280#M99458</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/225728"&gt;@salmankojar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for Quick response&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am able to see the rest of the values after the selection was made, but the other values are in gray (right filter). So can we show them as available for selection?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="siri087_0-1720176852515.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/168960i7C34176029C686CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="siri087_0-1720176852515.png" alt="siri087_0-1720176852515.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;if we select "E" and "F" , we still need to see "G," "H,and "I," as they are below the selected values&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 10:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-hide-above-values-after-selection-made/m-p/2468280#M99458</guid>
      <dc:creator>siri087</dc:creator>
      <dc:date>2024-07-05T10:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide above values after selection made</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-hide-above-values-after-selection-made/m-p/2468285#M99459</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/304886"&gt;@siri087&lt;/a&gt;&amp;nbsp;..that is your requirement. User should be able to select only two values from ID column.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 11:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-hide-above-values-after-selection-made/m-p/2468285#M99459</guid>
      <dc:creator>salmankojar</dc:creator>
      <dc:date>2024-07-05T11:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide above values after selection made</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-hide-above-values-after-selection-made/m-p/2468286#M99460</link>
      <description>&lt;P&gt;Why should the user not directly select the wanted values?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 11:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-hide-above-values-after-selection-made/m-p/2468286#M99460</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-07-05T11:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide above values after selection made</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-hide-above-values-after-selection-made/m-p/2468570#M99486</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;there is nothing called unwanted .&lt;/P&gt;
&lt;P&gt;If the user selects any values initially, the below values only need to be visible for the next selection. user should not select more than 2 values in the filter .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 06:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-hide-above-values-after-selection-made/m-p/2468570#M99486</guid>
      <dc:creator>siri087</dc:creator>
      <dc:date>2024-07-08T06:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide above values after selection made</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-hide-above-values-after-selection-made/m-p/2468581#M99488</link>
      <description>&lt;P&gt;By using one field - there is no initial selection and following on-top selections possible else the following selections will extend or exclude the initial one. If you want to use some kind of hierarchy you will need at least two fields. I suggest you elaborate the aim with real field-values a bit more detailed.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 07:15:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-hide-above-values-after-selection-made/m-p/2468581#M99488</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-07-08T07:15:23Z</dc:date>
    </item>
  </channel>
</rss>

