By stellarvisions on
running: Views 6.x-2.7, Drupal 6.13, Taxonomy redirect 6.x-1.3
I have an argument working fine to display nodes from user-created taxonomy terms from a vocabulary called 'stacks'.
However, I also want to use a term from a *different* vocabulary to group the results by category.
I can accomplish either one, no problem, but cannot seem to do both together. What is happening now is that the first vocabulary term (stacks) also displays as a grouping heading (redundantly) and no terms from the other vocabulary appear at all.
any ideas?
Comments
solved with workaround
I solved it by using the module content taxonomy -- bringing one of the vocabularies into a data field where it can be easily called upon in views, leaving the original vocabulary to provide the term.
---
Stella Gassaway
principal
stellarvisions : communication architects
http://www.stellarvisions.com
We design culture-driven tools™
that shape how information is
organized, displayed, shared, and
experienced.
Thank you
thank you very much it is working fine for me.