Hi all,
I have my projects set up as workstreams rather than phases, with a helper column for phases.
I want to add a dashboard widget that lists out each workstream and its % done .
In my hunt through the questions I found that I can add a helper column to indicate if a task has children like this:
=IF(COUNT(CHILDREN()) > 0, 1, 0)
BUT, that includes anything with children. What I really want is everything that shows up when I choose "collapse all" - the top parents.
Am I missing a trick here? I must admit I had this set up as a metric widget on a past project, but my widget just leads to the project sheet (not the summary), and I left no clues :D