Hi, can anyone tell me how to set up views_fusion so it works? I have read all the documentation and searched the forums, etc. but still no luck.

I want to display fields from 2 CCK-created node types (let's call them basic_details and further_info) in the same view.

further_info has a node reference field to basic_details.

I have added a nodefamily relation where basic_details is the parent and further_info is the child. (Is that right, or should it be the other way round?)

I have created two views, basicinfo and furtherinfo. basicinfo shows 2 fields from the basic_details type, and furtherinfo shows 2 fields from the further_info type (neither of which are the node reference field - should I have put that one in as well?). Both work individually.

Now, I try to create a fusion, with "fuse view" = basicinfo, "with view" = furtherinfo, "using" = nodefamily relation.

basicinfo now gives me a blank page, while if I edit the view, 2 blank entries have been added to the "Fields" box.

What's going on? What am I doing wrong? If anyone can help me I'd be unbelievably grateful.

Lucy