<?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: Count Employees that's not affected by filters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-Employees-that-s-not-affected-by-filters/m-p/1341281#M619262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;sum(aggr(sum({1&amp;lt;dept={'IT'}&amp;gt;}Empid), &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Empid&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 May 2017 16:22:59 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-05-15T16:22:59Z</dc:date>
    <item>
      <title>Count Employees that's not affected by filters</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Employees-that-s-not-affected-by-filters/m-p/1341278#M619259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have an expression which goes like this:&lt;/P&gt;&lt;P&gt;=sum({1}aggr(sum({&amp;lt;dept={'IT'}&amp;gt;}Empid), &lt;SPAN style="font-size: 13.3333px;"&gt;Empid&lt;/SPAN&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was hoping to count employees under IT department which does not change regardless of the selection. i tried adding {1} before aggr but it still change. I also tried adding before Empid of Sum but it counts everything, disregarding my set analysis.. Thank you in advance for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2017 18:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Employees-that-s-not-affected-by-filters/m-p/1341278#M619259</guid>
      <dc:creator />
      <dc:date>2017-05-14T18:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Count Employees that's not affected by filters</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Employees-that-s-not-affected-by-filters/m-p/1341279#M619260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please share a sample qvw which demonstrates the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 15:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Employees-that-s-not-affected-by-filters/m-p/1341279#M619260</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2017-05-15T15:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Count Employees that's not affected by filters</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Employees-that-s-not-affected-by-filters/m-p/1341280#M619261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Can you try this - &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{1&amp;lt;dept={'IT'}&amp;gt;}&lt;/SPAN&gt;aggr(sum({1&amp;lt;dept={'IT'}&amp;gt;}Empid), &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Empid&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 16:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Employees-that-s-not-affected-by-filters/m-p/1341280#M619261</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2017-05-15T16:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Count Employees that's not affected by filters</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Employees-that-s-not-affected-by-filters/m-p/1341281#M619262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;sum(aggr(sum({1&amp;lt;dept={'IT'}&amp;gt;}Empid), &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Empid&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 16:22:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Employees-that-s-not-affected-by-filters/m-p/1341281#M619262</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-15T16:22:59Z</dc:date>
    </item>
  </channel>
</rss>

