Question

Is there a limit to the amount of values I can lookup? When I search for the topic I only get hits on the number of lookup fields you can have in a list.

I have tested this a bit and it was working with ~5600 items, but that was also with the list item threshold bumped up to 6000 (from 5000). Is it related to that threshold or not at all? I can't find any documentation on this topic and would like to know if I need to worry about it breaking over time with more records being added.

Était-ce utile?

La solution 2

I tested this out and imported a list with ~6000 items in an environment with the default 5000 list view threshold. In another list I created a lookup column to that list. When I try and use the lookup field I get an error thrown as follows:

This is a lookup column that displays data from another list that currently exceeds the List View Threshold defined by the administrator (5000).

So it is confirmed that the amount of values you can have in a lookup field is whatever you have set for your list view threshold.

Autres conseils

Logically lookup field tries to find data inside another list. Hence the resource throttling setting for list get applies to lookup fields implicitly.

I was also unable to find any documentation which states this.

http://blogs.msdn.com/b/spses/archive/2013/12/02/sharepoint-2010-2013-list-view-lookup-threshold-uncovered.aspx This once states about the maximum lookup's we can have in a single list.

cannot create list item error: Throttled:Query exceeds lookup column threshold. This one proves list view throttling has relation with lookup fields.

Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top