<?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: aggr / count function problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348383#M831347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi onno, sorry i missed out your instructions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just to let you know that I have used your tip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jun 2017 08:03:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-13T08:03:24Z</dc:date>
    <item>
      <title>aggr / count function problem</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348373#M831334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Hello QLikers!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Hope you can help me with my qliview problem.&amp;nbsp; I am not a programmer although I have undergone qlikview training for 2 days.&amp;nbsp; I basically can do simple formula but when it becomes complex I am a bit perplexed.&amp;nbsp; I don't know what to do next, that is why I am giving this to the expert out there and hopefully help me progress in may project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Attached is the sample of my data and would appreciate any help from you guys!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&lt;STRONG&gt;BRIEF PREVIEW OF MY DATA&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;There are 3 sheets on it:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;PIVOT - is the weekly data that I use in the load script&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;SD DRILLDOWN - is where I sort the number&amp;nbsp; versus a set of criteria &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;DATA - is the end project of what my data would look like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;thanks in advance..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Rita&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348373#M831334</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: aggr / count function problem</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348374#M831335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be these&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total Count&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;Week={$(=&lt;SPAN style="color: #ff0000;"&gt;MaxString&lt;/SPAN&gt;(Week))}&amp;gt;} DISTINCT DEVICE)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Single Device&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Count({&amp;lt;Week={$(=&lt;SPAN style="color: #ff0000;"&gt;MaxString&lt;/SPAN&gt;(Week))}&lt;SPAN style="color: #ff0000;"&gt;, DEVICE = {"=Count(DEVICE) = 1"}&lt;/SPAN&gt;&amp;gt;} DISTINCT DEVICE)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;6 Hrs&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Count({&amp;lt;Week={$(=&lt;SPAN style="color: #ff0000;"&gt;MaxString&lt;/SPAN&gt;(Week))}&lt;SPAN style="color: #ff0000;"&gt;, DEVICE = {"=Count(DEVICE) = 1"}, HOURS = {'&amp;lt;=6'}&lt;/SPAN&gt;&amp;gt;} DISTINCT DEVICE)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;gt;24 Hrs&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Count({&amp;lt;Week={$(=&lt;SPAN style="color: #ff0000;"&gt;MaxString&lt;/SPAN&gt;(Week))}&lt;SPAN style="color: #ff0000;"&gt;, DEVICE = {"=Count(DEVICE) = 1"}, HOURS = {'&amp;gt;6'}&lt;/SPAN&gt;&amp;gt;} DISTINCT DEVICE)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jun 2017 09:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348374#M831335</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-10T09:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: aggr / count function problem</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348375#M831336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried your suggestions....&lt;/P&gt;&lt;P&gt;good thing to note is that it reflect the current week which is wk2..&lt;/P&gt;&lt;P&gt;unfortunately the numbers are not...&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" height="49" src="https://community.qlik.com/legacyfs/online/166433_Capture.JPG" style="height: 48.5499px; width: 279px;" width="279" /&gt;&lt;/P&gt;&lt;P&gt;the numbers should be like this....&lt;/P&gt;&lt;P&gt;&lt;IMG alt="correct.JPG" class="jive-image image-2" height="43" src="https://community.qlik.com/legacyfs/online/166434_correct.JPG" style="height: 43.0376px; width: 273px;" width="273" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any other ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your fast reply....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jun 2017 10:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348375#M831336</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-10T10:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: aggr / count function problem</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348376#M831337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might help if you can share a sample app where we can test it out. Right now the Excel file you shared only had data for Week2... which makes it difficult to test. May be with some more data, we might be able to figure something out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jun 2017 13:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348376#M831337</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-10T13:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: aggr / count function problem</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348377#M831340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;forgive my ignorance but I could not seem to find the attached file button here..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jun 2017 14:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348377#M831340</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-10T14:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: aggr / count function problem</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348378#M831342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Click on reply.&lt;/P&gt;&lt;P&gt;In the top-right corner, click on "Use advanced editor".&lt;/P&gt;&lt;P&gt;In the bottom-right corner, click on "Attach".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 06:51:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348378#M831342</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2017-06-12T06:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: aggr / count function problem</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348379#M831343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also look here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16454"&gt;Uploading a Sample&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 10:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348379#M831343</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-12T10:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: aggr / count function problem</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348380#M831344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sunny, thanks for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already attached my sample file, pls. advise if you are able to view it and hope you can help me work out&amp;nbsp; with my project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 00:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348380#M831344</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-13T00:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: aggr / count function problem</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348381#M831345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the issue here? Is there a specific object which isn't working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166640_Capture.PNG" style="height: 284px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 07:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348381#M831345</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-13T07:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: aggr / count function problem</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348382#M831346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;the above sample is the WK6 data&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;what I would like to do is, even if I don't choose a particular week , the numbers will reflect the latest WEEK data....&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;See attached for sample..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 07:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348382#M831346</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-13T07:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: aggr / count function problem</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348383#M831347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi onno, sorry i missed out your instructions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just to let you know that I have used your tip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 08:03:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348383#M831347</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-13T08:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: aggr / count function problem</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348384#M831348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166649_Capture.PNG" style="height: 281px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 08:06:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348384#M831348</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-13T08:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: aggr / count function problem</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348385#M831349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to add another problem if I may please bear with me a little longer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added 3 columns in the table but the numbers are not exactly what I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="table.JPG" class="jive-image image-1" height="240" src="https://community.qlik.com/legacyfs/online/166651_table.JPG" style="height: 240.223px; width: 482px;" width="482" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 08:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348385#M831349</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-13T08:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: aggr / count function problem</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348386#M831350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you might not have added WEEK to your aggr dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166652_Capture.PNG" style="height: 170px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 08:38:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348386#M831350</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-13T08:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: aggr / count function problem</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348387#M831351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are a genius! and my angel!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is exactly what I need...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you so much for your time....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 11:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348387#M831351</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-13T11:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: aggr / count function problem</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348388#M831352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px;"&gt;Hi Sunny,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px;"&gt;It's me again.. I wanted to make a follow up question with my project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px;"&gt;If I need to get the sum total of HOURS base on the result of aggr formula, how do I modify this expression?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px;"&gt;SUM(Aggr(If(Count(DEVICE)=1,1,0),DEVICE,WEEK)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px;"&gt;thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: 13px;"&gt;Rita&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 00:57:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348388#M831352</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-16T00:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: aggr / count function problem</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348389#M831353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SUM(Aggr(If(Count(DEVICE)=1,&lt;SPAN style="color: #ff0000;"&gt;Sum(HOURS)&lt;/SPAN&gt;),DEVICE, WEEK)) &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 01:00:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348389#M831353</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-16T01:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: aggr / count function problem</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348390#M831354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;amazing!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am dumb in qlikview formula, always confused where and what to insert....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you so much!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 01:19:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-count-function-problem/m-p/1348390#M831354</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-16T01:19:03Z</dc:date>
    </item>
  </channel>
</rss>

