Hello, I have a view that shows the title and some fields of certain content.
I would like to link to this title to another view, showing more "complete" this content (like the node) but with a view ...

Comments

dawehner’s picture

Assigned: caionalves » Unassigned
Category: task » support
Priority: Critical » Normal

Updating the category and priority....
You have two views:
A:
- display fields
- title:
output as link:
path: viewb/[title]

B:
- argument: node title
- display what you want.

Did this helped? If not i could create two views which does this.
This is a very very basic support question.

merlinofchaos’s picture

Status: Active » Fixed

It'll be easier to use nid:

Fields:
nid -- set to 'exclude from display]
title -- set to rewrite, as link. Set path to viewbpath/[nid]

Then have viewb take nid as an argument and display whatever you need.

caionalves’s picture

Status: Fixed » Active

Was it right! Thank you very much!
=D

caionalves’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.