Hello,

i just try to create some views but in this case with storm i failed!

For example i want to create a blockview which is displayed at the node:organization!

I want to display the projects or tasks in this block, belonging to the organization which is showed.

Ok i set filter on nodetyp project/task or both, fields=node title, but arguments? I dont find the suitable arguments to restrict the results to the projects belonging to the organization.

CommentFileSizeAuthor
#2 arguments.JPG44.94 KBFuXXz
#2 arguments orga.JPG66.22 KBFuXXz

Comments

juliangb’s picture

Title: Create some Views » Organization_nid as argument in views
Assigned: FuXXz » Unassigned

Firstly, it'd be better to use separate views to display the projects and tasks as the fields they use are different.

Re the arguments, I think we may need to add support for this in the code. Can you confirm that organization_nid does not occur in the list of fields for possible arguments?

FuXXz’s picture

StatusFileSize
new66.22 KB
new44.94 KB

ok i have created a view only the one nodetype (projects) but there are only organization title arguments, no id

juliangb’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev
Category: support » feature
juliangb’s picture

Category: feature » support
Status: Active » Fixed

The way to handle this is to add a relationship to the organization, then use the standard nid field (but through that relationship) as an argument.

Status: Fixed » Closed (fixed)

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