<?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: Problem in Tree structure in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-in-Tree-structure/m-p/879335#M306958</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;put&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;='(' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;[HFM Entity Tree]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;,'|') &amp;amp; ')'&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; in your search string.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;it should work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PSA for a demo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jul 2015 19:47:49 GMT</pubDate>
    <dc:creator>Qrishna</dc:creator>
    <dc:date>2015-07-16T19:47:49Z</dc:date>
    <item>
      <title>Problem in Tree structure</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Tree-structure/m-p/879330#M306953</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;I have one tree structure , but in that the problem was , if i was selecting the parent node then it is not selecting its all the childs , so for removing that issue i have created the trigger for that field, &lt;/P&gt;&lt;P&gt;Trigger Name : Select in Field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in Field option i have written &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[HFM Entity Tree]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)&amp;gt;0, 'HFM Entity Tree') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in string Field i have written &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;='(' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;({1&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[HFM Entity Tree]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;$(=concat(chr(39) &amp;amp; [HFM Entity Tree] &amp;amp; '*' &amp;amp; chr(39), ','))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;distinct&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[HFM Entity Tree]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'|') &amp;amp; ')' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;every thingh is working fine after that , but in one case it is failing &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Please see the below screenshot, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;IMG alt="xcv.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/92937_xcv.jpg" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;When i am selecting the TerexUtilities&amp;nbsp; there are two values are selected. and if i am selecting TerexUtilitiesUSDist then it is working fine . &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;The problem is only that in my serch string i am making &lt;STRONG&gt;TerexUtilities* so it will serch for both the values . &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;So please help&amp;nbsp; me for any workaround.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 13:05:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Tree-structure/m-p/879330#M306953</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2015-07-15T13:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Tree structure</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Tree-structure/m-p/879331#M306954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you&amp;nbsp; have the '*' in there?&amp;nbsp; It seems like it's unnecessary.&amp;nbsp; If you took that part out, it would work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 16:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Tree-structure/m-p/879331#M306954</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2015-07-15T16:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Tree structure</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Tree-structure/m-p/879332#M306955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If we are not using * here then parent Node selection will not work .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 10:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Tree-structure/m-p/879332#M306955</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2015-07-16T10:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Tree structure</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Tree-structure/m-p/879333#M306956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please help on this , i need some solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 18:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Tree-structure/m-p/879333#M306956</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2015-07-16T18:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Tree structure</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Tree-structure/m-p/879334#M306957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post a sample QVW.&amp;nbsp; I need the data to mess around with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 19:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Tree-structure/m-p/879334#M306957</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2015-07-16T19:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Tree structure</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Tree-structure/m-p/879335#M306958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;put&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;='(' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;[HFM Entity Tree]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;,'|') &amp;amp; ')'&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; in your search string.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;it should work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PSA for a demo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 19:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Tree-structure/m-p/879335#M306958</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-07-16T19:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Tree structure</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Tree-structure/m-p/879336#M306959</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;PFA the sample application what i am using ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" data-avatarid="-1" data-userid="77111" data-username="Nicole_Kowalsky" href="https://community.qlik.com/people/Nicole_Kowalsky" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #3778c7;"&gt;Nicole Smith&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks for your help but my problem is not solved because when i am not able to select the parent node .&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Requirement is that when i select parent node all its child selected.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 20:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Tree-structure/m-p/879336#M306959</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2015-07-16T20:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Tree structure</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Tree-structure/m-p/879337#M306960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;@&lt;STRONG style="font-style: inherit; font-size: 11.6999998092651px;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="77111" data-objecttype="3" href="https://community.qlik.com/people/Nicole_Kowalsky" style="font-weight: inherit; font-style: inherit; font-size: 11.6999998092651px; font-family: inherit; color: #3778c7;"&gt;Nicole Smith&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 11.6999998092651px;"&gt;Thanks for your help but my problem is not solved because when i am not able to select the parent node . &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 11.6999998092651px;"&gt;Requirement is that when i select parent node all its child selected.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 20:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Tree-structure/m-p/879337#M306960</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2015-07-16T20:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Tree structure</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Tree-structure/m-p/879338#M306961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the HierarchyBelongsTo function instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this blog post: &lt;A href="https://community.qlik.com/qlik-blogpost/3433"&gt;Unbalanced, n-level hierarchies&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f5faf0;"&gt;A user usually wants to make selections referring to the entire sub-tree, but the above solution does not have any field for this. To create such a field, you need the second hierarchy-resolving prefix – the &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;HierarchyBelongsTo&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You can find an example in the accompanying document &lt;A href="https://community.qlik.com/docs/DOC-5334"&gt;Hierarchies&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 04:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Tree-structure/m-p/879338#M306961</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-17T04:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Tree structure</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Tree-structure/m-p/879339#M306962</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;Instead of displaying as hierarchy you can go for Multiple listboxes so that there will be more flexibility for users to select.&amp;nbsp; LIke Group1, SubGroup1, SubGroup2 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jul 2015 00:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Tree-structure/m-p/879339#M306962</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-18T00:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Tree structure</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Tree-structure/m-p/879340#M306963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I changed the load script (to get the Depth field necessary for the trigger) and the trigger for the OnSelect action.&amp;nbsp; I've attached my copy of the QVW.&amp;nbsp; This works as you're expecting. !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2015 01:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Tree-structure/m-p/879340#M306963</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2015-07-19T01:04:17Z</dc:date>
    </item>
  </channel>
</rss>

