The query tag has no wiki summary.
1
vote
3answers
113 views
Web service based CAML query breaks 5,000 item limit
I have a CAML query of the form shown below which is called via the Sharepoint web service interface to search the entire Sharepoint site containing 600,000 documents looking for documents:
...
3
votes
2answers
430 views
Jumping to a specific page within a SharePoint List
I was wondering what people think the best way is to jump to a specific page within a sharepoint list, taking into account performance considerations.
eg:
1) List with 1000 items in it
2) Each page ...
1
vote
2answers
95 views
Search Service Property Returns Nothing
I'm using the SharePoint query web service to search and return results. Everything is working great and I'm able to get back plenty of properties from the search. Some of the properties include ...
1
vote
1answer
63 views
Filter query by site property
I have set a crawled property at the site level using
$site.IndexPropertyKey.Add() and $site.Properties.Add()
I set the value of that property to "somevalue"
I full crawled.
I mapped it to a managed ...
1
vote
1answer
128 views
“Find Similar results” Fast search for sharepoint 2010
I trying to implement "find similar results" in fast search for sharepoint 2010.
Im using the docvector manage property and similarTo property(KeywordQuery property) for this.
I hv to pass the ...
1
vote
1answer
167 views
Send current user's parameter to External Content Type
Is it possible to send the current user's username as a parameter for my External Content Type query? I am on SharePoint 2010 Standard.
1
vote
1answer
217 views
Get all webs with certain property value
If I have a certain number of webs within my site collection, and those web have set some property, eg. web.Properties["foo"] = "bar". I'd like to get list of all the webs which have property foo set ...
0
votes
1answer
44 views
Displaying Reports on SharePoint
First of all, I must say that I'm new to this. I'm a 3rd year ICT & Business student and an intern in a international company. My assignment is to create a reporting service on the company's ...
0
votes
1answer
33 views
How to write queryXml to search out “88X211.doc” using keyword “211”?
I try to use following codes, but it does not work.
Results is
Status=ERROR_NO_RESULTS_FOUND
Total count =null. If I use "88x211", I can get the right result.
How to write queryXml to search out ...
0
votes
1answer
115 views
Grabbing a filter value via CEWP code behind
I have employed a Query String Filter to parse a value and send it to a chart web part.
now I would like to use this value in a CEWP to provide an explaination/clarification for the chart, but the ...
0
votes
1answer
41 views
How to make faster readable elements from the list?
I have an ASP Calendar, which shows elements from the list. If I try to bind the elements to the list, there are a lot of elements for example 35 429 elements. It takes up to 4 minutes to load this ...
0
votes
1answer
159 views
Query by user field returns wrong number of items
I'm trying to query a list in an eventreceiver through properties.List.GetItems (in the itemadding event). The field I'm filtering on is a 'Person or Group' field. But the query always returns all ...
1
vote
0answers
7 views
query a sharepoint 2010 list from excel vba to retrieve a specific record
I have created a SharePoint 2010 list with 2 relevant columns:
- Identification Key
- Version Number
I want to be able to query this SharePoint list from Excel VBA - passing the Identification Key to ...
1
vote
0answers
24 views
What CMIS services are required if Fast Search is used to query an external CMIS repository
For a repository to be CMIS compliant, it must implement a number of services. Query services are not mandatory. I want to incorporate a CMIS repository in SharePoint 2010 as an External Content Type. ...
0
votes
0answers
29 views
Is there a way to remove code from a sharepoint list?
Ok I have a custom built sharepoint list on a standard aspx page with no sharepoint header. With Sharepoint Designer I have set parameters on my list with several filters. On the page I have several ...
0
votes
0answers
49 views
Search Refinements and Search Core Results Query
I think this might be a bug in SP2013, but let me know your thoughts.
Using SP2013 I have a search page with a refinements panel and a search results web part. At that point all works perfect. The ...
0
votes
0answers
60 views
Append Text To Query only follows two restrictions
I have a people search page for our staffdirectory. I want to filter out some user profiles that are for generic accounts. I have the following in the 'Append Text To Query' box in the webpart.
...
0
votes
0answers
70 views
Access append query multiplying results to SharePoint
I have an Access 2010 query that uses two left joins between two tables (SQL below, both tables are linked SharePoint 2010 lists). When I run it as a Select query it produces 3,701 results - the ...
0
votes
0answers
373 views
Error: Report item expressions can only refer to fields within the current dataset scope, System_State, TFS 2010 WSS 3.0 Report Builder 2008 R2
When I add comments to the Burnrate and Burndown reports in Report Builder to the query (dsVelocity or dsBurndown) I get:
Error: The Field expression for the dataset 'dsVelocity' refers to the field ...
0
votes
0answers
78 views
Content Query migration
I'm doing a migration from 2007 to 2010 and one of the issues I've run up against is the Content Query Web part seems to come pre populated in my 07 install, and this behaviour overwrites my nice ...
0
votes
0answers
34 views
Update SP 2003 List with new data
I have an existing SP 2003 list that contains user updated data (rows) that I'd like to update based on a new list without changing the original entries. The new data is from a spreadsheet.
For ...
0
votes
0answers
96 views
SharePoint 2010 Query a column to generate report
I have created a document library and I need to create a query to receive data back mainly from a certain column I have made named "Status". The status field may have attributes like "1,2 and 3". So, ...

