내 커뮤니티 업적 표시줄을 확대합니다.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

How would I go about grouping task report results by the pending task approval stage?

Avatar

Level 3

I can show the 'Approval Process: Name' field or even 'Current Approval Stage: Name' in the report details however, I'd like to group by the specific approval stage that's outstanding for a clean chart. Would a calculated field work?

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

Stephanie,

You can use the following text mode to group the results by Current Approval Stage:

group.0.displayname=Current Stage

group.0.valuefield=currentApprovalStep:name

group.0.valueformat=HTML

textmode=true

You should be able to apply a chart that will organize the results by the outstanding stage name.

If you have any questions, let me know!

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Employee Advisor

Stephanie,

You can use the following text mode to group the results by Current Approval Stage:

group.0.displayname=Current Stage

group.0.valuefield=currentApprovalStep:name

group.0.valueformat=HTML

textmode=true

You should be able to apply a chart that will organize the results by the outstanding stage name.

If you have any questions, let me know!

Avatar

Level 3

Thank you so much! Worked just as needed.