<?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: Re: Hierarchy Function not working properly in QV 11 SR4 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hierarchy-Function-not-working-properly-in-QV-11-SR4/m-p/548525#M204898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the below mentioned script.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;EM style="font-size: 8pt;"&gt; &lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Level1, Level2, Qty&lt;BR /&gt; , 1, &lt;BR /&gt;1,2,&lt;BR /&gt;1, 10, 1&lt;BR /&gt;1, 100, 0.01&lt;BR /&gt;1, 101, 0.05&lt;BR /&gt;1, 102, 0.99&lt;BR /&gt;2, 3, 1&lt;BR /&gt;2, 20, 0.95&lt;BR /&gt;2, 200, 5&lt;BR /&gt;2, 201, 0.08&lt;BR /&gt;3, 4, 2&lt;BR /&gt;3, 30, 1&lt;BR /&gt;4, 400, 0.09&lt;BR /&gt;4, 401, 0.07&lt;BR /&gt;4, 402, 3&lt;BR /&gt;10, 1000, 0.39&lt;BR /&gt;10, 1001, 0.10&lt;BR /&gt;10, 1002, 30&lt;BR /&gt;20, 2000, 0.78&lt;BR /&gt;20, 2001, 5&lt;BR /&gt;20, 21, 0.25&lt;BR /&gt;21, 2100, 3&lt;BR /&gt;21, 2101, 3&lt;BR /&gt;30, 3000, 0.5&lt;BR /&gt;30, 3001, 0.5&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;tmpHierarchy:&lt;BR /&gt;LOAD&lt;BR /&gt;Level1 as PARENT,&lt;BR /&gt;Level2 as Child,&lt;BR /&gt;Level2 as HierarchyLevel,&lt;BR /&gt;Qty&lt;BR /&gt;RESIDENT DATA;&lt;BR /&gt;DROP TABLE DATA;&lt;/P&gt;&lt;P&gt;ItemHierarchy:&lt;BR /&gt;Hierarchy(Child, PARENT, HierarchyLevel, ParentName, HierarchyLevel, Path, '/')&lt;BR /&gt;LOAD &lt;BR /&gt;Child,&lt;BR /&gt;PARENT,&lt;BR /&gt;HierarchyLevel,&lt;BR /&gt;Qty&lt;BR /&gt;RESIDENT tmpHierarchy;&lt;/P&gt;&lt;P&gt;DROP TABLE tmpHierarchy;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathish &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Nov 2013 10:47:25 GMT</pubDate>
    <dc:creator>sathishkumar_go</dc:creator>
    <dc:date>2013-11-20T10:47:25Z</dc:date>
    <item>
      <title>Hierarchy Function not working properly in QV 11 SR4</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Function-not-working-properly-in-QV-11-SR4/m-p/548522#M204895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have used "HIERARCHY" function in my application. It was used in QlikView 9. Same application i have refreshed in QlikView 11 SR4. refresh took more time and no of records increased. Herewith I have attached the QVW. In the attached QVW, I have refreshed in QV9 it gives 50 lines fetched. But same application I have refreshed in QV 11 SR4, It gives 383 lines. Is this bug in QlikView? Regards Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 08:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Function-not-working-properly-in-QV-11-SR4/m-p/548522#M204895</guid>
      <dc:creator>sathishkumar_go</dc:creator>
      <dc:date>2013-11-20T08:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy Function not working properly in QV 11 SR4</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Function-not-working-properly-in-QV-11-SR4/m-p/548523#M204896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In QV 9:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QV9.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/49239_QV9.PNG" style="width: 620px; height: 476px;" /&gt;&lt;/P&gt;&lt;P&gt;In QV 11 SR4:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QV 11 SR4.PNG" class="jive-image" src="/legacyfs/online/49240_QV 11 SR4.PNG" style="width: 620px; height: 474px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 08:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Function-not-working-properly-in-QV-11-SR4/m-p/548523#M204896</guid>
      <dc:creator>sathishkumar_go</dc:creator>
      <dc:date>2013-11-20T08:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy Function not working properly in QV 11 SR4</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Function-not-working-properly-in-QV-11-SR4/m-p/548524#M204897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post some data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 10:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Function-not-working-properly-in-QV-11-SR4/m-p/548524#M204897</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-11-20T10:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Hierarchy Function not working properly in QV 11 SR4</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Function-not-working-properly-in-QV-11-SR4/m-p/548525#M204898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the below mentioned script.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;EM style="font-size: 8pt;"&gt; &lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Level1, Level2, Qty&lt;BR /&gt; , 1, &lt;BR /&gt;1,2,&lt;BR /&gt;1, 10, 1&lt;BR /&gt;1, 100, 0.01&lt;BR /&gt;1, 101, 0.05&lt;BR /&gt;1, 102, 0.99&lt;BR /&gt;2, 3, 1&lt;BR /&gt;2, 20, 0.95&lt;BR /&gt;2, 200, 5&lt;BR /&gt;2, 201, 0.08&lt;BR /&gt;3, 4, 2&lt;BR /&gt;3, 30, 1&lt;BR /&gt;4, 400, 0.09&lt;BR /&gt;4, 401, 0.07&lt;BR /&gt;4, 402, 3&lt;BR /&gt;10, 1000, 0.39&lt;BR /&gt;10, 1001, 0.10&lt;BR /&gt;10, 1002, 30&lt;BR /&gt;20, 2000, 0.78&lt;BR /&gt;20, 2001, 5&lt;BR /&gt;20, 21, 0.25&lt;BR /&gt;21, 2100, 3&lt;BR /&gt;21, 2101, 3&lt;BR /&gt;30, 3000, 0.5&lt;BR /&gt;30, 3001, 0.5&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;tmpHierarchy:&lt;BR /&gt;LOAD&lt;BR /&gt;Level1 as PARENT,&lt;BR /&gt;Level2 as Child,&lt;BR /&gt;Level2 as HierarchyLevel,&lt;BR /&gt;Qty&lt;BR /&gt;RESIDENT DATA;&lt;BR /&gt;DROP TABLE DATA;&lt;/P&gt;&lt;P&gt;ItemHierarchy:&lt;BR /&gt;Hierarchy(Child, PARENT, HierarchyLevel, ParentName, HierarchyLevel, Path, '/')&lt;BR /&gt;LOAD &lt;BR /&gt;Child,&lt;BR /&gt;PARENT,&lt;BR /&gt;HierarchyLevel,&lt;BR /&gt;Qty&lt;BR /&gt;RESIDENT tmpHierarchy;&lt;/P&gt;&lt;P&gt;DROP TABLE tmpHierarchy;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathish &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 10:47:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Function-not-working-properly-in-QV-11-SR4/m-p/548525#M204898</guid>
      <dc:creator>sathishkumar_go</dc:creator>
      <dc:date>2013-11-20T10:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Hierarchy Function not working properly in QV 11 SR4</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Function-not-working-properly-in-QV-11-SR4/m-p/548526#M204899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does look like a bug - both in QV9 and in QV11. It should create 25 lines, not 50 (QV9) and certainly not 382 (QV11). I'll report it to our testers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works fine if you avoid the resident loads, e.g. by&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ItemHierarchy:&lt;/P&gt;&lt;P&gt;Hierarchy(Child, PARENT, HierarchyLevel, ParentName, HierarchyLevel, Path, '/')&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; Level1 as PARENT,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Level2 as Child,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Level2 as HierarchyLevel,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Qty&lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;Level1, Level2, Qty&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 12:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Function-not-working-properly-in-QV-11-SR4/m-p/548526#M204899</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-11-20T12:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Hierarchy Function not working properly in QV 11 SR4</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Function-not-working-properly-in-QV-11-SR4/m-p/548527#M204900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the attached QVW, I am able to refresh in QV9 and "HIERARCHY" is working properly.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QV9.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/49352_QV9.PNG" /&gt;&lt;/P&gt;&lt;P&gt;IN QV9, 490,279 LINES FETCHED. But hierarchy works correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But same QVW, I am not able to refresh in QV 11 SR4.&lt;/P&gt;&lt;P&gt;In QV11 SR4:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qv11.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/49353_qv11.PNG" /&gt;&lt;/P&gt;&lt;P&gt;it still refreshing...&lt;/P&gt;&lt;P&gt;I believe its an QlikView bug. because same application with same script, QV9 is working fine but In QV 11, gives more records and keep on refreshing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me to resolve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 10:47:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Function-not-working-properly-in-QV-11-SR4/m-p/548527#M204900</guid>
      <dc:creator>sathishkumar_go</dc:creator>
      <dc:date>2013-11-21T10:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Hierarchy Function not working properly in QV 11 SR4</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Function-not-working-properly-in-QV-11-SR4/m-p/548528#M204901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No this is not a bug. It is the wanted behaviour. What happens here, is that you load your hierarchy from a table called "temp", that has &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;duplicate rows&lt;/EM&gt;&lt;/SPAN&gt; of the same node. It shouldn't. It should have one record per node. If a node has a duplicate, then all sub-nodes will be duplicated also. And you have plenty of nodes with more than 100 duplicates...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't you just create your path (for the tree-view list box) manually in the Master Calendar? There is really no need for a Hierarchy statement:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year &amp;amp; '^' &amp;amp; HalfYear &amp;amp; '^' &amp;amp; Quarter &amp;amp; '^' &amp;amp; Month &amp;amp; '^' &amp;amp; Day as Calendar_Level&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 12:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Function-not-working-properly-in-QV-11-SR4/m-p/548528#M204901</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-11-21T12:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy Function not working properly in QV 11 SR4</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Function-not-working-properly-in-QV-11-SR4/m-p/548529#M204902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henric, For me duplicate records is fine. But my question is&amp;nbsp; 1) Why duplicate lines will be more in QV11 SR4 compare to QV9? 2) If you see the above log file, In QV9 gives 490279 lines (I know some duplicate lines are fetched). But same application refreshed in QV11 SR4, It gives more than 40852500 lines? 3) Why Same script gives two different outputs (no.of records) in different qlikview version? Why I am saying, This is BUG. Because QV9 gives "490279 lines" (With duplicate records) But in QlikView 11 SR4 gives more than 40852500 lines (refresh not yet finished). Due to business logic, we can't avoid the resident loads. (Whatever I have attached is the dummy data). Recently my client have migrated to QV11 SR4 in Production environment. same application will works in QV9 (DEV Environment) but its not worked in Production environment (QV11 SR4). And also, I don't have rights to change the coding. which someone has developed and approved by client. Now, My client is asking 1) Hierarcht function works differently based on the QlikView versions? 2) If not means, why QV11 SR4 gives more records when compare to qv9? 3) In QV11 SR4, Refresh not yet completed. it still going on "Hierarchy" only ? I hope you can understand my question. Please clarify the above mentioned question. Sothat I will inform to the client. Regards Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 11:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Function-not-working-properly-in-QV-11-SR4/m-p/548529#M204902</guid>
      <dc:creator>sathishkumar_go</dc:creator>
      <dc:date>2013-11-22T11:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy Function not working properly in QV 11 SR4</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Function-not-working-properly-in-QV-11-SR4/m-p/548530#M204903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right that QlikView 9 works differently than QlikView 11, but as I see it QlikView 9 was too restrictive - it removed records if there were two records with the same node ID and the same parent ID. We have changed this, so that the developer is in control instead: If he wants to remove duplicates, he can do so with e.g. distinct. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run the following script in the two versions, and you'll see that they produce different numbers of records, and that the third record disappears in QV9.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hierarchy (NodeID, ParentID, NodeName)&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; RecNo() as RecNo,&lt;/P&gt;&lt;P&gt;&amp;nbsp; NodeID as NodeName &lt;/P&gt;&lt;P&gt;&amp;nbsp; inline&lt;/P&gt;&lt;P&gt;[NodeID, ParentID&lt;/P&gt;&lt;P&gt;Root,&lt;/P&gt;&lt;P&gt;Node1, Root&lt;/P&gt;&lt;P&gt;Node1, Root];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem in your model is that your source is not an adjacent nodes table. For instance, '2011-H1' should only have &lt;SPAN style="text-decoration: underline;"&gt;one parent&lt;/SPAN&gt; - '2011'. But in your source this node occurs 1086 times. Further, '2011-Q1' should also have only one parent - '2011-H1', but instead it has 540. The effect is multiplicative, so this quarter (&lt;EM&gt;and every sub-node&lt;/EM&gt;) will be generated 1086x540 times, i.e. &lt;STRONG&gt;&lt;EM&gt;half a million times&lt;/EM&gt;&lt;/STRONG&gt;. So I think you make a mistake when you say that "duplicate records is fine".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, the purpose of the Hierarchy prefix is to generate an expanded nodes table. But your initial master calendar is already a nice, proper, fix-level hierarchy in an expanded nodes format. &lt;SPAN style="text-decoration: underline;"&gt;So, you don't need the hierarchy prefix.&lt;/SPAN&gt; You already have the format you should have. All you need is to add a field "Calendar_Hierarchy" that you can use in a tree-view list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See more on &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-5334"&gt;http://community.qlik.com/docs/DOC-5334&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 14:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Function-not-working-properly-in-QV-11-SR4/m-p/548530#M204903</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-11-22T14:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy Function not working properly in QV 11 SR4</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Function-not-working-properly-in-QV-11-SR4/m-p/548531#M204904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henric, Thanks for your constant support and reply!!!! I am not aware, "HIERARCHY" function works differently in QV9 &amp;amp; QV11 SR4. Do we have any release notes for QLIKVIEW 11 SR4 which they have mentioned "HIERARCHY" function works differently compare to the previous version? Could you please share the release notes. Sothat I will forward the client for the same. I do agree with you, For this example I no need the hierarchy function. Its just create the combination of the fields and front view use the seperator "^". But I have no rights to change the existing coding without the client and proper approvals. If we want to change the existing scripting, We have to submit the proper proof to the client. That is what i am asking the QlikView release notes. Regards Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 10:38:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Function-not-working-properly-in-QV-11-SR4/m-p/548531#M204904</guid>
      <dc:creator>sathishkumar_go</dc:creator>
      <dc:date>2013-11-27T10:38:30Z</dc:date>
    </item>
  </channel>
</rss>

