I'm trying to pull off something quite complex.
I'm currently embedding user profile data such as user picture, join date, etc into content (nodes and comments) using the viewfield module
Now, I wish to add to this view another view that I use on user profiles, which draws a chart based on field values on nodes created by users. For some reason, I just can't get this to work. I can't get the view to see the context of the node being viewed's author.
I would need something like: show the values of field_x in node_type_y by the same author as the author of the current content.
Hoping someone is able to point me in the right direction. I can't figure out what I'm missing.