Share via


Library view to show sub folders

Question

Tuesday, October 16, 2012 5:50 AM

Hi,

I need to configure the SharePoint library view to show sub folders only.

Example: Folder B, Folder A -> Folder A sub folder

  • I need to show only the Folder A sub folder in library view

Anandhan.S Remember to 'mark or propose as answer' or 'vote as helpful' as appropriate.

All replies (1)

Tuesday, October 16, 2012 6:31 AM âś…Answered | 1 vote

Solution:

This can be achieved through SharePoint Designer.

  • click the Data View Web part in designer
  • select the 'Folder Scope' from toolbar and then select 'Show All Files and All Subfolders of All Folders'
  • click filter from toolbar
  • In the Filter Criteria add the filter condition "Path" is equals to "folder server relative url"

Reference: How to display items from sub folder of a document library within DataFormWebPart

Anandhan.S Remember to 'mark or propose as answer' or 'vote as helpful' as appropriate.