Tagged Questions
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 ...
0
votes
3answers
49 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
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 ...
1
vote
1answer
62 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 ...
3
votes
2answers
447 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
414 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
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 ...
1
vote
2answers
83 views
Can i filter folders to show on different views
How can i make it so that certain folders appear on different views?
ex:
View 1 (Folder A, Document A1, Document A2, Document A3)
View 2 (Folder B, Document B1, Document B2, Document B3)
View 3 ...
1
vote
3answers
184 views
How to filter a list by appended change date range of a specific column
What is the best solution to create a view having a filter on a column that has multiple change date?
For example I want this to list items that have some modification on previous week
0
votes
2answers
764 views
Add Listview of parent site list
i want to add a page where users can view and edit a list, problem is the list is not in the site but rather in its parent site. I also want to be able to filter the list so they can only see a items ...
1
vote
2answers
732 views
Sharepoint 2010: List view to always show last friday's data
I've been working on this issue forever now...Here's what I'm trying to do. I have a custom list where people add some info. I crated 2 views to view items added today and yesterday. Now I'm trying to ...
0
votes
1answer
902 views
Query String, Can I show single item from a list using a query string?
Used this to pass a value to a form, but can I use a query string for a single list item ID, provide to users and have that filter a list for me? Or do I need some CQWP that takes a parameter from a ...
1
vote
1answer
992 views
SharePoint - Showing folders in a filtered view
I have a library with a few folders in it, and the files in the folder have a "Status" property and an "Assigned To" field.
I want to make a view with the following logic:
If (Content Type == ...
0
votes
3answers
419 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?
...
0
votes
1answer
769 views
Using a list view to filter another list view
I have two lists; List A and List B. List B has a lookup column to List A.
I want to filter List B based on the value in the field that looks up A. This can of course be done using the default OOTB ...
1
vote
1answer
34 views
Can I enter a value string as one condition of a view's filter?
For example, could I, in one rule, filter a view based on "Show the items when column x contains a, b, or c?
0
votes
1answer
680 views
SharePoint 2010 List items - visual filtering based on timeline and other attributes? [closed]
I am trying to design a visual filter & View for a standard Sharepoint List. Something similar to this one: http://www.aoglobalview.com/#/regulation-timeline/Clearing/global
Each List Item has 4 ...
3
votes
1answer
75 views
Creating a view in SharePoint 2010
I have a ticketlist which has ticket_id for 2 different locations,
tickd1,tickd2,tickd3,tickd4 for Dallas
ticka1,ticka2,ticka3,ticka4 for Atlanta
Now I am trying to create 2 views, one for ...
3
votes
1answer
5k views
Filtering a list with date ranges - xslt / advanced expressions on list filters possible?
I've got a Sharepoint 2010 list that I'd like to filter with date-ranges. I'm doing something like
if END_DATE > [NOW - 1Week]
and END_DATE < [NOW + 1Week]
or PLAN_END > [NOW -1Week]
and ...
1
vote
2answers
853 views
How can create a view to filter the a list based on the current login user
How to create a view based on the current user is in a Person or Group field , this Person or Group field can contain multiple user but not SharePoint Group ,I try to use the contains to filter the ...
0
votes
2answers
160 views
custom functionality on page
I'd like some advice on how to create the following:
My customer has a SharePoint site with an order list on it (just a regular sharepoint list). The orders can have an attachment.
On the main ...
6
votes
3answers
2k views
Show folders in document library that have a filter view
I am using SharePoint 2010
I have a document library with a view that Filter items only when a particular Column is true.
The problem now is that when I have a filter in my view the folders in my ...
5
votes
2answers
4k views
How can I filter a view using a blank multi-line field?
I have a multi-line text field and need to be able to show a view with only items where that field is blank (or functionally blank to a human looking at it).
I've tried:
field contains ""
field ...
1
vote
1answer
304 views
Filtering for recurring events happening [Today]
Is this possible? Ryan Wheeler says its not here. Tim says it is if your view is of type "Standard View, with expanded recurring events" here. I haven't been able to get Tim's suggestion to work. ...
1
vote
2answers
865 views
Sharepoint View Filter (how to check for nulls in Scheduling Start/End Date)
I am trying to use the built in sharepoint U.I to setup a filter for Scheduling Start Date & Scheduling End Date.
However I noticed that if you setup something with a "Scheduling Start Date" as ...
0
votes
1answer
195 views
getlistitem ignores list view filter
Im using the webservice to get listitems from a list. The list has a filter on it as well as an eventlistener. The eventlistener triggers every time a new item is added to the list but it is ...
2
votes
2answers
445 views
How to filter a list on SharePoint
I am using SharePiont Server 2007 Enterprise with Windows Server 2008 Enterprise, and I am using publishing portal template. I am developing using VSTS 2008 + C# + .Net 3.5. I have defined a custom ...