<?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: Creating Filter Pane for a Dimension, depending on the value of another Dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Creating-Filter-Pane-for-a-Dimension-depending-on-the-value-of/m-p/1721018#M54828</link>
    <description>&lt;P&gt;This expression should do the trick:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;=If([Employee Role] = 'Responsible', Employee)&lt;/LI-CODE&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>Mon, 22 Jun 2020 21:43:26 GMT</pubDate>
    <dc:creator>Vilius</dc:creator>
    <dc:date>2020-06-22T21:43:26Z</dc:date>
    <item>
      <title>Creating Filter Pane for a Dimension, depending on the value of another Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-Filter-Pane-for-a-Dimension-depending-on-the-value-of/m-p/1720880#M54818</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;I have the following dataset.&lt;/P&gt;&lt;P&gt;I would like to create a Filter Pane which allows the user to filter for the name of responsible Employees.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE width="330"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="110"&gt;Project name&lt;/TD&gt;&lt;TD width="110"&gt;Employee&lt;/TD&gt;&lt;TD width="110"&gt;Employee Role&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Project 1&lt;/TD&gt;&lt;TD&gt;Eddard&lt;/TD&gt;&lt;TD&gt;Creator&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Project 1&lt;/TD&gt;&lt;TD&gt;Cathleen&lt;/TD&gt;&lt;TD&gt;Responsible&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Project 2&lt;/TD&gt;&lt;TD&gt;Rob&lt;/TD&gt;&lt;TD&gt;Creator&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Project 3&lt;/TD&gt;&lt;TD&gt;Jon&lt;/TD&gt;&lt;TD&gt;Creator&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Project 3&lt;/TD&gt;&lt;TD&gt;Rob&lt;/TD&gt;&lt;TD&gt;Responsible&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;…&lt;/TD&gt;&lt;TD&gt;…&lt;/TD&gt;&lt;TD&gt;…&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any support!&lt;/P&gt;&lt;P&gt;Balázs&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-Filter-Pane-for-a-Dimension-depending-on-the-value-of/m-p/1720880#M54818</guid>
      <dc:creator>HBalazs</dc:creator>
      <dc:date>2021-12-20T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Filter Pane for a Dimension, depending on the value of another Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-Filter-Pane-for-a-Dimension-depending-on-the-value-of/m-p/1721018#M54828</link>
      <description>&lt;P&gt;This expression should do the trick:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;=If([Employee Role] = 'Responsible', Employee)&lt;/LI-CODE&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>Mon, 22 Jun 2020 21:43:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-Filter-Pane-for-a-Dimension-depending-on-the-value-of/m-p/1721018#M54828</guid>
      <dc:creator>Vilius</dc:creator>
      <dc:date>2020-06-22T21:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Filter Pane for a Dimension, depending on the value of another Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Creating-Filter-Pane-for-a-Dimension-depending-on-the-value-of/m-p/1721133#M54843</link>
      <description>&lt;P&gt;Thanks for your input. The problem is that I would like to see all data related to the filtered projects.&lt;/P&gt;&lt;P&gt;E.g. if the user filters for 'Rob' as Responsible, I would like to see all information about Project 3 (the Creator as well).&lt;/P&gt;&lt;P&gt;From the dataset above, I created the following chart in the visualization:&lt;/P&gt;&lt;TABLE width="330"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="110"&gt;&lt;STRONG&gt;Project name&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="110"&gt;&lt;STRONG&gt;Creator&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="110"&gt;&lt;STRONG&gt;Responsible&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="110"&gt;Project 1&lt;/TD&gt;&lt;TD width="110"&gt;Eddard&lt;/TD&gt;&lt;TD width="110"&gt;Cathleen&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="110"&gt;Project 2&lt;/TD&gt;&lt;TD width="110"&gt;Rob&lt;/TD&gt;&lt;TD width="110"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="110"&gt;Project 3&lt;/TD&gt;&lt;TD width="110"&gt;Jon&lt;/TD&gt;&lt;TD width="110"&gt;Rob&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="110"&gt;Project 4&lt;/TD&gt;&lt;TD width="110"&gt;-&lt;/TD&gt;&lt;TD width="110"&gt;Rob&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example the expression for column Responsible is: =Only({&amp;lt;[Employee Role]={'Responsible'}&amp;gt;} [Employee])&lt;/P&gt;&lt;P&gt;Now, I would like to put a filter pane above, where the user can filter for Responsibles.&lt;/P&gt;&lt;P&gt;E.g. if she filters for 'Rob', I would like to see Project 3 and 4.&lt;/P&gt;&lt;P&gt;If I use the suggested expression, it will only show Project 4, but not Project 3, where Rob is also Responsible, but the Creator is another employee...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 08:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Creating-Filter-Pane-for-a-Dimension-depending-on-the-value-of/m-p/1721133#M54843</guid>
      <dc:creator>HBalazs</dc:creator>
      <dc:date>2020-06-23T08:09:31Z</dc:date>
    </item>
  </channel>
</rss>

