Grouping tasks and keep subtasks subordinated / idented | Community
Skip to main content
lgaertner
New Participant
November 27, 2023
Question

Grouping tasks and keep subtasks subordinated / idented

  • November 27, 2023
  • 1 reply
  • 567 views

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

1 reply

Sven-iX
New Participant
October 5, 2024

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})