<?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: Compare the 2 list boxes which contain hierarchy in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Compare-the-2-list-boxes-which-contain-hierarchy/m-p/581271#M215891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help or suggestions from anyone on this please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 20 Apr 2014 16:41:58 GMT</pubDate>
    <dc:creator>qlikviewforum</dc:creator>
    <dc:date>2014-04-20T16:41:58Z</dc:date>
    <item>
      <title>Compare the 2 list boxes which contain hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-the-2-list-boxes-which-contain-hierarchy/m-p/581270#M215890</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;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Is it possible to compare the two list which contains the hierarchy and highlight only those which are not there in one another. Can someone please help me on that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Basically I'm trying to load the old and new hierarchy into a qvw. Later I'm showing the hierarchy in a list box. Now the user would like to know what was new thing that got added into new hierarchy. So whatever is new but in hierarchy I want to highlight only those values. Could you please help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;It is little urgent&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 15:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-the-2-list-boxes-which-contain-hierarchy/m-p/581270#M215890</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-04-15T15:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Compare the 2 list boxes which contain hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-the-2-list-boxes-which-contain-hierarchy/m-p/581271#M215891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help or suggestions from anyone on this please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Apr 2014 16:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-the-2-list-boxes-which-contain-hierarchy/m-p/581271#M215891</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-04-20T16:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Compare the 2 list boxes which contain hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-the-2-list-boxes-which-contain-hierarchy/m-p/581272#M215892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi qlikviewforum,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_114476_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/57658_QlikCommunity_Thread_114476_Pic1.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_114476_Pic3.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/57666_QlikCommunity_Thread_114476_Pic3.JPG.jpg" style="width: 620px; height: 468px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_114476_Pic2.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/57665_QlikCommunity_Thread_114476_Pic2.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13981232653666966" jivemacro_uid="_13981232653666966"&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AutoNumber(Hierarchy1) as %HierarchyID&lt;/P&gt;
&lt;P&gt;Inline [&lt;/P&gt;
&lt;P&gt;Hierarchy1&lt;/P&gt;
&lt;P&gt;Asia/China/Peking&lt;/P&gt;
&lt;P&gt;Asia/Japan/Tokyo&lt;/P&gt;
&lt;P&gt;Europe/Germany/Berlin&lt;/P&gt;
&lt;P&gt;Europe/UK/London&lt;/P&gt;
&lt;P&gt;Europe/France/Paris&lt;/P&gt;
&lt;P&gt;Europe/France/Lyon&lt;/P&gt;
&lt;P&gt;America/US/Washington&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;table2:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AutoNumber(Hierarchy2) as %HierarchyID&lt;/P&gt;
&lt;P&gt;Inline [&lt;/P&gt;
&lt;P&gt;Hierarchy2&lt;/P&gt;
&lt;P&gt;Asia/China/Peking&lt;/P&gt;
&lt;P&gt;Asia/Japan/Tokyo&lt;/P&gt;
&lt;P&gt;Europe/Germany/Berlin&lt;/P&gt;
&lt;P&gt;Europe/Germany/Hamburg&lt;/P&gt;
&lt;P&gt;Europe/UK/London&lt;/P&gt;
&lt;P&gt;Europe/France/Paris&lt;/P&gt;
&lt;P&gt;America/US/Washington&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 23:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-the-2-list-boxes-which-contain-hierarchy/m-p/581272#M215892</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-04-21T23:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Compare the 2 list boxes which contain hierarchy</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-the-2-list-boxes-which-contain-hierarchy/m-p/581273#M215893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;Thanks for your help! I have done in the following way. It will be useful for the other users who are looking for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First I have loaded the OLD hierarchy and then loaded the NEW hierarchy. While loading the new hierarchy using the LOOKUP function I have found what is new in the new hierarchy and flagged it as NotMatched. Then I used the same field in the list box selected the NotMatched value and I have locked it so that changes are highlighted in the hierarchy list box. Later I have hided the locked list box as it was no more required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further questions on this,&lt;/P&gt;&lt;P&gt;Now the new requirement from the customer is to highlight what is not there in the new hierarchy but it is there in the old hierarchy? I cannot again use the LOOKUP as I'm loading the old hierarchy first and then the new hierarchy. So to find out the what is there is in the old hierarchy but not there in the new hierarchy. I need to load the new hierarchy first and the old hierarchy. It is like loading the data again and again to achieve the result. This I want to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me out how to highlight the difference with something similar to what I did to compare the old and new hierarchy. Please let me know your suggestions. It is little urgent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 17:22:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-the-2-list-boxes-which-contain-hierarchy/m-p/581273#M215893</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-04-22T17:22:29Z</dc:date>
    </item>
  </channel>
</rss>

