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

merlinofchaos’s picture

You 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.

Letharion’s picture

Status: Active » Fixed

Answered by Merlin.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.