You can probably get what you want using Views relationships. You should be able to create two relationships to get the reference from A->Parent, and then from Parent->B.<div><br></div><div>See <a href="http://gotdrupal.com/videos/drupal-views-relationships">http://gotdrupal.com/videos/drupal-views-relationships</a> for an introduction.<br>
<br><br><div class="gmail_quote">On Wed, Feb 16, 2011 at 1:45 PM, Joel Willers <span dir="ltr"><<a href="mailto:joel.willers@sigler.com">joel.willers@sigler.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div lang="EN-US" link="blue" vlink="purple"><div><p class="MsoNormal">I thought I had this one beat, but I’m afraid I can’t get it to work. I am creating a page that have a complex data structure. There is a parent content type and two children content types. While viewing child A, I want to be able to link have the nid of Child B. </p>
<p class="MsoNormal"> </p><p class="MsoNormal">I created a context view that, when passed the argument of the nid of child A, it returns the nid of the parent. I then created a view that I inserted into a panel, trying to use that context view as an argument, that, when passed the parent’s nid, returns the nid of the child B. </p>
<p class="MsoNormal"> </p><p class="MsoNormal">This gave me no results. </p><p class="MsoNormal"> </p><p class="MsoNormal">There seems to be a difference between the panel’s arguments and views contexts. Any suggestions? </p>
<p class="MsoNormal"> </p><font color="#888888"><p class="MsoNormal">Joel</p></font></div></div><br>--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></blockquote></div><br></div>