Sharepoint: How do I filter a document library view to show the contents of a subfolder? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T18:44:11Z http://stackoverflow.com/feeds/question/295448 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/295448/sharepoint-how-do-i-filter-a-document-library-view-to-show-the-contents-of-a-sub 2 Sharepoint: How do I filter a document library view to show the contents of a subfolder? John 2008-11-17T12:12:15Z 2009-02-19T07:39:50Z <p>A number of business areas I work with use a folder structure to organise their Sharepoint housed documents (not ideal I know, but we're stuck with it). </p> <p>I would like to use a web part page to present a number of views of their document libraries based on the subfolders that the documents appear in, but this is proving more difficult than I had thought. Has anyone overcome this problem in the past?</p> http://stackoverflow.com/questions/295448/sharepoint-how-do-i-filter-a-document-library-view-to-show-the-contents-of-a-sub/299451#299451 0 Answer by mcgyver for Sharepoint: How do I filter a document library view to show the contents of a subfolder? mcgyver 2008-11-18T17:21:28Z 2008-11-18T17:28:44Z <p>What kind of document library information do you want in the view? How do you want the user to filter the view?</p> <p>In general the most powerful way of creating views in sharepoint is with the data view web part. <a href="http://office.microsoft.com/en-us/sharepointdesigner/HA100948041033.aspx" rel="nofollow">http://office.microsoft.com/en-us/sharepointdesigner/HA100948041033.aspx</a></p> <p>You will need Microsoft Office SharePoint Designer. </p> <p>You can present different views of you folders using the data view filter and sorting controls.</p> <p>You can use web part connections to filter a dataview. You can use any datasource linked to say a drop down to filter a dataview. <a href="http://stackoverflow.com/questions/177076/how-to-tie-a-dropdown-list-to-a-gridview-in-sharepoint-2007">http://stackoverflow.com/questions/177076/how-to-tie-a-dropdown-list-to-a-gridview-in-sharepoint-2007</a></p> http://stackoverflow.com/questions/295448/sharepoint-how-do-i-filter-a-document-library-view-to-show-the-contents-of-a-sub/304118#304118 2 Answer by Daniel O for Sharepoint: How do I filter a document library view to show the contents of a subfolder? Daniel O 2008-11-20T01:56:40Z 2008-11-20T01:56:40Z <p>Have a look at the content by type web part - <a href="http://codeplex.com/eoffice" rel="nofollow">http://codeplex.com/eoffice</a> - probably the most flexible viewing web part.</p> http://stackoverflow.com/questions/295448/sharepoint-how-do-i-filter-a-document-library-view-to-show-the-contents-of-a-sub/396283#396283 0 Answer by Øyvind Skaar for Sharepoint: How do I filter a document library view to show the contents of a subfolder? Øyvind Skaar 2008-12-28T15:39:52Z 2008-12-28T15:39:52Z <p>I don't know of any out-of-the-box way to achieve this. As you say, this is not how SharePoint lists are intended used. It might work to create a custom site column displaying the path to the document, as this might be used in a filter. Have never tried it, though.</p> http://stackoverflow.com/questions/295448/sharepoint-how-do-i-filter-a-document-library-view-to-show-the-contents-of-a-sub/564300#564300 0 Answer by pasadsheetal for Sharepoint: How do I filter a document library view to show the contents of a subfolder? pasadsheetal 2009-02-19T07:39:50Z 2009-02-19T07:39:50Z <p>Hi John I am also having the sam erequirement as yours. I want to show subfolder content in Listview web part. If you found any solution please let me know.</p> <p>Thanks in advance :)</p>