Expand my Community achievements bar.

Latest Community Ideas Review is Out: Discover What’s New and What to Expect!

Grouping tasks and keep subtasks subordinated / idented

Avatar

Level 10

Hello,

 

is it somehow possible to group the tasks within a project and keep the subtasks idented to their parent task?

 

I understand, that I could change the grouping to parent.<fieldToGroup>, but then the parent tasks are categorized under "no value".

 

 

Would it be possible to create a conditional grouping using text mode? 

 

Something like

IF ISBLANK(parent.<fieldToGroup>) GROUP BY <fieldToGroup> ELSE GROUP BY parent.<fieldToGroup>

 

 

Thanks in advance.

 

Regards

Lars

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Level 6

Hi @lgaertner 

 

you can do this by dropping into TextMode in the grouping, and replacing the valuefield with a valueexpression

group.0.valueexpression=IF(ISBLANK({parent}.{fieldToGroup}),{fieldToGroup},{parent}.{fieldToGroup})