<?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: How to use the Count Function that refers to a specific Object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-the-Count-Function-that-refers-to-a-specific-Object/m-p/1364664#M417833</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't reference the output of a chart (expression column) from another chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can create a virtual table with your expression using advanced aggregation and count the 'Y', something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum( Aggr( If( &lt;EM&gt;YourObjectExpresssion&lt;/EM&gt; = 'Y',1,0), [Student Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace the italic part with the expression that returns 'Y' or blank for each student.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3857"&gt;QlikView Technical Brief - AGGR.docx&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 May 2017 22:13:11 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2017-05-17T22:13:11Z</dc:date>
    <item>
      <title>How to use the Count Function that refers to a specific Object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-the-Count-Function-that-refers-to-a-specific-Object/m-p/1364663#M417832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me start use an example to better explain myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Object Id: O23&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="174" style="border: 1px solid rgb(0, 0, 0); width: 195px; height: 127px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Student Name&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Attendance&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Tom&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Steve&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;&lt;EM&gt;blank&lt;/EM&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Jackie&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Steph&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Y&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to have a separate Text Object that Counts the amount of Attendance's &lt;STRONG&gt;specific&lt;/STRONG&gt; to this table. Please let me know what the best expression would to solve this. &lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Many Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 21:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-the-Count-Function-that-refers-to-a-specific-Object/m-p/1364663#M417832</guid>
      <dc:creator>kfahri342</dc:creator>
      <dc:date>2017-05-17T21:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the Count Function that refers to a specific Object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-the-Count-Function-that-refers-to-a-specific-Object/m-p/1364664#M417833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't reference the output of a chart (expression column) from another chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can create a virtual table with your expression using advanced aggregation and count the 'Y', something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum( Aggr( If( &lt;EM&gt;YourObjectExpresssion&lt;/EM&gt; = 'Y',1,0), [Student Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace the italic part with the expression that returns 'Y' or blank for each student.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3857"&gt;QlikView Technical Brief - AGGR.docx&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 22:13:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-the-Count-Function-that-refers-to-a-specific-Object/m-p/1364664#M417833</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-05-17T22:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the Count Function that refers to a specific Object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-the-Count-Function-that-refers-to-a-specific-Object/m-p/1364665#M417834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is you are expecting output as Three?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 01:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-the-Count-Function-that-refers-to-a-specific-Object/m-p/1364665#M417834</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-18T01:35:54Z</dc:date>
    </item>
  </channel>
</rss>

