<?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 load Parent Child Record In QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-load-Parent-Child-Record-In-QlikView/m-p/924408#M319953</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Muchas Gracias&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Aug 2015 11:30:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-08-14T11:30:05Z</dc:date>
    <item>
      <title>How to load Parent Child Record In QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-Parent-Child-Record-In-QlikView/m-p/924402#M319947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dears&lt;/P&gt;&lt;P&gt;i want Show Parent Child Record In QlikView&lt;/P&gt;&lt;P&gt;Look Like This Sample.&lt;/P&gt;&lt;P&gt;Please Help Me.&lt;/P&gt;&lt;P&gt;Excel File Attach &lt;/P&gt;&lt;P&gt;&lt;IMG alt="3000.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96077_3000.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 10:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-Parent-Child-Record-In-QlikView/m-p/924402#M319947</guid>
      <dc:creator />
      <dc:date>2015-08-14T10:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to load Parent Child Record In QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-Parent-Child-Record-In-QlikView/m-p/924403#M319948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi leila, Hierarchy() and HierarchyBelongsTo() are used to create parent-child relations, as example:&lt;/P&gt;&lt;P&gt;Withlevels:&lt;/P&gt;&lt;P&gt;Hierarchy(A, B,C) &lt;/P&gt;&lt;P&gt;LOAD A, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, no labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ParentWithAllChilds:&lt;/P&gt;&lt;P&gt;HierarchyBelongsTo (A, B, C, 'ParentId', 'ParentName') &lt;/P&gt;&lt;P&gt;LOAD A, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, no labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create table boxes with fields from different trables to check the result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 10:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-Parent-Child-Record-In-QlikView/m-p/924403#M319948</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-08-14T10:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to load Parent Child Record In QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-Parent-Child-Record-In-QlikView/m-p/924404#M319949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben ,&lt;/P&gt;&lt;P&gt;Thank you for your answer&lt;/P&gt;&lt;P&gt;But I Can not Understand When Set In Load Script,&lt;/P&gt;&lt;P&gt;You can write a practical example (Excel File Attach).&lt;/P&gt;&lt;P&gt;i want Show in Chart Look Like Pivot Chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 10:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-Parent-Child-Record-In-QlikView/m-p/924404#M319949</guid>
      <dc:creator />
      <dc:date>2015-08-14T10:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to load Parent Child Record In QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-Parent-Child-Record-In-QlikView/m-p/924405#M319950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;First sheet table boxes to check how data is loaded.&lt;/P&gt;&lt;P&gt;2nd. sheet an example of pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when to set depends on script it can be anywhere, when you want or need to load the structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 10:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-Parent-Child-Record-In-QlikView/m-p/924405#M319950</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-08-14T10:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to load Parent Child Record In QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-Parent-Child-Record-In-QlikView/m-p/924406#M319951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is perfect Thanks,&lt;/P&gt;&lt;P&gt;Muchas Gracias&lt;/P&gt;&lt;P&gt;Can also be applied on the chart without Hierarchy Or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;HierarchyBelongsTo&lt;/SPAN&gt; in load Script.?&lt;/P&gt;&lt;P&gt;i want Load Clear in load Script And Pivot Show Hierarchy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 11:17:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-Parent-Child-Record-In-QlikView/m-p/924406#M319951</guid>
      <dc:creator />
      <dc:date>2015-08-14T11:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to load Parent Child Record In QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-Parent-Child-Record-In-QlikView/m-p/924407#M319952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;De nada. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know a way to do in chart, maybe there is a way using calculated dimensions but if exists it would be more complex than creating in script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 11:25:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-Parent-Child-Record-In-QlikView/m-p/924407#M319952</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-08-14T11:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to load Parent Child Record In QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-Parent-Child-Record-In-QlikView/m-p/924408#M319953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Muchas Gracias&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 11:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-Parent-Child-Record-In-QlikView/m-p/924408#M319953</guid>
      <dc:creator />
      <dc:date>2015-08-14T11:30:05Z</dc:date>
    </item>
  </channel>
</rss>

