Leave Parent Rows out of a Report

Best Answer
-
@francisca.bacho If you only want the child rows, you would use something like this in a checkbox column:
=IF(COUNT(CHILDREN([Primary Column]@row)) = 0, 1)
Then include a filter in the report to only show rows that are checked.
Answers
-
Hi, Is there away to leave out the parent rows, since they are not really tasks?
-
This is what I do:
Make a helper text column named "Levels" with a column formula :=COUNT(ANCESTORS([Primary Column]@row))
This will tell you have many parents/ levels a row has. From there you can use this column to filter out different levels/parents and apply conditional formatting based on tier.
-
Just sending you an @mention to make sure you saw the response above 🙂
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
-
Thank you. I actually hadn't seen this message. Thanks @Adam Costello I'm still not to sure how that would work. In the example below, there are tasks and parent rows that have the same amount of parents, so how would I filter levels without filtering the tasks?
Thanks!
-
@francisca.bacho If you only want the child rows, you would use something like this in a checkbox column:
=IF(COUNT(CHILDREN([Primary Column]@row)) = 0, 1)
Then include a filter in the report to only show rows that are checked.
-
This worked great! Thanks
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives