Expand my Community achievements bar.

The Community Ideas review for H1 2025 is out now, see which ideas our Product team prioritized and let us know your thoughts.
SOLVED

Grouping Hour Report by Source Task / Parent Task

Avatar

Level 3

Does anyone know the proper text mode to group an hour report by source / parent task? It's available as a column but not a grouping and I can't figure out the correct text mode myself. 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @sydney_peterson - Give these a try! Let me know if they don't work

 

group.0.name=Source
group.0.valuefield=referenceObject:name
group.0.valueformat=HTML
textmode=true

 

group.0.name=Parent
group.0.valuefield=task:backlogParent
group.0.valueformat=HTML
textmode=true

 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @sydney_peterson - Give these a try! Let me know if they don't work

 

group.0.name=Source
group.0.valuefield=referenceObject:name
group.0.valueformat=HTML
textmode=true

 

group.0.name=Parent
group.0.valuefield=task:backlogParent
group.0.valueformat=HTML
textmode=true

 

Avatar

Level 3

Thank you! The second one worked perfectly!