I was just starting to use D7 and was trying to set up a system where people can add a couple of types of content and associate them with each other using nodereference.
I want users to be able to see and work with their own content.
To achieve this in D6, I used a view for no-dementation.
In D6, I used the argument: user: uid, and if there is no argument, it uses the user ID of the logged-in user. This will return all content that was created by the user.
I was not able to figure out how to do this in Views 3?
received: you first need to add user relationships, then you will see new filters and context filters - one of which is the "current user" or something like that
source share