count only not the parent task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2024 11:18 PM
Hi all.
I would like to count and tally only the project tasks that are not the parent task and and display it as a report.
I would appreciate help on how this can be implemented.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2024 11:25 PM
Probably missing something in your requirement, because this sounds like a simple 'parent = empty' condition?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2024 01:22 AM
In a case like parent - child - grandchild, I think that only "parent = empty" would count the child as well.
For example, in the following structure, I want to count only "D,F,I,K".
A-B-C-D
â””E-F
â””G-H-I
â””J-K