[support] Panels, views and arguments

Carl Wiedemann carl.wiedemann at gmail.com
Wed Feb 16 20:50:31 UTC 2011


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.

See http://gotdrupal.com/videos/drupal-views-relationships for an
introduction.


On Wed, Feb 16, 2011 at 1:45 PM, Joel Willers <joel.willers at sigler.com>wrote:

> 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.
>
>
>
> 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.
>
>
>
> This gave me no results.
>
>
>
> There seems to be a difference between the panel’s arguments and views
> contexts.  Any suggestions?
>
>
>
> Joel
>
> --
> [ Drupal support list | http://lists.drupal.org/ ]
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20110216/5cc621a6/attachment-0001.html 


More information about the support mailing list