Hello,
I have the following content:
Node: 'Student' (with some cck fields)
Node: 'Marks' which references 'Student' (with some cck fields)
Node: 'Attendance' which references 'Student' (with some cck fields)
I want to create a view which shows:
Student | Marks | Attendance
Student1| Marks1| Attendance1
The problem is that I am getting the following output:
Student | Marks | Attendance
Student1| Marks1|
Student1| | Attendance1
Is there a way I can merge the two rows?
Thanks in advance,
Rajat
Comments
Comment #1
iamjon commentedRajat,
did you ever find a solution to this? if yes please update so others can benefit.
can you provide an export of your view and step by step duplication instructions using simple content types. it would also be really helpful if you can provide a screenshot of what you're trying to achieve.
changing status
Comment #2
iamjon commentedClosing from a lack of activity.