Hi All,
I have a grid which will be used as a timeline function for market planning.
I want to only see the parent rows on the timeline so I have tried to set up a formula to checkbox if parent row and filter the timeline that way.
I've tried =IF(COUNT(PARENT(Task@row)) > 0, 1) that formula only checks chlid rows.
I've tried =IF(COUNT(CHILDREN(Task@row)) > 0, 1) that formula only checks a parent row which has child rows.
Can anyone help with this?