Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
page displays
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2011 at 18:25 UTC
Updated:
2 Jul 2011 at 13:39 UTC
Jump to comment: Most recent file
Comments
Comment #1
dawehnerThis is really not an easy task, sadly.
One approach which views have is the usage of "summary". Therefore create a product view, and add the term as contextual filter.
There you can specify to use a summary.
Comment #2
merlinofchaos commentedThe summary is easiest, using an argument for the term.
You can create a group by query. Under advanced enable 'group by'. Add two fields: Your term and the nid field. Set the group settings on the 'nid' to be count and set the term to be group results together. That should give you a basic count by term.
Comment #4
kiero63 commentedSorry to reopen this old subject but I can't find the "Group by" option inside views, I check the aggregation option but this make a display problem for me, the picture isn't shown.
I add a picture of my view if I missed to add something...
Thanks