<?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: Need to identify sets in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-to-identify-sets/m-p/1224298#M860560</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;&lt;/P&gt;&lt;P&gt;This is actually what I needed! Now in using this solution I've realized another scenario in the data, that I did not consider earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the resulting Sets I need to include, 2nd, 3rd, etc level connections. You know, like on LinkedIn, when you are connected to someone thru a mutual friend. Not directly connected. &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;So, in the screenshot below, Value A in Group 1 is connected to Value E in Group 3 and all is good. Now Value E in Group 3 is connected to Value F in Group 4. So, my resulting Set for A should also include the Value of F and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the screenshot the Desired Result column is what the final outcome needs to be.&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149109_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;Is this making sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example it is only going to 2nd level connections, but needs to go to 3rd, 4th, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jan 2017 14:31:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-01-11T14:31:39Z</dc:date>
    <item>
      <title>Need to identify sets</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-identify-sets/m-p/1224291#M860553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an interesting challenge that I'm sure is possible, but the solution is escaping me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data in a table as such&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Group&amp;nbsp;&amp;nbsp; Value&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; G&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result I need is as follows:&lt;/P&gt;&lt;P&gt;{A, B, C, D} and {E, F, G}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, in this example I have two sets of Values/Letters where no letter overlaps from one set to the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I need to all the different sets of letters that do not overlap any other sets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like for the solution to be done on the front end (not in the script) as the user may filter on the Values/Letters and get different results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is makes sense, but will try and explain better if the question is not clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and appreciate any help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-identify-sets/m-p/1224291#M860553</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need to identify sets</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-identify-sets/m-p/1224292#M860554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i dont see how you get from the sample data to the desired result. How are the sets related to the fields?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 13:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-identify-sets/m-p/1224292#M860554</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-01-10T13:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need to identify sets</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-identify-sets/m-p/1224293#M860555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Groups 1 and 2 are related because they both have a Value of 'A' in common. Then groups 2 and 3 are related because they both have a Value of 'C'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since group 4 (the last group) does not have any Values in common with groups 1, 2, and 3, this makes our first set consist of groups 1, 2 and 3. The Values for 1, 2 and 3 are A, B, C, D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then group 4 will be a set by itself consisting of E, F, G.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 13:43:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-identify-sets/m-p/1224293#M860555</guid>
      <dc:creator />
      <dc:date>2017-01-10T13:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need to identify sets</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-identify-sets/m-p/1224294#M860556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I understand - and I don't think that this will be easy (or even possible?) in the front end and it is likely to perform badly if your data set is large. This is because there are several steps in the analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be necessary to derive one or more flags in the load script and then you will have straightforward set expressions in the front end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 13:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-identify-sets/m-p/1224294#M860556</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-01-10T13:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need to identify sets</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-identify-sets/m-p/1224295#M860557</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;in case you might consider script solutions in the end, maybe this helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_245736_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149031_QlikCommunity_Thread_245736_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14840924679828188 jive_text_macro" jivemacro_uid="_14840924679828188"&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Group, Value&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, A&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, B&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, C&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, A&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, C&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, C&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, D&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, E&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, F&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, G&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Join LOAD Distinct&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value, Group as Group2&lt;/P&gt;
&lt;P&gt;Resident table1;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Join LOAD Distinct&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Group2, Value as Value2&lt;/P&gt;
&lt;P&gt;Resident table1;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Join LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Group,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Concat(DISTINCT Value2,', ') as Set,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AutoNumber(Concat(DISTINCT Value2,', ')) as SetNo&lt;/P&gt;
&lt;P&gt;Resident table1&lt;/P&gt;
&lt;P&gt;Group By Group;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabResult:&lt;/P&gt;
&lt;P&gt;LOAD Distinct&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Group,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SetNo&lt;/P&gt;
&lt;P&gt;Resident table1;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP Table table1;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&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>Tue, 10 Jan 2017 23:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-identify-sets/m-p/1224295#M860557</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-01-10T23:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need to identify sets</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-identify-sets/m-p/1224296#M860558</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;however, another more flexible solution (in terms of response to selections) might be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_245736_Pic2.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149032_QlikCommunity_Thread_245736_Pic2.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_245736_Pic3.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/149042_QlikCommunity_Thread_245736_Pic3.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_245736_Pic4.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/149043_QlikCommunity_Thread_245736_Pic4.JPG" style="height: auto; width: auto;" /&gt;&lt;IMG alt="QlikCommunity_Thread_245736_Pic5.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/149044_QlikCommunity_Thread_245736_Pic5.JPG" style="font-size: 10pt; height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_245736_Pic7.JPG" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/149046_QlikCommunity_Thread_245736_Pic7.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14840940706552612 jive_text_macro" jivemacro_uid="_14840940706552612"&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Group, Value&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, A&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, B&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, C&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, A&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, C&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, C&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, D&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, E&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, F&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, G&amp;nbsp;&amp;nbsp; &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 Distinct &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value, Group as Group2 &lt;/P&gt;
&lt;P&gt;Resident table1;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;table3:&lt;/P&gt;
&lt;P&gt;LOAD Distinct &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Group2, Value as Value2 &lt;/P&gt;
&lt;P&gt;Resident table2;&lt;/P&gt;
&lt;/PRE&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>Wed, 11 Jan 2017 00:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-identify-sets/m-p/1224296#M860558</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-01-11T00:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need to identify sets</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-identify-sets/m-p/1224297#M860559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the attach. Is not a very elegant solution and definitely it will be very slow for large data sets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2017 08:24:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-identify-sets/m-p/1224297#M860559</guid>
      <dc:creator>daveamz</dc:creator>
      <dc:date>2017-01-11T08:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need to identify sets</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-identify-sets/m-p/1224298#M860560</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;&lt;/P&gt;&lt;P&gt;This is actually what I needed! Now in using this solution I've realized another scenario in the data, that I did not consider earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the resulting Sets I need to include, 2nd, 3rd, etc level connections. You know, like on LinkedIn, when you are connected to someone thru a mutual friend. Not directly connected. &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;So, in the screenshot below, Value A in Group 1 is connected to Value E in Group 3 and all is good. Now Value E in Group 3 is connected to Value F in Group 4. So, my resulting Set for A should also include the Value of F and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the screenshot the Desired Result column is what the final outcome needs to be.&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149109_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;Is this making sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example it is only going to 2nd level connections, but needs to go to 3rd, 4th, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2017 14:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-identify-sets/m-p/1224298#M860560</guid>
      <dc:creator />
      <dc:date>2017-01-11T14:31:39Z</dc:date>
    </item>
  </channel>
</rss>

