<?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: Adding multiple filters in a graph in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Adding-multiple-filters-in-a-graph/m-p/1546247#M746433</link>
    <description>&lt;P&gt;You need to add two more expressions&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1: Count({$&amp;lt;Firma={'SMO'}&amp;gt;}Firma)&lt;/P&gt;&lt;P&gt;2:&amp;nbsp;Count({$&amp;lt;Firma-={'SMO'}&amp;gt;}Firma&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 486px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/6314i83BA84289B15AA71/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Feb 2019 10:30:17 GMT</pubDate>
    <dc:creator>shiveshsingh</dc:creator>
    <dc:date>2019-02-19T10:30:17Z</dc:date>
    <item>
      <title>Adding multiple filters in a graph</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-multiple-filters-in-a-graph/m-p/1546228#M746432</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am still new to Qlikview, and I am trying to create a graph with some filtered data. Ideally, I would like to filter one column, and then filter another based on the results of that one, and finally display that in a graph, over the fiscal months. I have no issues with what I have so far, however, I cannot figure out the syntax for more than one filter. I am using&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;Grund={'Betriebsunfall'}&amp;gt;}Grund)&lt;/P&gt;&lt;P&gt;Which searches the column Grund for values matching Betriebsunfall. Then, I would like to search the column next to it, Firma, for values matching and not matching SMO.&lt;/P&gt;&lt;P&gt;I have attached a sample file. I hope this was a clear explanation.&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;BR /&gt;Josie&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-multiple-filters-in-a-graph/m-p/1546228#M746432</guid>
      <dc:creator>josielaidlaw</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Adding multiple filters in a graph</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-multiple-filters-in-a-graph/m-p/1546247#M746433</link>
      <description>&lt;P&gt;You need to add two more expressions&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1: Count({$&amp;lt;Firma={'SMO'}&amp;gt;}Firma)&lt;/P&gt;&lt;P&gt;2:&amp;nbsp;Count({$&amp;lt;Firma-={'SMO'}&amp;gt;}Firma&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 486px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/6314i83BA84289B15AA71/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 10:30:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-multiple-filters-in-a-graph/m-p/1546247#M746433</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2019-02-19T10:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Adding multiple filters in a graph</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-multiple-filters-in-a-graph/m-p/1546289#M746434</link>
      <description>&lt;P&gt;I'm not sure I understand - this appears to just count the instances where SMO appears and doesn't appear, disregarding the filter in the Grund column.&lt;/P&gt;&lt;P&gt;I need it to filter the Firma column, based on the filter applied in the Grund column.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 11:39:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-multiple-filters-in-a-graph/m-p/1546289#M746434</guid>
      <dc:creator>josielaidlaw</dc:creator>
      <dc:date>2019-02-19T11:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Adding multiple filters in a graph</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-multiple-filters-in-a-graph/m-p/1546368#M746435</link>
      <description>&lt;P&gt;May be these&lt;/P&gt;&lt;P&gt;Search for SMO in Firma&lt;/P&gt;&lt;PRE&gt;Count({$&amp;lt;Grund = {'Betriebsunfall'}, Firma = {'SMO'}&amp;gt;} Grund)&lt;/PRE&gt;&lt;P&gt;Search for Non SMO in Firma&lt;/P&gt;&lt;PRE&gt;Count({$&amp;lt;Grund = {'Betriebsunfall'}&amp;gt;} Grund) -&lt;BR /&gt;Count({$&amp;lt;Grund = {'Betriebsunfall'}, Firma = {'SMO'}&amp;gt;} Grund)&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Feb 2019 13:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-multiple-filters-in-a-graph/m-p/1546368#M746435</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-02-19T13:26:49Z</dc:date>
    </item>
  </channel>
</rss>

