This view cannot be displayed because it exceeds the list view threshold (5000 items) enforced by the administrator.
“This view cannot be displayed because it exceeds the list view threshold (5000 items) enforced by the administrator. To view items, try selecting another view or creating a new view. If you do not have sufficient permissions to create views for this list, ask your administrator to modify the view so that it conforms to the list view threshold.” And if you are more dig in to it, the error will be occur in your Web Parts Custom Scripts SharePoint Apps CAML Queries Which is related to that list. First we have a look why this is happening. The Live View Threshold is item count which is limited by SharePoint Administrator to process by SharePoint server at a time. Further elaborating when you are viewing or query (CAML, ODATA, and REST) against the list SharePoint will process the entire set of items to get the required results even though you have mentioned limits or filters unless it is not indexed. Thus when it is exceeding threshold limit (5000 default) SharePoint will throw ...