Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-3.x-dev
Component:
Views Data
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2009 at 08:10 UTC
Updated:
31 Mar 2010 at 23:10 UTC
I am trying to create a Node view that will display a CiviCRM Contributions view, as well as 2 Drupal nodes, included as attachments. I'd much rather just attach the nodes to a CiviCRM view, but that doesn't look possible. I'm still learning this module, but it seems there are different kinds of views, and none of them is able to take as attachments other types of view displays.
Maybe I don't know enough about this. Is it possible to combine a view of one type with fields from another? If not, is there better way? (I hope yes.)
Comments
Comment #1
esmerel commentedI'd guess you've probably figured this out or it's not relevant, given how old this issue is.
Views fields are all based on content/data - it doesn't matter what you have in one view, you can do whatever you want with other views.
I'm not really sure what you're trying to do here. You might be able to use views_attach, or maybe panels to do what you're looking for.