<?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 Issue using Aggr Along with SET Exclusion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-using-Aggr-Along-with-SET-Exclusion/m-p/1362788#M417467</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@I have this below expression in the Dashboard,which is working.&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[JO Status]={"010 Open"}&amp;gt;} aggr( OPENINGS_CNT,[Job Opening ID]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to make changes to this such that,When other Values are selected on JO Status,I would like the metric to not change.&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[JO Status]=,[JO Status]={"010 Open"}&amp;gt;} aggr( OPENINGS_CNT,[Job Opening ID]))&lt;/P&gt;&lt;P&gt;I cant get this to work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I don't use Aggr, This calculation below works,It doesn't take filter selctions on JO Status.&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[JO Status]=,[JO Status]={"010 Open"}&amp;gt;} OPENINGS_CNT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if I have to code it different when using Aggr,Can someone please help ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 May 2017 14:06:03 GMT</pubDate>
    <dc:creator>nvrphanikumar</dc:creator>
    <dc:date>2017-05-17T14:06:03Z</dc:date>
    <item>
      <title>Issue using Aggr Along with SET Exclusion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-using-Aggr-Along-with-SET-Exclusion/m-p/1362788#M417467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@I have this below expression in the Dashboard,which is working.&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[JO Status]={"010 Open"}&amp;gt;} aggr( OPENINGS_CNT,[Job Opening ID]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to make changes to this such that,When other Values are selected on JO Status,I would like the metric to not change.&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[JO Status]=,[JO Status]={"010 Open"}&amp;gt;} aggr( OPENINGS_CNT,[Job Opening ID]))&lt;/P&gt;&lt;P&gt;I cant get this to work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I don't use Aggr, This calculation below works,It doesn't take filter selctions on JO Status.&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[JO Status]=,[JO Status]={"010 Open"}&amp;gt;} OPENINGS_CNT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if I have to code it different when using Aggr,Can someone please help ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 14:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-using-Aggr-Along-with-SET-Exclusion/m-p/1362788#M417467</guid>
      <dc:creator>nvrphanikumar</dc:creator>
      <dc:date>2017-05-17T14:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issue using Aggr Along with SET Exclusion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-using-Aggr-Along-with-SET-Exclusion/m-p/1362789#M417468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with&lt;/P&gt;&lt;P&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;Aggr(Sum({$&amp;lt;[JO Status]={"010 Open"}&amp;gt;} OPENINGS_CNT)&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,[Job Opening ID])&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 14:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-using-Aggr-Along-with-SET-Exclusion/m-p/1362789#M417468</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2017-05-17T14:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Issue using Aggr Along with SET Exclusion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-using-Aggr-Along-with-SET-Exclusion/m-p/1362790#M417469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since,I have this definition in KPI,Its expecting sum values&lt;/P&gt;&lt;P&gt;so ,I tweaked your code to below,but this isn't getting me right numbers either.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica',sans-serif; font-size: 10pt;"&gt;sum(Aggr(Sum({$&amp;lt;[JO Status]={"010 Open"}&amp;gt;} OPENINGS_CNT),[Job Opening ID]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 14:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-using-Aggr-Along-with-SET-Exclusion/m-p/1362790#M417469</guid>
      <dc:creator>nvrphanikumar</dc:creator>
      <dc:date>2017-05-17T14:36:11Z</dc:date>
    </item>
  </channel>
</rss>

