<?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 If statement in filter pane formula when having groups with an intersection in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/If-statement-in-filter-pane-formula-when-having-groups-with-an/m-p/1948522#M78178</link>
    <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;i have my issues with the filter panes in Qlik. Here is a short description what i want to achieve:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Max__0-1656334645460.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/82719iB4B69832885A8D2B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Max__0-1656334645460.png" alt="Max__0-1656334645460.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I need a filter, where i can select "Persons with dogs" and "Persons with cats".&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If i write the formula "if(dog=1,'Persons with dogs', if(cat=1,'Persons with cats')) the problem ist, that Person 3 is not in the group of 'Persons with cats', it is just in the group of 'Persons with dogs'). With which formula can i achieve that&amp;nbsp; person 3 is in both groups ?&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp;very&amp;nbsp;much&amp;nbsp;in&amp;nbsp;advance&amp;nbsp;for&amp;nbsp;your&amp;nbsp;answers &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jun 2022 13:04:10 GMT</pubDate>
    <dc:creator>Max_</dc:creator>
    <dc:date>2022-06-27T13:04:10Z</dc:date>
    <item>
      <title>If statement in filter pane formula when having groups with an intersection</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-in-filter-pane-formula-when-having-groups-with-an/m-p/1948522#M78178</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;i have my issues with the filter panes in Qlik. Here is a short description what i want to achieve:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Max__0-1656334645460.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/82719iB4B69832885A8D2B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Max__0-1656334645460.png" alt="Max__0-1656334645460.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I need a filter, where i can select "Persons with dogs" and "Persons with cats".&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If i write the formula "if(dog=1,'Persons with dogs', if(cat=1,'Persons with cats')) the problem ist, that Person 3 is not in the group of 'Persons with cats', it is just in the group of 'Persons with dogs'). With which formula can i achieve that&amp;nbsp; person 3 is in both groups ?&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp;very&amp;nbsp;much&amp;nbsp;in&amp;nbsp;advance&amp;nbsp;for&amp;nbsp;your&amp;nbsp;answers &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 13:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-in-filter-pane-formula-when-having-groups-with-an/m-p/1948522#M78178</guid>
      <dc:creator>Max_</dc:creator>
      <dc:date>2022-06-27T13:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: If statement in filter pane formula when having groups with an intersection</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-in-filter-pane-formula-when-having-groups-with-an/m-p/1948524#M78179</link>
      <description>&lt;P&gt;Load Person, 'Person with dog' as Filter&lt;/P&gt;
&lt;P&gt;From YourTable&lt;/P&gt;
&lt;P&gt;Where dog = 1;&lt;/P&gt;
&lt;P&gt;concatenate&lt;/P&gt;
&lt;P&gt;Load Person, 'Person with cat' as Filter&lt;/P&gt;
&lt;P&gt;From YourTable&lt;/P&gt;
&lt;P&gt;Where cat = 1;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 13:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-in-filter-pane-formula-when-having-groups-with-an/m-p/1948524#M78179</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-06-27T13:07:09Z</dc:date>
    </item>
  </channel>
</rss>

