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

I have a requirement display Document from SharePointonline Document Library that is Create by me.

So, I Add Content Query Web Part on Page and Configure as show on below image

Steps:- Edit Content Query Web Part and Additional Filters: Create By is equal to Me or Modified by [_Hidden] is Equal to Me.

But Display Error

Your query returned a greater number of results than the web application's query throttling limit. Please adjust the configuration of this Web Part or increase the throttling limit


Thanks
Akash Anand
Posted

Generally the error occurs when the list has reached the threshold limit (5K by default).

You can always increase the throttling limit for a particular list.

http://blogs.msdn.com/b/dinaayoub/archive/2010/04/22/sharepoint-2010-how-to-change-the-list-view-threshold.aspx[^]

However, I would not advice that and instead look to add more applicable filters which you can use.

If you cannot bend the rule, you have to abide. So if you cannot change the throttling limit, you should apply filters. E.g. get results in batches of 30 days
 
Share this answer
 
Hi Manas,

Thanks for replying. But my requirement for SharePoint Online/Office 365 site.

Please Suggest any appropriate way..



Thanks
Akash Anand
 
Share this answer
 
SharePoint online has lot of limitations. If it was SharePoint on premise, then the solution given by Manaj is right.

For SharePoint Online you need to some workaround as explained here.
Also refer this thread. It has the same issue what we are discussing here.
 
Share this answer
 
Hi Pradip,

Can i display SharePoint library document as current User level using Content Query Web part.

My requirement is Display all the document that created by current login user. Display in SharePoint Online Home.


Thanks
Akash Anand
 
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