<?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: Hierarchy Vs Text in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hierarchy-Vs-Text/m-p/1003901#M341091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Transaction table consists of transaction data.&lt;/P&gt;&lt;P&gt;Hierarchy table consists of multiple hierarchies which are going to be varied with respect to time&lt;/P&gt;&lt;P&gt;Text table consists of text information of those hierarchies which are also going to vary based upon time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected Output&lt;/P&gt;&lt;P&gt;For a particular month we need to build a tree hierarchy and we need to get the text information for all those tree hierarchies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i select Jan Month Hier name should come as "N2" If its december it should be "N2" like this it needs to happen for entire hierarchy structure based upon the month selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="256"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="64"&gt;Node1&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;Node2&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;Node3&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="64"&gt;No Of Emp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="120" rowspan="6" style="border-top: none;" width="64"&gt;ROOT&lt;/TD&gt;&lt;TD class="xl66" rowspan="6" style="border-bottom: .5pt solid silver; border-top: none;" width="64"&gt;Hier&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="64"&gt;Hier1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="64"&gt;42&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none; border-left: none;" width="64"&gt;Hier2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="64"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none; border-left: none;" width="64"&gt;Hier3&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="64"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none; border-left: none;" width="64"&gt;Hier4&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="64"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none; border-left: none;" width="64"&gt;Hier5&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="64"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none; border-left: none;" width="64"&gt;Hier6&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="64"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vishnu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Nov 2015 03:58:20 GMT</pubDate>
    <dc:creator>vishnumusani</dc:creator>
    <dc:date>2015-11-17T03:58:20Z</dc:date>
    <item>
      <title>Hierarchy Vs Text</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Vs-Text/m-p/1003899#M341089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 tables namely as below. I want build a hierarchy model but here Hierarchy Data and its text data both are time dependent. I am able to achieve Time dependency between Hierarchy &amp;amp; Transaction table but not able to do same thing with its Text table to get its text information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Transaction:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Key&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count&lt;/P&gt;&lt;P&gt;01-01-2015&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; M1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;01-12-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; M1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hierarchy:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hier&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To&lt;/P&gt;&lt;P&gt;M1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-12-2014&amp;nbsp;&amp;nbsp;&amp;nbsp; 31-12-2014&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;M1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-01-2015&amp;nbsp;&amp;nbsp;&amp;nbsp; 31-01-2015&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hierarchyText&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Hier&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;M1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-12-2014&amp;nbsp;&amp;nbsp;&amp;nbsp; 31-12-2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;M1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-01-2015&amp;nbsp;&amp;nbsp;&amp;nbsp; 31-01-2015&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Could anyone please help me on this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Vishnu&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 15:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Vs-Text/m-p/1003899#M341089</guid>
      <dc:creator>vishnumusani</dc:creator>
      <dc:date>2015-11-16T15:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy Vs Text</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Vs-Text/m-p/1003900#M341090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you give the expected Output?&lt;/P&gt;&lt;P&gt;Do you mean "Hierarchy Text " table contains the text information?&lt;/P&gt;&lt;P&gt;if so, you can convert your From and To Field to Date field, right?&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P&gt;Date(Date#(From,'DD-MM-YYYY)) as From,&lt;/P&gt;&lt;P&gt;Date(Date#(To,'DD-MM-YYYY')) as To&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 16:55:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Vs-Text/m-p/1003900#M341090</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-11-16T16:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy Vs Text</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Vs-Text/m-p/1003901#M341091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Transaction table consists of transaction data.&lt;/P&gt;&lt;P&gt;Hierarchy table consists of multiple hierarchies which are going to be varied with respect to time&lt;/P&gt;&lt;P&gt;Text table consists of text information of those hierarchies which are also going to vary based upon time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected Output&lt;/P&gt;&lt;P&gt;For a particular month we need to build a tree hierarchy and we need to get the text information for all those tree hierarchies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i select Jan Month Hier name should come as "N2" If its december it should be "N2" like this it needs to happen for entire hierarchy structure based upon the month selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="256"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="64"&gt;Node1&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;Node2&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;Node3&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="64"&gt;No Of Emp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl69" height="120" rowspan="6" style="border-top: none;" width="64"&gt;ROOT&lt;/TD&gt;&lt;TD class="xl66" rowspan="6" style="border-bottom: .5pt solid silver; border-top: none;" width="64"&gt;Hier&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="64"&gt;Hier1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="64"&gt;42&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none; border-left: none;" width="64"&gt;Hier2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="64"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none; border-left: none;" width="64"&gt;Hier3&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="64"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none; border-left: none;" width="64"&gt;Hier4&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="64"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none; border-left: none;" width="64"&gt;Hier5&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="64"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none; border-left: none;" width="64"&gt;Hier6&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;" width="64"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vishnu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 03:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Vs-Text/m-p/1003901#M341091</guid>
      <dc:creator>vishnumusani</dc:creator>
      <dc:date>2015-11-17T03:58:20Z</dc:date>
    </item>
  </channel>
</rss>

