Hello all!
I have a long list of users which were imported out of a database into a SharePoint List and "mapped" to Objects.
for example:
Object   Name
______Â ______
Object1Â Name1
Object2Â Name2
Object3Â Name3
Object4Â Name4
             Textfield]
Now I´d like to add a new People Picker column to use a filter via ContentQuery Webpart aME].
for example:
Object   Name     NamePP
______Â ______Â Â ________
Object1Â Name1Â Â Â Name1
Object2Â Name2Â Â Â Name2
Object3Â Name3Â Â Â Name3
Object4Â Name4Â Â Â Name4
             /Textfield] NPeople Picker]
Is there a way to fill the column "NamePP" as a PeoplePicker with the names out of the column "Name?