lookup filtered by user Home › Forums › vLooup for SharePoint › lookup filtered by user Tagged: Filter, Lookup This topic has 1 reply, 2 voices, and was last updated 8 years, 1 month ago by Alexander Bautz. Viewing 1 reply thread Author Posts October 12, 2016 at 01:04 #13604 Pedro RamosParticipant Hi Alexander, There will be a way to filter a lookup using a people picker column? Example: List one: Products column and People Picker column List two: Lookup to Products but filtered by the People Picker column Each user can see only corresponding products to your column People Picker Something similar to this post without answer https://spjsblog.com/forums/topic/pre-filtered-lookup-list/ Thanks and Thanks for this product October 14, 2016 at 18:42 #13646 Alexander BautzKeymaster Hi, You can put this in the “Write your own CAML-query” field in the vLookup config: <Where><Eq><FieldRef Name="NameOfPeoplePickerField" LookupId="true" /><Value Type="Integer"><UserID /></Value></Eq></Where> Replace “NameOfPeoplePickerField” with the internal name of your People picker. Alexander Author Posts Viewing 1 reply thread You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In