<?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: Set Analysis Aggr? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Aggr/m-p/1051494#M523146</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry din't realized they were two different name. Try the one you specified but with Aggr()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Mar 2016 21:56:46 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-03-10T21:56:46Z</dc:date>
    <item>
      <title>Set Analysis Aggr?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Aggr/m-p/1051491#M523143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;This text box expression is almost (but not quite) right... &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;distinct&lt;/SPAN&gt; {$&amp;lt;&lt;SPAN style="color: #800000;"&gt;CUR_WORKFLOW_STEP_NAME&lt;/SPAN&gt;={'Project Initiation and Design'},&lt;SPAN style="color: #800000;"&gt;REQUEST_ID&lt;/SPAN&gt; ={&lt;SPAN style="color: #800000;"&gt;"=sum(WORKFLOW_DURATION)&amp;gt;120"&lt;/SPAN&gt;}&amp;gt;}&lt;SPAN style="color: #800000;"&gt;REQUEST_ID&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I am trying to show the count of distinct request IDs where the &lt;SPAN style="color: #800000;"&gt;&lt;SPAN style="color: #ff0000;"&gt;CUR_WORKFLOW_STEP_NAME&lt;/SPAN&gt; = 'Project Initiation and Design' and the sum(&lt;SPAN style="color: #800000;"&gt;WORKFLOW_DURATION&lt;/SPAN&gt;)&amp;gt;120. The catch is that a request may have been&amp;nbsp; in &lt;SPAN style="color: #800000;"&gt;Project Initiation and Design&lt;/SPAN&gt; before, come out of it and is now back in it. That would mean, I think, taking the aggr sum of &lt;SPAN style="color: #800000;"&gt;sum(&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;WORKFLOW_DURATION&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;)&amp;gt;120&lt;/SPAN&gt; for all rows in which &lt;SPAN style="color: #0000ff;"&gt;WORKFLOW_STEP_NAME = 'Project Initiation and Design'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I believe I need to add an aggr before this part &lt;SPAN style="color: #800000;"&gt;sum(WORKFLOW_DURATION)&amp;gt;120...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;=&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;distinct&lt;/SPAN&gt; {$&amp;lt;&lt;SPAN style="color: #800000;"&gt;CUR_WORKFLOW_STEP_NAME&lt;/SPAN&gt;={'Project Initiation and Design'},&lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;REQUEST_ID&lt;/SPAN&gt; ={&lt;SPAN style="color: #800000;"&gt;"=AGGR(sum({$&amp;lt;WORKFLOW_STEP_NAME={Project Initiation and Design}&amp;gt;}WORKFLOW_DURATION)&amp;gt;120"&lt;/SPAN&gt;}&amp;gt;}&lt;SPAN style="color: #800000;"&gt;REQUEST_ID&lt;/SPAN&gt;)&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; I was reading &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2016/03/07/set-analysis-in-the-aggr-function"&gt;https://community.qlik.com/blogs/qlikviewdesignblog/2016/03/07/set-analysis-in-the-aggr-function&lt;/A&gt; and just can't figure out what's wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 21:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Aggr/m-p/1051491#M523143</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2016-03-10T21:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Aggr?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Aggr/m-p/1051492#M523144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not 100% sure, but can you try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #575757;"&gt;Count(distinct {$&amp;lt;CUR_WORKFLOW_STEP_NAME={'Project Initiation and Design'},REQUEST_ID ={"=Sum(&lt;SPAN style="color: #ff0000;"&gt;{$&amp;lt;CUR_WORKFLOW_STEP_NAME={'Project Initiation and Design'}&amp;gt;}&lt;/SPAN&gt;WORKFLOW_DURATION)&amp;gt;120"}&amp;gt;}REQUEST_ID&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 21:51:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Aggr/m-p/1051492#M523144</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-10T21:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Aggr?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Aggr/m-p/1051493#M523145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two similar names that mean different things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.33px;"&gt;CUR_WORKFLOW_STEP_NAME = Current step name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;WORKFLOW_STEP_NAME = any step in workflow name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #800000;"&gt;The catch is that a request may have been&amp;nbsp; in &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;Project Initiation and Design&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt; before(&lt;SPAN style="color: #800000; font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;WORKFLOW_STEP_NAME &lt;/SPAN&gt;) , come out of it and is now back in it (&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.33px;"&gt;CUR_WORKFLOW_STEP_NAME &lt;/SPAN&gt;and &lt;SPAN style="color: #800000; font-size: 13.33px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;WORKFLOW_STEP_NAME &lt;/SPAN&gt;). If that is the case, the 2 &lt;SPAN style="color: #800000; font-family: Helvetica;"&gt;WORKFLOW_DURATION&lt;/SPAN&gt; values need to be summed.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wouldn't that require an AGGR?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 21:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Aggr/m-p/1051493#M523145</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2016-03-10T21:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Aggr?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Aggr/m-p/1051494#M523146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry din't realized they were two different name. Try the one you specified but with Aggr()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 21:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Aggr/m-p/1051494#M523146</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-10T21:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Aggr?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Aggr/m-p/1051495#M523147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I must be missing something. It says OK but doesn't give me a result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; {$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CUR_WORKFLOW_STEP_NAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Project Initiation and Design'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQUEST_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"=aggr(Sum({$&amp;lt;WORKFLOW_STEP_NAME={'Project Initiation and Design'}&amp;gt;}WORKFLOW_DURATION)&amp;gt;120"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REQUEST_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 22:00:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Aggr/m-p/1051495#M523147</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2016-03-10T22:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Aggr?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Aggr/m-p/1051496#M523148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you missed to specify dimension of Aggr and $ in the set element, but not sure what it should be, may be like this - &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; {$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;CUR_WORKFLOW_STEP_NAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'Project Initiation and Design'},&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;REQUEST_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; ={&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;"=$(=aggr(Sum({$&amp;lt;WORKFLOW_STEP_NAME={'Project Initiation and Design'}&amp;gt;}WORKFLOW_DURATION),&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;WORKFLOW_STEP_NAME))&lt;/SPAN&gt;&amp;gt;120"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;REQUEST_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 03:01:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Aggr/m-p/1051496#M523148</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-03-11T03:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Aggr?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Aggr/m-p/1051497#M523149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest that you post a small sample with some representative data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might want to load the workflow steps as dual values, so they can be sorted and compared. This could be done by inline loading the status and using an Applymap during the normal load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 06:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Aggr/m-p/1051497#M523149</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-03-11T06:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Aggr?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Aggr/m-p/1051498#M523150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try it with small script change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;WORKFLOW_STEP_NAME,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;WORKFLOW_DURATION) as&amp;nbsp; &lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;WORKFLOW_DURATION_test&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Resident YourTable&lt;/P&gt;&lt;P&gt;group by &lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;WORKFLOW_STEP_NAME;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now try set expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; {$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;CUR_WORKFLOW_STEP_NAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'Project Initiation and Design'},&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;REQUEST_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; ={&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;"=Sum({$&amp;lt;WORKFLOW_STEP_NAME={'Project Initiation and Design'}&amp;gt;}&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;&lt;STRONG&gt;WORKFLOW_DURATION_test&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10.6667px;"&gt;)&lt;/SPAN&gt;&amp;gt;120"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;REQUEST_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 07:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Aggr/m-p/1051498#M523150</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-11T07:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Aggr?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Aggr/m-p/1051499#M523151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put this in a text box and see if it returns any value?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;=aggr(Sum({$&amp;lt;WORKFLOW_STEP_NAME={'Project Initiation and Design'}&amp;gt;}WORKFLOW_DURATION),&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;WORKFLOW_STEP_NAME))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 07:47:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Aggr/m-p/1051499#M523151</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2016-03-11T07:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Aggr?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Aggr/m-p/1051500#M523152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know, it is not possible to specify a filtering criterion on an aggregated value in set expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could get the number you want however by using a chart and filtering out the unwanted REQUEST_IDs using a dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dimension formula should be like this:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #000080; font-family: courier new,courier;"&gt;=if(aggr(Sum({$&amp;lt;WORKFLOW_STEP_NAME={'Project Initiation and Design'}&amp;gt;}WORKFLOW_DURATION), REQUEST_ID) &amp;gt; 120, 'yes')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Then set the dimension to "Suppress When Value Is Null", and hide the column on the Presentation tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Expression should have this formula:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: courier new,courier;"&gt;=Count&lt;/SPAN&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 10pt; color: #000080;"&gt;(distinct {$&amp;lt;CUR_WORKFLOW_STEP_NAME={'Project Initiation and Design'}&amp;gt;}REQUEST_ID&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: courier new,courier;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 08:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Aggr/m-p/1051500#M523152</guid>
      <dc:creator />
      <dc:date>2016-03-11T08:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Aggr?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Aggr/m-p/1051501#M523153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a KPI in a text box, not a chart if that makes a difference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 14:44:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Aggr/m-p/1051501#M523153</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2016-03-11T14:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Aggr?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Aggr/m-p/1051502#M523154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That shouldn't be a problem - if you use a straight table, hide the caption (Caption -&amp;gt; Show Caption") as well as the Table headers (Presentation -&amp;gt; Suppress Header Row) and deactivate the expression totals (Expressions -&amp;gt; Total Mode = No Totals), you'll end up with a single value cell that you can present like a text box (so the user won't notice the different object type in the background).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 14:50:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Aggr/m-p/1051502#M523154</guid>
      <dc:creator />
      <dc:date>2016-03-11T14:50:20Z</dc:date>
    </item>
  </channel>
</rss>

