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

Submissions are now open for the 2026 Adobe Experience Maker Awards.
해결됨

Reporting on requests entered and grouping by home group

Avatar

Level 4

I'm in the process of making a report to track requests and grouping the submissions by the names of the requestors' home groups. I've tried to modify the group.0.valuefield=enteredBy:homeGroupID and group.0.namekeyargkey.1=homeGroupID with :name instead of ID of the grouping in text mode, but that wipes the grouping for my pie chart. Instead of that, I've started adding a custom form with a calculated field for the home group on user accounts. That allows the home group names to appear on the pie chart. Is this the only way to have the names appear on the chart? The thought of having to apply a custom form to all our users just to have the home group name appear instead of the ID is a little daunting.

주제

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

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

The grouping names in charts cannot be modified through text mode. The only way to do it would be to capture the home group name through a calculated field on the custom form and then use it for your grouping.  As you have mentioned. 

 

You could have the calculated field live on the request object you are reporting on instead of at the user level.

 

 




원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

The grouping names in charts cannot be modified through text mode. The only way to do it would be to capture the home group name through a calculated field on the custom form and then use it for your grouping.  As you have mentioned. 

 

You could have the calculated field live on the request object you are reporting on instead of at the user level.

 

 




Avatar

Level 4

Thanks for confirming my suspicion about having to use a calculated field to capture a user's home group.