I cannot get to work this situation, i need some help...
I have a content type as parent nodes and 4 content types as its children. These children have their CCK field, example as follow:
Clients (Content type, parent nodes)
- cl_data1 (unique field)
- cl_data2
- cl_data3
Address (Content type, child nodes)
- ad_data1
- ad_data2
- ad_data3
Reference (Content type, child nodes)
- rf_data1
- rf_data2
- rf_data3
I need a table view as this:
cl_data1 | ad_data3 | rf_data2 | ad_data1 | rf_data1 | cl_data2
xxxx | xxxxx | xxxx | xxxxx | xxxxx | xxxx
xxxx | -------- | ------ | xxxxx | xxxx | xxxx
xxxx | xxxxx | xxxx | -------- | ------- | ------
:
:
I'm little tired trying, i know how to view a child cck field and relate it with Relations with it parent node to show a parent node field... but cannot get to work my situation view. Please a little help here, thanks.
Comments
Comment #1
lechinex commentedI just saw the problem...
The "Node Hierarchy" module just doesn't show anything if the fields belong to multigroup fields.
When the fields are simple group, it works nice...
Any suggestion?
Comment #2
jbylsma commentedIs your issue the integration of CCK 3.0 and Views? Does Node Hierarchy break it in some way?