I have the following in the code
{get-data:name=Implementation Lead}
and I get this result.
user: bmadison
email:[billy@madison.com]
fullName: Billy Madison
However, I don't need this much data. How can I display just user, or any other field? I tried the following, and it didn't work
{get-data:name=Implementation Lead.user}
Hi there,
My suggestion is to use the Reporting plugin, which can get this level of detail better. In this case:
{report-info:data:Implementation Lead > user:name}
You can pull out other fields as well, via the User Supplier. Eg:
{report-info:data:Impelementation Lead > user:full name}
Also, you can have it automatically link to the user's profile if you want:
{report-info:data:Implementation Lead > user:full name|link=true}
Hope that helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.