<?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 Has a recent hierarchy thread been satisfied or deleted? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Has-a-recent-hierarchy-thread-been-satisfied-or-deleted/m-p/991939#M967980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;I recently took the time to research &amp;amp; assemble the following response for a Qlik Community user having issue with forming hierarchies with a delimited '&amp;gt;' chain.&amp;nbsp; He wanted to select nodes at a specific level and have interface objects toggle based on that. &lt;BR /&gt;&lt;BR /&gt;After forming this post, the thread disappeared.&amp;nbsp; So is the question answered?&amp;nbsp; Or was the thread deleted?&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica',sans-serif; font-size: 10pt; mso-ansi-language: EN;"&gt;Your hierarchy shows 4 tiers and you name them:&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; Corporate, Segment, Sub, &amp;amp; Site&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica',sans-serif; font-size: 10pt; mso-ansi-language: EN;"&gt;It appears your initial expressions has some issues.&amp;nbsp; There appears to be attempts to form matches between different hierarchy levels, and the usage of the GetFieldSelections() function needs a field name as an argument &lt;EM&gt;(you are passing it a formed string)&lt;/EM&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt;upper(SubField([HFM Entity],'&amp;gt;',2)&lt;/SPAN&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica',sans-serif; font-size: 10pt; mso-ansi-language: EN;"&gt; is going to extract the tails of [HFM Entity] entries from Segment, Sub, &amp;amp; Site&amp;nbsp; and you are attempting to match this on entries in [Corporate].&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica',sans-serif; font-size: 10pt; mso-ansi-language: EN;"&gt;Since [Corporate Entity] is the first layer of your hierarchy you need &lt;/SPAN&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt;Subfield([HFM Entity],'&amp;gt;',1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica',sans-serif; font-size: 10pt; mso-ansi-language: EN;"&gt;In your matching expressions.&amp;nbsp; Unless you misworded your question and you really want to match on the 2&lt;SUP&gt;nd&lt;/SUP&gt; tier of your hierarchy which is by ‘Segment’&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica',sans-serif; font-size: 10pt; mso-ansi-language: EN;"&gt;However, I would point out that your initial description does not make it clear what is happening between the fields [HFM Entity] &amp;amp; [Corporate Entity Name].&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica',sans-serif; font-size: 10pt; mso-ansi-language: EN;"&gt;These two fields could easily be associated in a single table, and having them so would simplify the UI expressions to do what you are attempting.&lt;BR /&gt; &lt;BR /&gt; Maybe take a look at the two examples below and expand your description of which structure you have in your data model, as it would clarify the approach for anyone attempting to assist.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: green; font-family: 'Courier New'; font-size: 9pt;"&gt;//** Unassociated HFM Entity to Corporate Entity Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: green; font-family: 'Courier New'; font-size: 9pt;"&gt;//** more complex UI expressions needed&amp;nbsp; because nothing is joined or within same table&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[&lt;BR /&gt; HFM Entity&lt;BR /&gt; A &amp;gt; B &amp;gt; C&lt;BR /&gt; A &amp;gt; B&lt;BR /&gt; F &amp;gt; G&lt;BR /&gt; F &amp;gt; G &amp;gt; H&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[&lt;BR /&gt; Segment Entity Name&lt;BR /&gt; B&lt;BR /&gt; G&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[&lt;BR /&gt; Corporate Entity Name&lt;BR /&gt; A&lt;BR /&gt; F&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: green; line-height: 107%; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;//** Associated HFM Entity to Corporate &amp;amp; Segment&lt;BR /&gt; //** less complex UI expressions needed&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="mso-bidi-language: AR-SA; mso-fareast-language: EN-US; line-height: 107%; color: blue; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-theme-font: minor-latin; font-family: 'Courier New'; mso-fareast-font-family: Calibri;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: blue; line-height: 107%; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;[&lt;BR /&gt; Corporate Entity Name, Segment Entity Name, HFM Entity, Depth&lt;BR /&gt; A, B, A &amp;gt; B &amp;gt; C, 3&lt;BR /&gt; A, B, A &amp;gt; B, 2&lt;BR /&gt; F, G, F &amp;gt; G, 2&lt;BR /&gt; F, G, F &amp;gt; G &amp;gt; H, 3&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Oct 2015 16:48:37 GMT</pubDate>
    <dc:creator>evan_kurowski</dc:creator>
    <dc:date>2015-10-04T16:48:37Z</dc:date>
    <item>
      <title>Has a recent hierarchy thread been satisfied or deleted?</title>
      <link>https://community.qlik.com/t5/QlikView/Has-a-recent-hierarchy-thread-been-satisfied-or-deleted/m-p/991939#M967980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;I recently took the time to research &amp;amp; assemble the following response for a Qlik Community user having issue with forming hierarchies with a delimited '&amp;gt;' chain.&amp;nbsp; He wanted to select nodes at a specific level and have interface objects toggle based on that. &lt;BR /&gt;&lt;BR /&gt;After forming this post, the thread disappeared.&amp;nbsp; So is the question answered?&amp;nbsp; Or was the thread deleted?&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica',sans-serif; font-size: 10pt; mso-ansi-language: EN;"&gt;Your hierarchy shows 4 tiers and you name them:&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; Corporate, Segment, Sub, &amp;amp; Site&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica',sans-serif; font-size: 10pt; mso-ansi-language: EN;"&gt;It appears your initial expressions has some issues.&amp;nbsp; There appears to be attempts to form matches between different hierarchy levels, and the usage of the GetFieldSelections() function needs a field name as an argument &lt;EM&gt;(you are passing it a formed string)&lt;/EM&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt;upper(SubField([HFM Entity],'&amp;gt;',2)&lt;/SPAN&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica',sans-serif; font-size: 10pt; mso-ansi-language: EN;"&gt; is going to extract the tails of [HFM Entity] entries from Segment, Sub, &amp;amp; Site&amp;nbsp; and you are attempting to match this on entries in [Corporate].&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica',sans-serif; font-size: 10pt; mso-ansi-language: EN;"&gt;Since [Corporate Entity] is the first layer of your hierarchy you need &lt;/SPAN&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Courier New'; font-size: 10pt; mso-ansi-language: EN;"&gt;Subfield([HFM Entity],'&amp;gt;',1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica',sans-serif; font-size: 10pt; mso-ansi-language: EN;"&gt;In your matching expressions.&amp;nbsp; Unless you misworded your question and you really want to match on the 2&lt;SUP&gt;nd&lt;/SUP&gt; tier of your hierarchy which is by ‘Segment’&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica',sans-serif; font-size: 10pt; mso-ansi-language: EN;"&gt;However, I would point out that your initial description does not make it clear what is happening between the fields [HFM Entity] &amp;amp; [Corporate Entity Name].&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica',sans-serif; font-size: 10pt; mso-ansi-language: EN;"&gt;These two fields could easily be associated in a single table, and having them so would simplify the UI expressions to do what you are attempting.&lt;BR /&gt; &lt;BR /&gt; Maybe take a look at the two examples below and expand your description of which structure you have in your data model, as it would clarify the approach for anyone attempting to assist.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: green; font-family: 'Courier New'; font-size: 9pt;"&gt;//** Unassociated HFM Entity to Corporate Entity Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: green; font-family: 'Courier New'; font-size: 9pt;"&gt;//** more complex UI expressions needed&amp;nbsp; because nothing is joined or within same table&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[&lt;BR /&gt; HFM Entity&lt;BR /&gt; A &amp;gt; B &amp;gt; C&lt;BR /&gt; A &amp;gt; B&lt;BR /&gt; F &amp;gt; G&lt;BR /&gt; F &amp;gt; G &amp;gt; H&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[&lt;BR /&gt; Segment Entity Name&lt;BR /&gt; B&lt;BR /&gt; G&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;[&lt;BR /&gt; Corporate Entity Name&lt;BR /&gt; A&lt;BR /&gt; F&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: green; line-height: 107%; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;//** Associated HFM Entity to Corporate &amp;amp; Segment&lt;BR /&gt; //** less complex UI expressions needed&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="mso-bidi-language: AR-SA; mso-fareast-language: EN-US; line-height: 107%; color: blue; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-theme-font: minor-latin; font-family: 'Courier New'; mso-fareast-font-family: Calibri;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: blue; line-height: 107%; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;INLINE&lt;/SPAN&gt; &lt;SPAN style="color: maroon; line-height: 107%; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;[&lt;BR /&gt; Corporate Entity Name, Segment Entity Name, HFM Entity, Depth&lt;BR /&gt; A, B, A &amp;gt; B &amp;gt; C, 3&lt;BR /&gt; A, B, A &amp;gt; B, 2&lt;BR /&gt; F, G, F &amp;gt; G, 2&lt;BR /&gt; F, G, F &amp;gt; G &amp;gt; H, 3&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="color: black; line-height: 107%; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2015 16:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Has-a-recent-hierarchy-thread-been-satisfied-or-deleted/m-p/991939#M967980</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2015-10-04T16:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Has a recent hierarchy thread been satisfied or deleted?</title>
      <link>https://community.qlik.com/t5/QlikView/Has-a-recent-hierarchy-thread-been-satisfied-or-deleted/m-p/991940#M967981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eso era mío Evan, lo siento por eso. Era grosero de mi parte pedir a su tiempo y luego abandonar este hilo. Vaya por delante y marcarlo correcta.&amp;nbsp; ~Toucan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 02:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Has-a-recent-hierarchy-thread-been-satisfied-or-deleted/m-p/991940#M967981</guid>
      <dc:creator>toucangulyayu</dc:creator>
      <dc:date>2015-10-14T02:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Has a recent hierarchy thread been satisfied or deleted?</title>
      <link>https://community.qlik.com/t5/QlikView/Has-a-recent-hierarchy-thread-been-satisfied-or-deleted/m-p/991941#M967982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Khom Pewter &amp;amp;lt;span class=&amp;amp;quot;icon-status-icon icon-partner&amp;amp;quot; title=&amp;amp;quot;Partner&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt; wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Eso era mío Evan, lo siento por eso. Era grosero de mi parte pedir a su tiempo y luego abandonar este hilo. Vaya por delante y marcarlo correcta.&amp;nbsp; ~Toucan&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Appreciate that, thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 20:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Has-a-recent-hierarchy-thread-been-satisfied-or-deleted/m-p/991941#M967982</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2015-10-14T20:14:40Z</dc:date>
    </item>
  </channel>
</rss>

