I want a view which displays all projects 'in progress' as a flat list with children.
I've created 'advanced set-up' rules:
- (ProjectStatus=InProgress) AND
- (IsProject)
I've checked 'show hierarchy', but:
- when 'include child items' is checked the list doesn't show projects that are children to another project
- when 'include child items' is NOT checked, my view clears out and shows nothing
I've made sure the children projects have status set to 'in progress' -- why aren't they showing as part of my top-list and why does everything disappear when show children is unchecked?
*********************************
Also, just curious, what do the below options mean and when would they be useful?
- Include child items: 'Continue searching in branch after main filter match'
- Highlight matched to the main filter
THANK YOU!!