By brooklynwebguy on
Ok, having struggled for several hours with the intricacies of filtering views dynamically with taxonomy and embedding them, I am now confronted with eliminating duplicates. Let's say I am filtering a view using two taxonomy terms, and there is a story out there with both terms. Is it possible to make the view return single values only?
Comments
I got it
In keeping with the running conversation I have been having with myself here, here is the answer:
Add a filter on Node:distinct when setting up the view.
Thank you for talking to
Thank you for talking to yourself out loud, that solution was just what I needed! :-)