Grouping tasks and keep subtasks subordinated / idented | Community
Skip to main content
lgaertner
Level 9
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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Sven-iX
Community Advisor
Community Advisor
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})