<?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: Finding other children in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Finding-other-children/m-p/532205#M198861</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, so if i understand you correctly i can achieve the same thing by doing something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main:&lt;/P&gt;&lt;P&gt;LOAD Parent, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Child,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ChildFullname,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T2:&lt;/P&gt;&lt;P&gt;LOAD Parent, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Child as T2.child,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Dec 2013 10:51:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-05T10:51:00Z</dc:date>
    <item>
      <title>Finding other children</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-other-children/m-p/532198#M198854</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;I have a list of names for parents and their kids. Every kid has one family and one family can have several kids. What I want to do know is to find one child's siblings by selecting that kid. For example: the Smith family have four kids, Aiden, Daniel, Matthew, and Elijah. Now if I select Aiden, I would like the table to show me the entire family, that is the names of all his siblings. I have attached a file, please have a look!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 09:53:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-other-children/m-p/532198#M198854</guid>
      <dc:creator />
      <dc:date>2013-12-05T09:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Finding other children</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-other-children/m-p/532199#M198855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nils&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is one possible solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 10:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-other-children/m-p/532199#M198855</guid>
      <dc:creator />
      <dc:date>2013-12-05T10:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Finding other children</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-other-children/m-p/532200#M198856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain the qualify and unqualify function ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 10:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-other-children/m-p/532200#M198856</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-12-05T10:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Finding other children</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-other-children/m-p/532201#M198857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this works perfectly! thank you! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would you mind however explaining a bit what you have done here &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 10:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-other-children/m-p/532201#M198857</guid>
      <dc:creator />
      <dc:date>2013-12-05T10:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Finding other children</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-other-children/m-p/532202#M198858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QUALIFY *&amp;nbsp; will prefix the field names by the name of the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let's say&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;Load A, B, C....from ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will give T1.A, T1.B, T1.C&lt;/P&gt;&lt;P&gt;this is an automatic alias&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unqualify field name will revoke Qualify for indicated fileds or * (all)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 10:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-other-children/m-p/532202#M198858</guid>
      <dc:creator />
      <dc:date>2013-12-05T10:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Finding other children</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-other-children/m-p/532203#M198859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tnx. how does the binary function enter in to this? and where do you actually load the data? i would have expected a FROM statement somewhere ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 10:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-other-children/m-p/532203#M198859</guid>
      <dc:creator />
      <dc:date>2013-12-05T10:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Finding other children</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-other-children/m-p/532204#M198860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nils&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;binary loads your qvw because I hadn't the xls file.&lt;/P&gt;&lt;P&gt;I added a second table link to your original thru Parent (actually don't do this but load a specific key in both tables like Parent as %P and unqualify %P)&lt;/P&gt;&lt;P&gt;So both tables are the same of deliver a 1 to n relation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 10:47:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-other-children/m-p/532204#M198860</guid>
      <dc:creator />
      <dc:date>2013-12-05T10:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Finding other children</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-other-children/m-p/532205#M198861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, so if i understand you correctly i can achieve the same thing by doing something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main:&lt;/P&gt;&lt;P&gt;LOAD Parent, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Child,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ChildFullname,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T2:&lt;/P&gt;&lt;P&gt;LOAD Parent, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Child as T2.child,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 10:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-other-children/m-p/532205#M198861</guid>
      <dc:creator />
      <dc:date>2013-12-05T10:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Finding other children</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-other-children/m-p/532206#M198862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes&amp;nbsp; exactly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my advice is you duplicate PArent field as %P because it is not recommanded to use key in graphs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 13:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-other-children/m-p/532206#M198862</guid>
      <dc:creator />
      <dc:date>2013-12-05T13:45:57Z</dc:date>
    </item>
  </channel>
</rss>

