Hi again,
I have a list of values in a SP list, actually a list of people's names.
I am showing this list in a form using the List Lookup control (let's call this Control1).
I am then using a calculated field using ParseLookup (let's call this Control2) on Control1 to extract the selected name.
I am then trying to do a UserProfileLookup(Control2, "Manager") but this is always blank.
This normally works but the parselookup was a new element in the mix, i'm wondering can the userprofilelookup no longer work correctly on a parsed value?
thanks...