Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I have one list, in that I wanted to add more then 5000 items means rows. I wanted to add more then 5000 items in the list but it's not allow me to add times more then that. It Shows some error there and go.


How can I do that do anybody have any idea about this?

Thanks
Posted
Updated 20-May-14 0:06am
v2
Comments
Stephen Hewison 20-May-14 6:08am    
Is a list of 5000 items a usable feature? Would a search or drill down through categories not be better solution?
CHill60 20-May-14 6:08am    
"shows some error" ... exact wording of that error please
AASHUTOSH ACHARYA 20-May-14 6:14am    
it is showing the below error
"This view cannot be displayed because it exceeds the list view threshold (5000 items) enforced by the administrator."

1 solution

See the responses to this TechNet post[^]. You can have more than 5000 items (but Stephen Hewison is spot on - better organisation of the data might be required). The post lists some ways of achieving that.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900