<?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: count will increase when we use Hierarchy in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/count-will-increase-when-we-use-Hierarchy/m-p/107488#M761504</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be because of the following reason: &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Usually the input table has exactly one record per node and in such a case the output table will contain the same number of records. However, sometimes there are nodes with multiple parents, i.e. one node is represented by several records in the input table. If so, the output table may have more records than the input table.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptPrefixes/Hierarchy.htm" title="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptPrefixes/Hierarchy.htm"&gt;https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptPrefixes/Hierarchy.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Aug 2018 10:19:54 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2018-08-06T10:19:54Z</dc:date>
    <item>
      <title>count will increase when we use Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/count-will-increase-when-we-use-Hierarchy/m-p/107487#M761503</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 using below&amp;nbsp; code for&amp;nbsp; &lt;STRONG style="font-size: 13.3333px;"&gt;HIERARCHY &lt;/STRONG&gt;but my &lt;SPAN style="font-size: 13.3333px;"&gt;GeoCount&amp;nbsp; will increase &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HIERARCHY(CHILD_ID, PARENT_ID, [HQ], [Parent Name], [HQ], [Path Name], '/')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD Hqid AS [HQ Code],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hqname AS [HQ],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GeoLevelName AS [Level Name],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CHILD_ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PARENT_ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sgid as&amp;nbsp; GeoDivision,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GLevelIndi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GeoCount ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rmcount &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[HQMaster.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actual count is 477 for &lt;SPAN style="font-size: 13.3333px;"&gt;GLevelIndi 5 and&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;GeoDivision 2 but it is showing 41953.&lt;/SPAN&gt;&lt;/SPAN&gt;&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/count-will-increase-when-we-use-Hierarchy/m-p/107487#M761503</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: count will increase when we use Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/count-will-increase-when-we-use-Hierarchy/m-p/107488#M761504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be because of the following reason: &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Usually the input table has exactly one record per node and in such a case the output table will contain the same number of records. However, sometimes there are nodes with multiple parents, i.e. one node is represented by several records in the input table. If so, the output table may have more records than the input table.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptPrefixes/Hierarchy.htm" title="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptPrefixes/Hierarchy.htm"&gt;https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptPrefixes/Hierarchy.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 10:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-will-increase-when-we-use-Hierarchy/m-p/107488#M761504</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-08-06T10:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: count will increase when we use Hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/count-will-increase-when-we-use-Hierarchy/m-p/107489#M761505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please explain how to achieve this I mean I dont want&amp;nbsp; to disturb&amp;nbsp; Hierarchy but also want exact geocount i.e 477&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 10:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-will-increase-when-we-use-Hierarchy/m-p/107489#M761505</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2018-08-06T10:36:25Z</dc:date>
    </item>
  </channel>
</rss>

