Forum Discussion
tonyp395
May 31, 2022Copper Contributor
Sharepoint online - trying to hide all empty directories in a view
My goal: Hide empty directories and only show directories if there is a file or files stored in the sub directories anywhere. Scenario: I have a document library with many top level director...
May 31, 2022
tonyp395 Create a view and add Item Child Count , Folder Child Count - make sure those values are what you expect. Then modify your view so it shows where Item Child Count or Folder Child Count are greater than 0.
- someone64512Mar 11, 2024Copper Contributor
@PamDeGraffenre
He's already addressed why using this solution doesn't work. It doesn't account for the count of subfolders. Are there any other solutions?