Hello --

Still working out the finer points of embedded views. I have an embedded view of taxonomically related events and news. I would like this list to NOT contain the link to the page where it is embedded. I can't figure out how to do this with filters. First of all, I don't think I can filter at all on the node id -- which would be the most precise way -- and second, even if I filter on the node title, the closest I can come to "does not equal" in the operators is "does not contain". This won't work because it's conceivable that links I want in the list contain the title of the link I don't want in the list.

Anyone know what to do here?

Thanks.

Can anyone

Comments

brooklynwebguy’s picture

I think I just need to create an argument and populate it with the current node id. If this is not the way to do it, feel free to respond while I test it out.

brooklynwebguy’s picture

Either using an argument is not the way to do it or I am using the argument incorrectly. Adding the argument Node:Id does not equal returned nothing, not even the links I want.

Any ideas?