Grouping Hour Report by Source Task / Parent Task | Community
Skip to main content
sydney_peterson
New Participant
February 22, 2024
Solved

Grouping Hour Report by Source Task / Parent Task

  • February 22, 2024
  • 1 reply
  • 539 views

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. 

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

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

 

1 reply

VicSellers
VicSellersAccepted solution
New Participant
February 23, 2024

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

 

sydney_peterson
New Participant
February 25, 2024

Thank you! The second one worked perfectly!