<?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: Show Result on Parent Row in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-Result-on-Parent-Row/m-p/1298057#M843393</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/159708_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Apr 2017 07:40:55 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2017-04-11T07:40:55Z</dc:date>
    <item>
      <title>Show Result on Parent Row</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Result-on-Parent-Row/m-p/1298055#M843391</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;i am facing the issue as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple data as:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="149" style="width: 148px; height: 65px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="64"&gt;CoL1&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;CoL2&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;CoL3&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;Result&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;Parent1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Activity1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Parent1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;Child1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Activity2&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Parent1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;Child2&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Activity3&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Parent1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;Child3&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Activity4&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Parent1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;Child4&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Activity5&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Parent1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;here i want to count the number of Activities performed on Parent+Child, and the result will be display &lt;STRONG style="text-decoration: underline;"&gt;on Parent row only&lt;/STRONG&gt;. which is not happening above. for above problem i written expression for result as :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AGGR(Distinct Count([CoL2]),[COL3])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected result will be :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="149" style="width: 148px; height: 65px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="64"&gt;CoL1&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;CoL2&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;CoL3&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;Result&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;Parent1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Activity1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Parent1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; 5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;Child1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Activity2&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Parent1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;Child2&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Activity3&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Parent1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;Child3&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Activity4&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Parent1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;Child4&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Activity5&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Parent1&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Is there a way to display the count for Parent row only not for Child.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;OR is their any other way to get this expect AGGR?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I hope I made myself clear.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rahul &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Result-on-Parent-Row/m-p/1298055#M843391</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show Result on Parent Row</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Result-on-Parent-Row/m-p/1298056#M843392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be, as in attached file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 07:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Result-on-Parent-Row/m-p/1298056#M843392</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-04-11T07:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Show Result on Parent Row</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Result-on-Parent-Row/m-p/1298057#M843393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/159708_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 07:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Result-on-Parent-Row/m-p/1298057#M843393</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-04-11T07:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Show Result on Parent Row</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Result-on-Parent-Row/m-p/1298058#M843394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use this for result -- &lt;STRONG&gt;Aggr(Count(TOTAL CoL2),CoL3)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then call Suppress Zero-Values and then place Null Symbol as Space. It will work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 07:42:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Result-on-Parent-Row/m-p/1298058#M843394</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-11T07:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Show Result on Parent Row</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Result-on-Parent-Row/m-p/1298059#M843395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But unfortunately i am using the Qlik Sense 2.2 enterprise edition. hence can you please send me&amp;nbsp; .qvf file or guide how to open the .qvw file in QlikSense ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 08:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Result-on-Parent-Row/m-p/1298059#M843395</guid>
      <dc:creator />
      <dc:date>2017-04-11T08:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show Result on Parent Row</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Result-on-Parent-Row/m-p/1298060#M843396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; i am using the Qlik Sense 2.2 enterprise edition. hence can you please send me&amp;nbsp; .qvf file or guide how to open the .qvw file in QlikSense ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 08:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Result-on-Parent-Row/m-p/1298060#M843396</guid>
      <dc:creator />
      <dc:date>2017-04-11T08:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Show Result on Parent Row</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Result-on-Parent-Row/m-p/1298061#M843397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 08:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Result-on-Parent-Row/m-p/1298061#M843397</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-04-11T08:47:04Z</dc:date>
    </item>
  </channel>
</rss>

