Posted by jamessw on October 2, 2012 at 11:57pm
Hi- I have a content type that is a set of colors (set up as unlimited values), and each is a hexadecimal value.
So, I have:
Node 1
#FFFFFF, #DDDDDD
Node 2
#FFFFFF
Node 3
#DADBAD
What I want to do is take these values and sort the view to look like this-
#FFFFFF (2)
#DADBAD
#DDDDDD
Can I do this with Views? I can't figure out how.
Comments
I think if you a) Add a
I think if you
a) Add a contextual filter on that field
b) And set it so the default is 'summary', you can get that view
Thanks!
Perfect! Thank you very much. It is working!
I did what nevets suggested,
I did what nevets suggested, but now I'm unable to use my themes to re-write the output of the field. Any ideas on how to change what is output when using contextual filters?
You need to look at the
You need to look at the "summary" template.