<?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: Limit # of Rows in Chart (Pivot Table) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698099#M539713</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;It don't work because of space in values of field AdhocFields.&lt;/P&gt;&lt;P&gt;You replace with&lt;/P&gt;&lt;P&gt;Count(Aggr(1,$(=Concat('['&amp;amp;AdhocFields&amp;amp;']',',')))) &amp;lt; 100000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Aug 2014 16:18:15 GMT</pubDate>
    <dc:creator>antoniotiman</dc:creator>
    <dc:date>2014-08-19T16:18:15Z</dc:date>
    <item>
      <title>Limit # of Rows in Chart (Pivot Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698083#M539697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Pivot Table in which the dimensions are conditionally enabled. The user selects from a list of dimensions and then the chart 'builds' itself just like a traditional pivot table in Excel. Dimensions can carry a varying level of granularity so I would like to have a calculated condition on the chart so that the user doesn't create a pivot with say more than 100K rows of data returned.&amp;nbsp;&amp;nbsp; Is there a way to set this calc condition so that the chart won't display if the combination of user selected dimensions and expressions would result in a chart with &amp;gt;100K rows? &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, 18 Aug 2014 14:07:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698083#M539697</guid>
      <dc:creator />
      <dc:date>2014-08-18T14:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Limit # of Rows in Chart (Pivot Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698084#M539698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like if(sum(aggr(1, DimA, DimB, ..., DimX)) &amp;lt; 100000,1,0). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 14:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698084#M539698</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-08-18T14:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Limit # of Rows in Chart (Pivot Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698085#M539699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with Rank() function. Can you provide sample data file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 14:21:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698085#M539699</guid>
      <dc:creator />
      <dc:date>2014-08-18T14:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Limit # of Rows in Chart (Pivot Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698086#M539700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example.&amp;nbsp; Let's say I do not want this pivot to calculate if the # of rows exceeds 10.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 15:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698086#M539700</guid>
      <dc:creator />
      <dc:date>2014-08-18T15:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Limit # of Rows in Chart (Pivot Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698087#M539701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert - this method works but only if I explicitly state the dimension, e.g Dim1, Dim2, Dim3.&amp;nbsp; The method I'm trying to develop sets a variable and I could not get your suggestion to work using if(sum(aggr(1,vDim1, vDim2, vDim3))&amp;lt;100000,1,0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if I have 20 possible dimensions to choose from but only 10 open variable slots - vDim1, vDim2,...,vDim10.&amp;nbsp; This is so the user can pick at most 10 dimensions.&amp;nbsp; So I think for your method to work I'd have to use&amp;nbsp; if(sum(aggr(1,Dim1, Dim2, Dim3,...Dim20))&amp;lt;100000,1,0) - essentially list every single possible dimension in the aggr.&amp;nbsp;&amp;nbsp; I will have 100+ possible dimensions in the list that the user can select so that'd get very lengthy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 15:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698087#M539701</guid>
      <dc:creator />
      <dc:date>2014-08-18T15:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Limit # of Rows in Chart (Pivot Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698088#M539702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, if you find an alternative (that doesn't involve macro's!), please let us know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 15:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698088#M539702</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-08-18T15:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Limit # of Rows in Chart (Pivot Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698089#M539703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;try like&lt;/P&gt;&lt;P&gt;Count(Aggr(1,$(=Concat(Dim,',')))) &amp;lt; 1000000&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 15:56:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698089#M539703</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-08-18T15:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Limit # of Rows in Chart (Pivot Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698090#M539704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Antonio - do you have any suggestion on getting this to work with a variable?&amp;nbsp; I've tried to change the =Concat(Dim...) to reference the my variable fields but cannot get the string to evaluate. My application is struggling to concatenate all of the Dim fields together (I have over 100).&amp;nbsp; I have 10 variable slots, vDim1 through vDim10, that the user can select from the list of 100 possible dimensions. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 17:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698090#M539704</guid>
      <dc:creator />
      <dc:date>2014-08-18T17:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Limit # of Rows in Chart (Pivot Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698091#M539705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;what is the value of vDim1,...,vDim10 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 08:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698091#M539705</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-08-19T08:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Limit # of Rows in Chart (Pivot Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698092#M539706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;vDim1: =subfield(concat(Dim,' | '),' | '),1)&lt;/P&gt;&lt;P&gt;vDim2: =subfield(concat(Dim,' | '),' | '),2)&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 11:35:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698092#M539706</guid>
      <dc:creator />
      <dc:date>2014-08-19T11:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Limit # of Rows in Chart (Pivot Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698093#M539707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;all the values of Dim are already in Concat(Dim,',').&lt;/P&gt;&lt;P&gt;When I select Pick Dimensions, values of Dim (Dim1,Dim2,...,Dimn)&lt;/P&gt;&lt;P&gt;are in Concat.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 13:26:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698093#M539707</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-08-19T13:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Limit # of Rows in Chart (Pivot Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698094#M539708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio - yes, that is correct, however in my real application I will have over 100 unique dims.&amp;nbsp; When I try to concatenate all of those dim fields together my application runs out of memory (on a 64bit PC).&amp;nbsp; This is why I am looking to adapt the string to use a variable since I've restricted that number to 10 possible dimension selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 14:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698094#M539708</guid>
      <dc:creator />
      <dc:date>2014-08-19T14:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Limit # of Rows in Chart (Pivot Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698095#M539709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If I understant You want limit of Dim to 10.&lt;/P&gt;&lt;P&gt;In Condition add&lt;/P&gt;&lt;P&gt;and Count(DISTINCT Dim) &amp;lt;= 10&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 14:19:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698095#M539709</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-08-19T14:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Limit # of Rows in Chart (Pivot Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698096#M539710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Antonio - perhaps I am misinterpreting your suggestion.&amp;nbsp; Please see the attached demo of my app.&amp;nbsp; There are 130 dimensions the user can select from and I'd like to limit them to only selecting 10 dimensions.&amp;nbsp; And back to the original question, I am trying to set a calculated condition so that the resulting pivot table does not exceed 100K rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: removed bad attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 14:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698096#M539710</guid>
      <dc:creator />
      <dc:date>2014-08-19T14:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Limit # of Rows in Chart (Pivot Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698097#M539711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;Your attachment is corrupted.&lt;/P&gt;&lt;P&gt;However, in calculated condition&lt;/P&gt;&lt;P&gt;Count(Aggr(1,$(=Concat(Dim,',')))) &amp;lt; 100000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Limit 100000&amp;nbsp; Rows)&lt;/P&gt;&lt;P&gt;and Count(DISTINCT Dim) &amp;lt;= 10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Limit selected Dimensions&amp;nbsp;&amp;nbsp; to 10)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 15:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698097#M539711</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-08-19T15:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Limit # of Rows in Chart (Pivot Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698098#M539712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hopefully this attachment works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 15:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698098#M539712</guid>
      <dc:creator />
      <dc:date>2014-08-19T15:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Limit # of Rows in Chart (Pivot Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698099#M539713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;It don't work because of space in values of field AdhocFields.&lt;/P&gt;&lt;P&gt;You replace with&lt;/P&gt;&lt;P&gt;Count(Aggr(1,$(=Concat('['&amp;amp;AdhocFields&amp;amp;']',',')))) &amp;lt; 100000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 16:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698099#M539713</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-08-19T16:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Limit # of Rows in Chart (Pivot Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698100#M539714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please explain what your formula is doing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(aggr(1, DimA, DimB, ..., DimX)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the same with count() and it is the same result. Also I am not understanding why do you put after aggr( first of all a "1". Without the 1 the formula is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And what does the result of the whole formula tell me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 15:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698100#M539714</guid>
      <dc:creator>chriys1337</dc:creator>
      <dc:date>2017-12-08T15:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Limit # of Rows in Chart (Pivot Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698101#M539715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works but eat a a lot of CPU.&lt;/P&gt;&lt;P&gt;Need a simple function like GetChartRowCount('CHARTID') ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 14:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698101#M539715</guid>
      <dc:creator>jhamard</dc:creator>
      <dc:date>2017-12-13T14:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Limit # of Rows in Chart (Pivot Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698102#M539716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count(Aggr(1,$(=Concat(Dim,','))))&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It works when you have &lt;SPAN style="text-decoration: underline;"&gt;only one measure&lt;/SPAN&gt; (or if all your measure can be aggregated at the same level).&lt;/P&gt;&lt;P&gt;It's complicated to explain to my client that there is no way to count the exact number of rows in my dynamic table ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 13:03:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-of-Rows-in-Chart-Pivot-Table/m-p/698102#M539716</guid>
      <dc:creator>jhamard</dc:creator>
      <dc:date>2018-01-16T13:03:53Z</dc:date>
    </item>
  </channel>
</rss>

