A filter in SharePoint usually refers to a mechanism that limits the items displayed by the criteria provided.
1
vote
0answers
15 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, ...
0
votes
1answer
19 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
0answers
25 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 ...
0
votes
1answer
36 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 ...
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
45 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
43 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 ...
0
votes
1answer
30 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
45 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
3answers
47 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 ...
0
votes
2answers
18 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
30 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
0answers
9 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 ...
0
votes
1answer
33 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...
...
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
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
1answer
45 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: ...
1
vote
0answers
39 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 ...
0
votes
0answers
87 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 ...
1
vote
1answer
61 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
87 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>" +
...
0
votes
2answers
53 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
99 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 ...
1
vote
1answer
146 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 ...
1
vote
0answers
310 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
0answers
70 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
59 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
148 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
45 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
0answers
81 views
Filtering LookupMulti by FilterMultiValue SP2010
I can't filter LookupMulti's column using FilterMultiValue. My Url contain this fragment
FilterName=Tags&FilterMultiValue=Flower;Sword
Three is nothing, apart correlation ID. I found in ...
1
vote
2answers
476 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
19 views
How can i limit the terms i see when a filter a column from a term set to only show docs that have been tagged with that term
I am very new to Sharepoint and I am hoping there is an easy solution to this..
I have a termset that has over 70 terms. But, since we are slowing adding documents to the library, we are only using ...
0
votes
0answers
137 views
SharePoint Document Library Column Header filtering issue
I have a document library with close to 5000 docs. When signed in as a site collection admin, applying filtering via column header on a column that contains only 20 unique values works fine. However, ...
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
0answers
52 views
SP 2007 - show 5 newest items, based on date column
Trying to create a view that contains yearly data from 2008 but only want to display the 5 most recent years up to the last item. I always want the view automatically sorted from oldest to newest ...
0
votes
1answer
25 views
Longest practical filter for an alert
Environment: SP2010 Enterprise SP1, Server/SQL 2008 R2, VS2012
When building alerts through object model, what is the longest or most complex CAML filter that can be applied to them? Can they be as ...
0
votes
0answers
117 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 ...
0
votes
0answers
156 views
Filter data displayed by xsllistviewwebpart
I need to filter data displayed by xsltlistview web part. So, I have created parameter "name" which is filled from query string (e.g. thumbnails.aspx?name=vacation). Query in XmlDefinition of target ...
0
votes
1answer
329 views
How can I add button to ribbon that visible only for specific content type?
I have document library and i want to add button that will be visible only for my content type:
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<!-- Parent ContentType: ...
0
votes
1answer
118 views
Filter a DVWP based on currently logged in user
I have a sharepoint list which lists issues.
There are 4 people(not fixed) from separate groups(say A,B,C and D) responsible for each issue.
Now I've a requirement according to which,
I'll have ...
0
votes
1answer
122 views
Filter XsltListViewWebPart using Choice Filter
I have put choice filter for filtering records in XsltListViewWebPart.
but choice filter opens a popup box. and select one(it display like radio buttions with items) of item from it.
I don't want ...
0
votes
1answer
92 views
How to filter datview to show data from last year and current year in SharePoint
I have a dataview web part displaying data from a list which I've designed using SharePoint designer. How do I filter it so that I show data from last year as well as the current year?
Note: It ...
1
vote
1answer
225 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 ...
3
votes
2answers
436 views
Library view with subtree taxonomy filter
Let's say I have a following taxonomy tree:
World
|--Germany
| |-Frankfurt
| |-Berlin
|--France
|-Paris
...
0
votes
1answer
406 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
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 ...
1
vote
3answers
235 views
Filter one list depending on selection in another list
let's say I have one list with my company's departments and one list with all employees. My list of employees has a lookup field to select the department.
Now I want to have one page with a list of ...
1
vote
0answers
170 views
How to copy Assigned to field from list A to List B on creation of item in List B?
Trying to solve a problem with moving data from one list to another. I have 2 lists.
1) a project list that contains Project info (project ID which is text, name, lots of details, and an "Assigned ...
1
vote
0answers
107 views
Current User Filter and List with Folder
I have some folders on the document library with office location in it.
I created a page (list view webpart and current user filter) and used current user field property to match the folder name and ...
