Posted by supradhan on October 8, 2012 at 4:09am
Hi all,
I need to relate the two blocks (created via views). I have the 'latest news' block and another block displaying 'press release'. But there is repeat of some nodes in 'latest news' and 'press release'. So, I want to prevent 'press release' block displaying already loaded nodes in 'latest news' block. Please help.
Is there any modules to solve this issue?
Thanks,
Comments
You might want to try a php
You might want to try a php filter on the 2nd view that filters out records that are already in the first view.