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

brooklynwebguy’s picture

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.

bpirkle’s picture

Thank you for talking to yourself out loud, that solution was just what I needed! :-)