<?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: Table Diagram Count Rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-Diagram-Count-Rows/m-p/437352#M568265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The dimensions are complex expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of this dimensions (dim1) looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(if(count(if(startTime&amp;gt;= timestamp(date(today()-1)+'06:00:00'), if( startTime &amp;lt;= timestamp(date(today())+'06:00:00'),if(CompletionNr=-1,CompletionNr))))&amp;gt;0, count(if(startTime &amp;gt;= timestamp(date(today()-1)+'06:00:00'), if( startTime &amp;lt;= timestamp(date(today())+'06:00:00'),if(CompletionNr=-1,CompletionNr))))), KeyClientNrBackupsetID, TypDescription)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use this dimension as count in the diagram title the result is different to the count of another dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Oct 2012 10:55:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-22T10:55:50Z</dc:date>
    <item>
      <title>Table Diagram Count Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Diagram-Count-Rows/m-p/437349#M568262</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 table diagram with 6 very complex dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I want to show the number of rows (shown in the diagram) in diagram title. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 09:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Diagram-Count-Rows/m-p/437349#M568262</guid>
      <dc:creator />
      <dc:date>2012-10-22T09:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Table Diagram Count Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Diagram-Count-Rows/m-p/437350#M568263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there one dimension with a row of data for each dimension value?&lt;/P&gt;&lt;P&gt;In that case, you can do a count of the dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 09:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Diagram-Count-Rows/m-p/437350#M568263</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-22T09:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Table Diagram Count Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Diagram-Count-Rows/m-p/437351#M568264</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;U can write the expression like bellow in the tittle text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Diagram Tittle'&amp;amp; count(Your Dimension(Any one from your 6 Dimension))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope This helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kabilan K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 09:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Diagram-Count-Rows/m-p/437351#M568264</guid>
      <dc:creator />
      <dc:date>2012-10-22T09:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Table Diagram Count Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Diagram-Count-Rows/m-p/437352#M568265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The dimensions are complex expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of this dimensions (dim1) looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(if(count(if(startTime&amp;gt;= timestamp(date(today()-1)+'06:00:00'), if( startTime &amp;lt;= timestamp(date(today())+'06:00:00'),if(CompletionNr=-1,CompletionNr))))&amp;gt;0, count(if(startTime &amp;gt;= timestamp(date(today()-1)+'06:00:00'), if( startTime &amp;lt;= timestamp(date(today())+'06:00:00'),if(CompletionNr=-1,CompletionNr))))), KeyClientNrBackupsetID, TypDescription)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use this dimension as count in the diagram title the result is different to the count of another dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 10:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Diagram-Count-Rows/m-p/437352#M568265</guid>
      <dc:creator />
      <dc:date>2012-10-22T10:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Table Diagram Count Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Diagram-Count-Rows/m-p/437353#M568266</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;Count function Counts a 0 and null value also,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Myfield&lt;/P&gt;&lt;P&gt;12&lt;/P&gt;&lt;P&gt;13&lt;/P&gt;&lt;P&gt;14&lt;/P&gt;&lt;P&gt;15&lt;/P&gt;&lt;P&gt;null&lt;/P&gt;&lt;P&gt;0&lt;/P&gt;&lt;P&gt;16&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So here Count(Myfield)=7&amp;nbsp;&amp;nbsp; not&amp;nbsp; 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u want 5 or u want to avoid the &lt;STRONG&gt;null&lt;/STRONG&gt; and&lt;STRONG&gt; 0 &lt;/STRONG&gt;values while count&amp;nbsp;&amp;nbsp; use this ='Diagram Tittle&amp;nbsp; '&amp;amp;count({&amp;lt;Myfield-={'',0}&amp;gt;} Myfield)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kabilan K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 11:45:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Diagram-Count-Rows/m-p/437353#M568266</guid>
      <dc:creator />
      <dc:date>2012-10-22T11:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Table Diagram Count Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Diagram-Count-Rows/m-p/437354#M568267</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;my question is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show the number of rows of the table diagram in the title.&lt;/P&gt;&lt;P&gt;Is it necessary to create a if-statement in combination of all complex dimensions of the diagram to get the number of rows? Or is it possible to get the (count of the) content easier?&lt;/P&gt;&lt;P&gt;I have 6 complex dimensions and the if-statement in the title would be very complex.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 09:24:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Diagram-Count-Rows/m-p/437354#M568267</guid>
      <dc:creator />
      <dc:date>2012-10-23T09:24:27Z</dc:date>
    </item>
  </channel>
</rss>

