- This topic is empty.
- AuthorPosts
-
- 06/29/2015 at 3:21 am #7113
AnonymousParticipantHi ,
n
There has a workaround for you. You need to set the index for the search fields. For example, you set a CAML for the “Title” field, so you need to create an index for the “Title” field.
n
This threshold is the limitation for SharePoint, it will be ignore if you are in the administrators group. For the performance consideration, I suggest that use the CAML filter(you are suing that) or turn on the “Turn On List Searcher Mode” option in qListView. But all the fields you are using to search must have an index.
n
n
- 06/30/2015 at 3:10 am #7486
AnonymousParticipantHi ,
n
Yes, you can use it in qSelector too.
n
About the #296799, the detail of this ID is: user turn on the “Turn On List Searcher Mode” setting in qListView, and query the data by using some search criteria, but the returned data exceeds the threshold, the search panel is gone, and user unable to reset the search criteria.
n
The web parts are not query the data form the view, they design to get the data form the list directly for some advance features. So for the performance consideration, we follow Microsoft suggestion and didn’t ignore the SharePoint threshold.
n
n
- 06/30/2015 at 12:37 pm #7114
AnonymousParticipantHi ,
n
Thanks for the response. I'll give that a try.
n
Will I be able to select using qSelector too, once the "Title" field is indexed? Many of our pages use this feature, and that too is failing on this list.
n
Also, I see in the release notes for version 6.4 that one of the resolved issues is: "qListView gets error if the number of the items in the list exceeds the list view threshold", Issue ID 296799. Will that resolve this particular issue?
n
Thanks again.
n
n
- 07/01/2015 at 12:59 pm #4664
AnonymousParticipantGreetings,
n
We are running SP 2010 and QuickApps 6.3. We have a list containing 11,000+ rows. Using a native SP view with a filter, my query returns 4 rows.
n
When I attempt to do the same query using a qListView web part and a CAML filter, I get the error “The attempted operation is prohibited because it exceeds the list view threshold enforced by the administrator”.
n
Why does the qListView query not return the same 4 rows?
n
I’ve seen several discussions on this subject in the forum. One said it was being addressed in version 5.7. It seems like maybe this didn’t happen?
n
Other discussions suggested changing Central Admin or Configuration Editor settings. We use a SP service provider who will not change any of the default settings. And from what I’m reading, that’s probably a good thing.
n
I see in the release notes for 6.4 that one of the resolved issues is: “qListView gets error if the number of the items in the list exceeds the list view threshold”, Issue ID 296799. Will that resolve this issue?
n
We will be implementing 6.4 later this summer. in the meantime, is there a workaround for this issue? We have several productions lists approaching the threshold.
n
Thank you for any help you can provide.
n
- 07/01/2015 at 12:59 pm #7117
AnonymousParticipantHi ,
n
Thanks for the information and response. The indexing is working as described!
n
I'm having a slight issue with using qSelector on the indexed field. If I can't resolve it I'll create a new post.
n
Thanks again!
n
n
-
- AuthorPosts
You must be logged in to reply to this topic.