A filter in SharePoint usually refers to a mechanism that limits the items displayed by the criteria provided.
0
votes
0answers
10 views
List view on subsites with filtered choice field
I have a site with a list of projects. I then have multiple subsites which represents all the companies.
I need to have a page on each subsite that contains the projects list with a specific view.
...
0
votes
1answer
473 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
...
0
votes
1answer
18 views
change view of calendar web part
i have a calendar with a custom column called discipline. This is a master calendar that all disciplines will use. I've added the calendar web part to a sub page and i need to filter the calendar ...
0
votes
1answer
420 views
Custom List Filter - update list view only on second button click
What I try to do is making a simple list filter tool for SharePoint 2010 lists.
What I have so far: I made a VisualWebPart (VWP) named "ListFilter", which should update the view of the list (see code ...
1
vote
1answer
562 views
BDC List column picker filter - search/filter not working and exact entry says not found?
I'm working with MOSS 2007.
Rephrasing the question. I have a BDC column to an external datasource in a custom list. Today searching and filtering is not in place and actually exact matches are not ...
0
votes
1answer
554 views
Calendar DVWP to show only today with recurring and all day events
I got a interesting problem here. I developed a dashboard for one of our departments, they wanted a widget that shows only today's events. I have the DVWP in place, and filtering by a calculated ...
0
votes
2answers
319 views
Custom Search Page Filter Results
I have created a custom search page with a core search web part. It builds a query string in URL to populate the search results. k=[keyword] is the first, then to narrow the search to specific ...
1
vote
2answers
286 views
Sharepoint Foundation search filter? (Exclude all but SP wiki 'x')
I've looked (unsuccessfully) for what others have done on this topic.
Within our Sharepoint Foundation site we have multiple wikis and we'd like to use the Search feature to search content from only ...
1
vote
0answers
17 views
Customize Filters in Document Library
We got several document libraries which has a column type. This like all other columns can be filtered by values that is inserted on the document library. In Type, we got file types like doc, docx, ...
2
votes
2answers
741 views
List View Filtering on Managed Metadata Fields issue
I’ve got some issue where I think I need your help
Our client asked for change in list view filtering to not show all terms from taxonomy in managed metadata, but only these from documents in ...
0
votes
1answer
21 views
XSLT filter for Yes/No Column/Field in SharePoint Custom List for SharePoint Designer DataView WebPart
I'm trying this with no luck:
[@ActiveStatus='Yes']
also tried 1, '1', 'True' .. get no rows back.. If I remove the filter I get back all rows.
full line in code view looks like this:
...
1
vote
1answer
887 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 ...
1
vote
0answers
27 views
Sharepoint Webservice not filtering Data
Working Version
Issue: I am querying SharePoint using SP CAML Query Helper. Using SPCQH I am able to retrieve one order. The query works.
Once I add the query to my Biztalk solution the query below ...
4
votes
1answer
712 views
List Filter Webpart not loading default value from custom filter provider
I have a request from a client to filter the data in a list view webpart based off of some user controlled custom settings for our sharepoint applilcation. These user settings are stored in a ...
0
votes
1answer
38 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 ...
1
vote
2answers
869 views
How to filter column in chart web part?
I have a list with 3 columns, Month, volvo, benz. I have created a chart which contains 2 series, volvo and benz. It shows 2 series based on month, for example for jan, it shows value volvo & benz ...
1
vote
1answer
304 views
Display connection information within a ITransformableFilterValues web part
I created a filter web part by extending the ITransformableFilterValues interface, similar to this page: http://msdn.microsoft.com/en-us/library/ms499375(v=office.12).aspx. I want to mimic the ...
0
votes
1answer
17 views
Can a calendar popup be added to a list's date filter instead of a list of text choices?
How would I replace the OOTB list date filter dropdown to be a calendar view instead?
JQuery/Javascript solutions are feasible for me if it is indeed possible.
So far looking at the page tags upon ...
3
votes
1answer
46 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
1answer
18 views
Regarding Filter on a List
on a list on Filter section i.e. 'show items only when following is true' is limited to only 10 conditions only and I have 25 conditions/rules to apply (due to lot of users) so that I can create a ...
0
votes
1answer
45 views
Filter Search Results Based On Link Clicked
I am using SharePoint 2013 and have links on the home page such as (Tax, Assurance, Advisory). Does anyone know how I can in SP 2013 use one search page but filter out the results depening on the link ...
1
vote
1answer
46 views
Filter a parent list by a particular child list item's lookup field value
I have two lists, Activities and Objectives. The Activities list has a multi-value lookup field that references the Objectives list.
I am trying to create a filtered view on the Objectives list that, ...
0
votes
1answer
31 views
XSLT Filter list items in DFWP by Current Date & Time
I have a list with the fields "Effective" and "Expires". Both fields are Date and Time data types. I want to show the list items where the current date/time is greater than Effective and less than ...
1
vote
1answer
510 views
How can I Filter a Joined DVWP by [Current User] in Multi-User People/Groups field?
I have a joined DVWP.
List A includes a "category" lookup field among other columns. List A includes the same "category" lookup field as well as a People/Groups field with multiple selections.
I'd ...
0
votes
3answers
50 views
SharePoint 2007: Filter for current year
I have a list view web part and a field named [Year] set as a number. I am trying to filter to show this current year's items, given today's date. I tried the following filter but get Filter value is ...
1
vote
1answer
25 views
Looking for a customized filter webpart for sharepoint online
the filter webpart is too weak in sharepoint online. I am looking for a customized filter webpart for sharepoint online. I tried to find the vendors but they all can only run on server, not ...
0
votes
2answers
19 views
filter with url: should be very easy but doesn't seem to work?
This is really weird as it seems so simple to me, but just won't work.
myserver/site/lists/ExampleList/AllItems.aspx?ID=133
isn't this the basic url filter to only show that item?
it does work ...
0
votes
0answers
32 views
Possible to change view setting (Show all items without folders) via url parameter?
I have a view that may or may not contain some folders within the view depending on the library. I am building a web part that displays the list items based on some url filter parameters, in this case ...
0
votes
1answer
40 views
What is this URL list filter parameter?
I have a I am trying to build but I need to know what to populate in one of the parameters...
For Example...
...
0
votes
0answers
10 views
Cascading Filters resetting
I have a set of tabbed dashboards (different links at the top of the page).
They all use the same filter, when I switch between tabs sometimes it doesn't save the value. I thought that the filter ...
2
votes
1answer
666 views
SP2010: Strange Content Query Web Part Behavior - Inconsistent results between users
I'm experiencing some very strange behavior with a content query web part.
The web part uses no customised XSL, and is a simple query of "All sites in this site collection, from a Document Library, ...
0
votes
0answers
17 views
Text Filter on an 2007 list - How do you set to filter only part of the text
I have added a text filter web part to a contacts list as the search function does not seem to work properly. Filter is on the full name column. Issue is you need to type in the exact full name to ...
1
vote
3answers
825 views
Page a list via A-Z
So I am trying to create an a to z directory from a list of items which should be an easy task and it is really, however, I am trying to find the most efficient way of doing it.
So I was thinking use ...
0
votes
2answers
406 views
Send Paramets from HTML form to DVWP via javascript
Good day!
I have a DVWP. DVWP has parameters as query string "StartDate" and "DateEnd" and filters on datefield "Date" by parameters "StartDate" and "EndDate".
Also I have form on the page with ...
1
vote
0answers
40 views
Sharepoint Dashboard Designer 2010 Filters and All Total Values
I have an Analytic Grid that has a column with values (for example) {Cat, Dog, Other}. Each of those items have a number associated with them. For example, cat is 10, dog is 10, and other is 2.
In ...
1
vote
0answers
313 views
Modify XsltListViewWebPart XmlDefinition property not works as expected, filtering
I have got list with subfolders. I would like filter list items in current subfolder using additional caml query.
I would like to add filtering functionality by modifing caml query. I try to update ...
0
votes
1answer
219 views
Filter Data View with SOAP Query as Source
I am creating a printable company directory. I have a SOAP Service query that pulls everyone's data from the search service.
The query returns all the results I want.
I have enabled the "Sort & ...
0
votes
1answer
88 views
Getting Filtered results by Date column from a list with BCS and SharePoint 2010 JavaScript Client Object Model
I'm trying to get the filtered results by a column type DateTime from a list filled with BCS using JavaScript.
I've tried everything to get those results with query like:
"<Where>" +
...
1
vote
1answer
47 views
How to set a value in a list based on the current filtered column value
I have edited my document set Welcome Page to include a web part of a "Notes" list. This list is filtered so that only notes pertaining to the currently viewed document set are visible.
Question: ...
0
votes
0answers
90 views
Filter a CQWP on a Lookup Column
I'm creating a custom page layout that contains a CQWP that I'd like to display documents related to the page. The document library has a lookup column that relates to the page title in the Pages ...
0
votes
2answers
57 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 ...
1
vote
1answer
63 views
Page Field Filter displaying 1;#ColumnName instead of ColumnName. Bug?
I have a Document Library with a column (we'll call it ColumnName) and a Web Parts Page with a value assigned for that column. On that page I have a list view displaying the Doc Library files and a ...
0
votes
1answer
102 views
Default PPS Filter for PPS dashboard in SharePoint 2010 not showing
I have a PPS filter that I added to a PerformancePoint Dashboard. The default field for the filter was selected. When the dashboard is deployed through Dashboard Designer and viewed, the filter does ...
5
votes
1answer
3k views
Can I Filter a List/Data View using Contains instead of equals in SP2010?
I have a page where I am using a Text Filter to filter a long (15K) list of clients in a Business Data List web part.
The filter works fine for All and for an entered name, so long as the full name is ...
1
vote
1answer
151 views
Autocomplete filter using Sharepoint PerformancePoint Dashboard Designer
I am using Sharepoint 2010 with PerformancePoint Dashboard Designer.
I am creating a dashboard that has a filter at the top of the page. The filter contains a very long list of items and I was wonder ...
0
votes
0answers
75 views
Filtering a business data list with date range filter
I just started working with BCS , specifically business data list. We created a sql view/query and are displaying the results via a BDL with some basic filters. However one of the bigges requirements ...
0
votes
1answer
65 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
2answers
157 views
SP2013 Filter documents based on tag
I have a SharePoint 2013 with a document central deployed. In that central I have four document applications; manuals, routines, marketing, price-list. Each category contains documents from four ...
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 ...
0
votes
3answers
421 views
Is that possible to use != in query string?
I am filtering sharepoint list using query string for some reson i need to check condition like FieldValue!=Red is that possible to achive?
Or still its limitation?
...

