0
votes
1answer
39 views

Filtering Web Part on Lookup Field with multiple values

I'm looking to be able to filter a web part to show multiples values, based on a field in another web part that contains multiple values. The scenario I'm testing is: In a school environment, the ...
3
votes
1answer
47 views

Filter Webpart to match any column

I have a list of products with hundreds of entries. Each product has contact details with it as well as company information etc. I would like to be able to run a search on this list and return ...
0
votes
2answers
58 views

Filters get removed from external list when document is deleted from XsltListViewWebPart on same webpage

I have a webpage on Sharepoint 2010 that has: 1) An external list 2) A webpart that has XsltListViewWebPart referring to a document library When a filter is applied to External list, it filters out ...
0
votes
1answer
67 views

How do i create a static text filter on a list webpart

I would like to use a constant as a text filter on a SharePoint list webpart. I can add a text filter and use it to filter the list successfully, but I don't want a control and I never want to change ...
0
votes
0answers
46 views

Is there a way to prevent Excel Web Access from loading it's workbook on page load?

I have a sharepoint page that I am working with and it contains an Excel Web Access Web Part. That EWA Web Part is used to display and filter a large report that connects to an OLAP cube, and takes ...
1
vote
2answers
508 views

How to get value of List Filter web part in Javascript?

I use the SharePoint List Filter web part on a page to control several Data View Web Parts. How do I read the current value of the List Filter in Javascript?
0
votes
0answers
120 views

Inline editing filtered list web part does not save

On the welcome page for a document set, I have a list web part to display related tasks. The tasks are filtered via connection to a query string filter web part. I enabled inline editing for the ...
1
vote
1answer
243 views

Use one filter for multiple sharepoint lists

Can I define one list filter, and connect it to two lists on one web part page? I have two seperate lists on a page, both containing the 'author' column. Now, I want to add a filter to de page, so you ...
1
vote
0answers
113 views

Webpart Filter on Infopath Form Library

I have a webpart page that displays an infopath form, with the associated form library in list view next to the form. I'm trying to create a Sharepoint List filter webpart to show only forms with a ...
0
votes
1answer
36 views

COMException due to WebPart Connection while trying to Filter provider list web part

In SharePoint 2010 I see the following symptoms: We have three lists, looking up to one another in a chain. Sample: Vendors [30] as root; Projects [100], Looking up to Vendor; Deliverables ...
1
vote
1answer
192 views

How to filter a sharepoint list

I have a custom list called expenses. The list has fields such as user,date,amount etc. I want the user to be able to filter this list by amount e.g. add a dropdown above the list with a search ...
0
votes
1answer
474 views

How to add programmatically Sharepoint List Filter Wep Part?

I try to add Sharepoint List Filter Web Part to page. I'm not sure if it is Microsoft.SharePoint.Portal.WebControls.SpListFilterWebPart. How to add it to the page and configure? Update ...
1
vote
0answers
165 views

Custom filter provider web part and multiple values

I'm trying to build a custom filter provider that can detect the user language (the language selected in SharePoint by the user) and provide it as a filter. As a language can be represented in many ...
1
vote
1answer
658 views

Filter Multiple connections List (no-code solution)

I have a mission to create a filter for any field of my list, there are many. The connection is just made in the first filter, I cannot connect more than once... I've searched for code which would ...
1
vote
1answer
891 views

how to add a custom filter for a chart?

I have a list which contains multiple column. I have inserted the chart web part and its showing the graph based on the column list. Now i want to add a custom drop down filter which contains column ...
0
votes
0answers
237 views

Connect Date Filter Web Part to a List

I am currently trying to connect a Date Filter Web Part to a list, where the date filter will be filtering based on the list items Created feild. It connectes but the disconnects. Below are the steps ...
0
votes
2answers
204 views

increase List threshold or Custom Filter?

I have a list over 200,000 items in it. It's on normal threshold (2,000 items per view). Users want large threshold but there is price for that. SQL traveling/transaction, server overhead and the ...
2
votes
1answer
319 views

Creating a custom Filter Webpart in SandBox? How-To?

Since a little while now I've been trying to create a custom filter webpart in Sandbox. So far, it seems that all the usual ways to create a custom filter webpart programatically ina farm solution are ...
4
votes
1answer
402 views

Consumer+provider web part connections: output is asked before input

I created a simple web part that has both a consumer and a provider connection. The provided output depends on the consumed input (so this is a sort of pipeline approach). I managed to implement the ...
0
votes
1answer
721 views

Filter form for a list

I have a Sharepoint 2007 site and want to create a list that users can filter dynamically using a form or something similar. The use case is as follows: A user is shown a list with any number of ...
1
vote
0answers
191 views

Filtering one List Part, by another Web Part, where the Second web part has a filtered View

I have one list, called "Company Reports" and another list "Companies" The Companies list has a field called Include(yes/no), and I have created a View which filters it to only show active companies. ...
0
votes
1answer
121 views

Link with QueryString

I have a webpart page with a Query String Filter. That works fine, but I also need some links on the web part page that uses the querystring. Any ideas? Update: Sorry for bad explanation. On the web ...
1
vote
3answers
2k views

Create a web part to display filtered list item

I've got a Contact list with info about departments in our organization. The list is at the department level, not person level. It has the following columns: Department Title ["Contact Helpdesk:", ...
2
votes
1answer
468 views

Pass list item metadata to filter for document library

looking for a way to filter a document library based on metadata from an item in a different library. For example I would have two web parts on a page , selecting on in item in library one would ...
0
votes
3answers
492 views

Filter webpart on the Search Page

Basically, I am Sharepoint administrator and my bad time have to create/introduce a Filter webpart on the search page Expectations are I have a custom List with 10+ columns (like CustomerID, ...
1
vote
2answers
945 views

Filter WebPart where customer number = current document library name

I have a web part page in a document library (http://mysitecoll.com/subsite1/Cust001/cust001.aspx) I have added web part to display list from the top level. It works and displays all the items in a ...
2
votes
4answers
732 views

Web part filtering

For our web site we would like to be able to have a combo box which the end user selects a “Province/State” from the drop down menu. Depending on which “Province/State” he selects, some web parts will ...
0
votes
2answers
1k views

Using multiple filters in a filter web part

I'm working on a filter web part inherited from another developer and it's the first time I've worked on them. It currently allows for a single filter and another filter needs to be added. Initial ...