Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.9
Component:
taxonomy data
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Feb 2011 at 23:35 UTC
Updated:
13 Mar 2011 at 12:51 UTC
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.