0
votes
1answer
17 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
2answers
162 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 ...
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 ...
2
votes
1answer
380 views

Disable filtering option on the list after the webpart page has loaded loaded completly

I am filtering a list by passing query string to a custom list http://TestSite/TestSubsite/Lists/TestList/allitems.aspx?FilterField1=FirstName &FilterValue1=Apelles This does the job of ...
3
votes
1answer
76 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 ...
1
vote
2answers
859 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 ...