<?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: Row count on generic chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Row-count-on-generic-chart/m-p/589324#M545281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will only be used in the browser, so I am limited.&amp;nbsp; I do want the count in the title - it's sort of a standard for other dashboards in the company.&amp;nbsp; This one is different in that the dynamically hidden/unhidden dimensions mess up the way I have counted before.&amp;nbsp; I was hoping that someone has crossed this bridge with hidden dimensions, perhaps in another context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Apr 2014 15:44:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-02T15:44:38Z</dc:date>
    <item>
      <title>Row count on generic chart</title>
      <link>https://community.qlik.com/t5/QlikView/Row-count-on-generic-chart/m-p/589322#M545279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me explain.&amp;nbsp; I have created a 'custom' report by loading the names of the columns that are available into a stand-alone table with a single column called FieldName.&amp;nbsp; I create a List Box for these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I load all of these corresponding columns from my dimension tables into a straight table.&amp;nbsp; I select 'Enable Conditional' for each of these, and then in the expression I put this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Index(GetFieldSelections(FieldName,',',20),'&amp;nbsp;&amp;nbsp; column name&amp;nbsp;&amp;nbsp; ') &amp;gt; 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus, only the columns that the user has selected will appear in the table.&amp;nbsp; This solves some problems for us as we can allow users to download their own data, with their own columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the tricky part: getting the row count.&amp;nbsp; Clearly there is a way that QlikView can do this - it puts the number down in the lower right corner of the window in designer!&amp;nbsp; But that is not available in AccessPoint.&amp;nbsp; There are standard ways to count rows in normal tables, like&lt;/P&gt;&lt;P&gt;Count(Aggr(1, Dim1, ....)).&amp;nbsp; Unfortunately, not all of the dimensions are displayed in this table.&amp;nbsp; I can't imagine what a nightmare it would produce to try and add conditional logic for each of the possible dimensions to that expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How does QlikView get the number in the lower right corner?&amp;nbsp; Is it available to us mortals?&amp;nbsp; Or can someone come up with a row count in this scenario?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 23:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-count-on-generic-chart/m-p/589322#M545279</guid>
      <dc:creator />
      <dc:date>2014-04-01T23:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Row count on generic chart</title>
      <link>https://community.qlik.com/t5/QlikView/Row-count-on-generic-chart/m-p/589323#M545280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Blair,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are you using the row count for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding the expression =NoOfRows(Total) seems to work in the body of the chart, but not in the title. It isn't clean or elegant&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; but if it is really important to add it will put the number of total rows on each line.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Not that it will help in this case (for the web browser view) - but I have used macros similar to the following and added triggers to update automatically when selections are made:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUB updatevRowCounter&lt;/P&gt;&lt;P&gt;SET object=ActiveDocument.GetSheetObject("TB01")&lt;/P&gt;&lt;P&gt;ActiveDocument.Variables("vRowCounter").SetContent object.GetNoOfRows, TRUE&lt;/P&gt;&lt;P&gt;END SUB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 01:03:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-count-on-generic-chart/m-p/589323#M545280</guid>
      <dc:creator />
      <dc:date>2014-04-02T01:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Row count on generic chart</title>
      <link>https://community.qlik.com/t5/QlikView/Row-count-on-generic-chart/m-p/589324#M545281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will only be used in the browser, so I am limited.&amp;nbsp; I do want the count in the title - it's sort of a standard for other dashboards in the company.&amp;nbsp; This one is different in that the dynamically hidden/unhidden dimensions mess up the way I have counted before.&amp;nbsp; I was hoping that someone has crossed this bridge with hidden dimensions, perhaps in another context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 15:44:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-count-on-generic-chart/m-p/589324#M545281</guid>
      <dc:creator />
      <dc:date>2014-04-02T15:44:38Z</dc:date>
    </item>
  </channel>
</rss>

