0

I want to Create My List/Library view based on different folder.

For Ex:

There are different folders Like "folder1", "folder2","folder3". Now I want to create view for every folder. How Can I achieve it?

2
  • If you are creating views using UI, then add filter to match the Folder Names. And if using code, make a query. Commented Mar 2, 2017 at 6:10
  • 1
    I am creating UI based view. But If I filter based on folder name so it will not display the records under it Commented Mar 2, 2017 at 6:15

2 Answers 2

0

If you want view based on Folder please check below reference link.

Reference : Need a different views for Folders & Files in Document Library

Hope it will works for you.

0

Create three views like below:

Folder 1 View

Filter "Name" equal to "Folder1"

Folder 2 View

Filter "Name" equal to "Folder2"

Folder 3 View

Filter "Name" equal to "Folder3"

Filter condition should be like below for all the three views:

enter image description here

We can see that three views are created and based on the view selection folder is getting displayed in the content area:

enter image description here

Note:

  • The above UI based view creation can also be done thru the coding using camel query builder.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.