Hello,
I am trying to create a report that doesn't incorporate the parent rows from multiple sheets.
I have read a lot of suggestions, most involve creating a helper column based on one of these two formulas
=IF(COUNT(CHILDREN([Task Name]@row)) > 0;
= COUNT(ANCESTORS()) + 1)
however, Smartsheet won't let me make the first one a column formula due to a syntax issue, and the second one just returns #BOOLEAN EXPECTED.
Does anyone have any ideas to correct this, or other methods to ignore parent rows when creating a report?