<?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 Dynamic filter-pane updating in run time (possible?) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dynamic-filter-pane-updating-in-run-time-possible/m-p/1726026#M55347</link>
    <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;I was wondering if it's possible to genereate the filter values during runtime, based on the selection of a user.&lt;/P&gt;&lt;P&gt;The scenario includes at &lt;SPAN&gt;hierarchical filter - and I would like to hide the SUB-values, until the main group is selected. simplified like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Filter:&lt;/P&gt;&lt;P&gt;A&lt;BR /&gt;- AA&lt;BR /&gt;-- AAA&lt;BR /&gt;B&lt;BR /&gt;- BB&lt;BR /&gt;-- BBB&lt;BR /&gt;C&lt;BR /&gt;D&lt;/P&gt;&lt;P&gt;The Initial filter should then show A, B, C, D and pressing A would reveal -AA in the list.&lt;/P&gt;&lt;P&gt;Was looking into variables evaluating wether or not a value is selected, returning -1 or 0.&amp;nbsp; Next step would be to filter the list, or maybe generate the list of values in a variable? But didn't succeed in passing a variable as input to a filter &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Maybe it's not even possible, as the filter needs to reevaluate at every selection&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:57:09 GMT</pubDate>
    <dc:creator>hacr</dc:creator>
    <dc:date>2024-11-16T01:57:09Z</dc:date>
    <item>
      <title>Dynamic filter-pane updating in run time (possible?)</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-filter-pane-updating-in-run-time-possible/m-p/1726026#M55347</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;I was wondering if it's possible to genereate the filter values during runtime, based on the selection of a user.&lt;/P&gt;&lt;P&gt;The scenario includes at &lt;SPAN&gt;hierarchical filter - and I would like to hide the SUB-values, until the main group is selected. simplified like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Filter:&lt;/P&gt;&lt;P&gt;A&lt;BR /&gt;- AA&lt;BR /&gt;-- AAA&lt;BR /&gt;B&lt;BR /&gt;- BB&lt;BR /&gt;-- BBB&lt;BR /&gt;C&lt;BR /&gt;D&lt;/P&gt;&lt;P&gt;The Initial filter should then show A, B, C, D and pressing A would reveal -AA in the list.&lt;/P&gt;&lt;P&gt;Was looking into variables evaluating wether or not a value is selected, returning -1 or 0.&amp;nbsp; Next step would be to filter the list, or maybe generate the list of values in a variable? But didn't succeed in passing a variable as input to a filter &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Maybe it's not even possible, as the filter needs to reevaluate at every selection&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-filter-pane-updating-in-run-time-possible/m-p/1726026#M55347</guid>
      <dc:creator>hacr</dc:creator>
      <dc:date>2024-11-16T01:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic filter-pane updating in run time (possible?)</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-filter-pane-updating-in-run-time-possible/m-p/1726065#M55350</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you load your values to two separate fields :&amp;nbsp;&lt;/P&gt;&lt;P&gt;parent and child&amp;nbsp;&lt;/P&gt;&lt;P&gt;and you use those fields to build a drill down dimension in master items&amp;nbsp;&lt;/P&gt;&lt;P&gt;then use this master item in a filter pane ,&amp;nbsp;&lt;BR /&gt;when you'll select one parent automatically the filter pane will display the child field&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 12:01:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-filter-pane-updating-in-run-time-possible/m-p/1726065#M55350</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2020-07-08T12:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic filter-pane updating in run time (possible?)</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-filter-pane-updating-in-run-time-possible/m-p/1726103#M55353</link>
      <description>&lt;P&gt;Thank you for the reply. It would work if the other values should be hidden after selection, but I'm interested in having one list with the previous values as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Initial Filter:&lt;BR /&gt;A&lt;BR /&gt;B&lt;BR /&gt;C&lt;/P&gt;&lt;P&gt;Press the A and the filter is updated to:&lt;BR /&gt;A&lt;BR /&gt;-AA&lt;BR /&gt;B&lt;BR /&gt;C&lt;/P&gt;&lt;P&gt;I've partly solved it by using variables, defining my FIlter like;&lt;BR /&gt;&lt;BR /&gt;=If(Match($(vFilter), 'A'), if(Filter LIKE '*--*',null(),Filter),if(Filter LIKE '*-*',null(),Filter))&lt;BR /&gt;&lt;BR /&gt;I need to tune my variables, but the effect is working&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 13:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-filter-pane-updating-in-run-time-possible/m-p/1726103#M55353</guid>
      <dc:creator>hacr</dc:creator>
      <dc:date>2020-07-08T13:07:32Z</dc:date>
    </item>
  </channel>
</rss>

