In Drupal I am working with a view that takes a couple of arguments; the nid argument is just passes along to the next page, but the other three arguments it uses to retrieve content. The problem seems to be that the view uses all arguments to retrieve content, which obviously doesn't work since the presence of nid will always return one single row.
So how do i perform the search (retrieve the content pages) using the three arguments while leaving nid intact as it needs to be passed to another page?