<?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 Show and Hide Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hierarchy-Show-and-Hide-Issue/m-p/313045#M580244</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, please find the attachment here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2012 17:33:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-02T17:33:26Z</dc:date>
    <item>
      <title>Hierarchy Show and Hide Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Show-and-Hide-Issue/m-p/313037#M580236</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In my Report i have a hierarchy there am showing and hiding list boxes based on selections,, i have attached a sample file&amp;nbsp; from the file Country to Region i have one arrow and Region to State one arrow and Country to State another arrow from the list&amp;nbsp; box if i select Austsrila then Region list box and Respective arrows are hidding third arrow is pointing(Country-&amp;gt; State) this is fine&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i select India the Country-&amp;gt; State arrow has to hide,, how can we implement this???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** for displaying and hiding of list boxes and arrows am using following set expression&lt;/P&gt;&lt;P&gt; =Count({&amp;lt;Type ={'Region'}, Loc ={'Right'}&amp;gt;} Desc) (Listbox Properties-&amp;gt;Layout-&amp;gt;Conditional Display)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 10:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Show-and-Hide-Issue/m-p/313037#M580236</guid>
      <dc:creator />
      <dc:date>2012-01-27T10:34:35Z</dc:date>
    </item>
    <item>
      <title>Hierarchy Show and Hide Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Show-and-Hide-Issue/m-p/313038#M580237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;in your country to state arrow, put this condition in &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;(Listbox Properties-&amp;gt;Layout-&amp;gt;Conditional Display)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Desc1&amp;lt;&amp;gt;'India',1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, when you select India, this arrow will itself hide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it answers your questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashutosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 17:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Show-and-Hide-Issue/m-p/313038#M580237</guid>
      <dc:creator />
      <dc:date>2012-01-27T17:16:19Z</dc:date>
    </item>
    <item>
      <title>Hierarchy Show and Hide Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Show-and-Hide-Issue/m-p/313039#M580238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnx Ashutosh, its working fine but in suppose if i have N number of entries in that Desc1 list in that how can we use abot condition..&lt;/P&gt;&lt;P&gt;&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;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 08:00:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Show-and-Hide-Issue/m-p/313039#M580238</guid>
      <dc:creator />
      <dc:date>2012-01-30T08:00:58Z</dc:date>
    </item>
    <item>
      <title>Hierarchy Show and Hide Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Show-and-Hide-Issue/m-p/313040#M580239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;For that you can make a group of those entries for which you don't want to show that arrow and that rather then putting condition on the base of one country you can put on the base of that group.&lt;/P&gt;&lt;P&gt;That way you need just one condition and that will work across all the entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it answers youe question. &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;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashutosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 10:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Show-and-Hide-Issue/m-p/313040#M580239</guid>
      <dc:creator />
      <dc:date>2012-01-30T10:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy Show and Hide Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Show-and-Hide-Issue/m-p/313041#M580240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thats fine but the arrow by default it is not hidden,it should hide by default based on selections the visibility and hide thing should work. because if we use clear(Tool Bar) then the arrow is comming up&amp;nbsp; in the sheet, please see the attached file&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;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 12:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Show-and-Hide-Issue/m-p/313041#M580240</guid>
      <dc:creator />
      <dc:date>2012-01-30T12:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy Show and Hide Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Show-and-Hide-Issue/m-p/313042#M580241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;For that you can just put one more check in your condition that Desc1 is not null then only show that line.&lt;/P&gt;&lt;P&gt;For example now your condition can be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Desc1='India' or IsNull(Desc1),0,1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, now if you don't select any Desc1 or select India then that line will not be shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just to give you an idea and this may not be the best way to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;Ashutosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 20:04:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Show-and-Hide-Issue/m-p/313042#M580241</guid>
      <dc:creator />
      <dc:date>2012-01-30T20:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy Show and Hide Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Show-and-Hide-Issue/m-p/313043#M580242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashutosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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; your expresion Its working for my example but in my&amp;nbsp; application i cant understand how to apply the same codition there here my attaching the file and am giving&amp;nbsp; a example so please look into this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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; In my file from the list box select this value ''aceoddu-ebmx-bvi330'' then from architecture only one ACE is visible remaining list boxes are hidden from the same you can see 2 arrow i want hide that small arrow also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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; Now clear selections this time arrow between Domain to ACE should hide. Same for another value &lt;/P&gt;&lt;P&gt;''acesdcu-ebmx-bvi330''. &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;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 14:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Show-and-Hide-Issue/m-p/313043#M580242</guid>
      <dc:creator />
      <dc:date>2012-02-01T14:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy Show and Hide Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Show-and-Hide-Issue/m-p/313044#M580243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Anil,&lt;/P&gt;&lt;P&gt;Please find the attached application.&lt;/P&gt;&lt;P&gt;In the attached application, I have made group of your items, I don't know how correct that will be in your scenario but&lt;/P&gt;&lt;P&gt;still it should give you an idea and will help you.&lt;/P&gt;&lt;P&gt;Always try to keep numeric conditions in the calculation conditions/show condition and they should not be too complex otherwise they can make your application quite slow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the application and try to understand the logic, if you still need help then get back to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;Ashutosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 17:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Show-and-Hide-Issue/m-p/313044#M580243</guid>
      <dc:creator />
      <dc:date>2012-02-02T17:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy Show and Hide Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-Show-and-Hide-Issue/m-p/313045#M580244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, please find the attachment here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 17:33:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-Show-and-Hide-Issue/m-p/313045#M580244</guid>
      <dc:creator />
      <dc:date>2012-02-02T17:33:26Z</dc:date>
    </item>
  </channel>
</rss>

