I have a View that lists all terms and nodes associated with each term.
It is using Grid display (4 cols)
I want to print out term name and description at each row for one time only. Right now, Term name and descriptions are printed out 4 times. I think it is because term name and description are defined as fields of the View.
I want to print out term name and description in View header only so that I can avoid duplicates.
How can I do that?
Thanks.
Comments
Comment #1
merlinofchaos commentedYou could try using tokens to put the view name and description together in a field, and then 'grouping' on that field. It will create separate grids for each group, though, which may not be what you want.
Comment #2
Letharion commentedAnswered by Merlin.