<?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 Aggr formula in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggr-formula/m-p/371178#M493500</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz refer to attachment.&lt;/P&gt;&lt;P&gt;I want to find out query % month on month.&lt;/P&gt;&lt;P&gt;e.g. In this example, in 1st column, I want to find Count of "Duplicate" type query. This I got.&lt;/P&gt;&lt;P&gt;In 2nd column, I want total no. of "Duplicate" type query. In 2nd column, against each month, in front of "Duplicate", there should be same no. as 7 (sum of "Duplicate" queries across all months).&lt;/P&gt;&lt;P&gt;I tried with Count and Aggr function as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Textcount(Aggr(Textcount(QueryType),QueryType))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;What is wrong here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 May 2012 07:48:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-28T07:48:56Z</dc:date>
    <item>
      <title>Aggr formula</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-formula/m-p/371178#M493500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz refer to attachment.&lt;/P&gt;&lt;P&gt;I want to find out query % month on month.&lt;/P&gt;&lt;P&gt;e.g. In this example, in 1st column, I want to find Count of "Duplicate" type query. This I got.&lt;/P&gt;&lt;P&gt;In 2nd column, I want total no. of "Duplicate" type query. In 2nd column, against each month, in front of "Duplicate", there should be same no. as 7 (sum of "Duplicate" queries across all months).&lt;/P&gt;&lt;P&gt;I tried with Count and Aggr function as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Textcount(Aggr(Textcount(QueryType),QueryType))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;What is wrong here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 07:48:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-formula/m-p/371178#M493500</guid>
      <dc:creator />
      <dc:date>2012-05-28T07:48:56Z</dc:date>
    </item>
    <item>
      <title>Aggr formula</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-formula/m-p/371179#M493501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand you right (and I'm not sure I do) you don't need Aggr() - try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TextCount(TOTAL &amp;lt;QueryType&amp;gt; Query)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 08:44:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-formula/m-p/371179#M493501</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-05-28T08:44:19Z</dc:date>
    </item>
    <item>
      <title>Aggr formula</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-formula/m-p/371180#M493502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i didnt realy understood what you want to do but first you need to change the expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Textcount(Aggr(Textcount(QueryType),QueryType)) to &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;sum(Aggr(Textcount(QueryType),QueryType))&lt;/EM&gt; as the inner textcount returns numbers you need to use sum in your expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 08:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-formula/m-p/371180#M493502</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2012-05-28T08:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr formula</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-formula/m-p/371181#M493503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Liron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per your suggestion, I rectified expression.&lt;/P&gt;&lt;P&gt;Still there is problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to attachment (where I applied your expression). I have written in Blue text boxes what output should occur instead of zeroes.&lt;/P&gt;&lt;P&gt;I hope this clarifies my query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 09:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-formula/m-p/371181#M493503</guid>
      <dc:creator />
      <dc:date>2012-05-28T09:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr formula</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-formula/m-p/371182#M493504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works perfect.&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>Mon, 28 May 2012 09:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-formula/m-p/371182#M493504</guid>
      <dc:creator />
      <dc:date>2012-05-28T09:02:11Z</dc:date>
    </item>
    <item>
      <title>Aggr formula</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-formula/m-p/371183#M493505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool.&amp;nbsp; Please close the thread by marking a correct answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 09:03:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-formula/m-p/371183#M493505</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-05-28T09:03:55Z</dc:date>
    </item>
  </channel>
</rss>

