tempidope
tempidope

Reputation: 873

Sharepoint 2013 - Lookup item not working (Does not display value)

I have a Lookup value column in SharePoint 2013, which is linked to another field in the same list.

When I add a "New Item", this field is not showing any value whereas the field it's referring to on the same list does have a value.

Please note I'm looking for a solution/configuration that doesn't involve any code-related fix.

Upvotes: 0

Views: 1474

Answers (1)

tigerdi
tigerdi

Reputation: 612

If you are just looking up the value of a different column in the same list, you should just use a calculated column instead of lookup.

Lookups should look to a seperate list entirely. When you select Calculated Column as the type, you should see the formula settings below. You can then select the column name you want from the list on the right.

Upvotes: 0

Related Questions