Hey i'm trying to filter a list for the currently displayed user in the mysites.
There is a list "projects" with all projects in it. If i navigate to some co-workers profile in the mysites he has a tab called "my projects" inside this tab i want to see every list item of the list "projects" which he has created.
I tried the out-of-the-box user context filter in various ways but i'm only receiving data which is connected to the currently logged in user.
I started a custom web part filter with the ITransformableFilterValues interface but im having problems writing it since i don't get how to pass the parameter from this filter webpart to the needed list.
If anybody could help me with the concept of this interface or propose some other solutions i'd be very glad!