Hi there, I'm totally new to this, so probably I will say some nonsense or misunderstand some things.
Well, the case is that I want to create a view that display a field from a content, these fields should be rewritten as links to another view that should react to the argument sent from the first view, that would be the link text itself, so the second view, the one that receives the argument should display certain content filtered by the argument received.

Now I will exemplify it to be clearer:

Content type X

  1. Name: Saturn
    Type: Planet
    Observer: John
  2. Name: Earth
    Type: Planet
    Observer: Mary
  3. Name: Moon
    Type: Satellite
    Observer: John
  4. Name: Sun
    Type: Star
    Observer: Sally

First view (Observers) - This view list the field observer from the content type X-
John
Mary
Sally

Second view (Object observed by observer) (this one receives the observer name and displays all the objects observed by that observer)
if John: Moon / Saturn
if Mary: Earth
if Sally: Sun

I hope I could explain myself. So the case is that I have the feeling that this module would help me, but I don't know how, because I can not find any instruction of use, I would appreciate a lot if you could help me with this or indicate me where I should look for a solution.

Thanks a lot in advance for your comprehension and help

Comments

andrés chandía’s picture

Status: Active » Closed (outdated)