Groups assigned for a task are displaying as [Group:102] rather than Group name

I tried searching Forum already but did not find solution for this. I am following current best practices and using a!queryProcessAnalytics to display a Portal Report in Tempo, however the Groups assigned for a task are displaying as [Group:102] rather than Group name.

I am following the R7.9 Task Report Tutorial which does include how to do special handling for Task Status and Task Details, but for some bizarre reason not Task Assigned Groups. It can not be handled they way Status and Details are as there is no special column config formatting for groups as it is text.

Please help. Thanks.

OriginalPostID-150105

OriginalPostID-150105

  Discussion posts and replies are publicly visible

Parents
  • @greggl Changed the definition of getFormattedUserOrGroupName as per your requirement and renamed it to AT_getUserOrGroupDisplay. Also uploaded the changed definition of AT_portalReportColumn because of the new rule .AT_getUserOrGroupDisplay.

    FYI, the rules (AT_getUserOrGroupDisplay,AT_displayTextCell,AT_getTaskStatusDisplay, AT_portalReportColumn,eobAOTReport) were created in my system and the report is working perfectly. Especially AT_getUserOrGroupDisplay is tested in following scenarios successfully and the rule works perfectly and fits your tutorial:
    1. when the row holds null value
    2. When the row holds single User
    3. When the row holds multiple Users
    4. When the row holds single group
    5. When the row holds multiple groups
    6. When the row holds users and groups

    Please test it and do let me know if you have any concerns or follow up questions.
Reply
  • @greggl Changed the definition of getFormattedUserOrGroupName as per your requirement and renamed it to AT_getUserOrGroupDisplay. Also uploaded the changed definition of AT_portalReportColumn because of the new rule .AT_getUserOrGroupDisplay.

    FYI, the rules (AT_getUserOrGroupDisplay,AT_displayTextCell,AT_getTaskStatusDisplay, AT_portalReportColumn,eobAOTReport) were created in my system and the report is working perfectly. Especially AT_getUserOrGroupDisplay is tested in following scenarios successfully and the rule works perfectly and fits your tutorial:
    1. when the row holds null value
    2. When the row holds single User
    3. When the row holds multiple Users
    4. When the row holds single group
    5. When the row holds multiple groups
    6. When the row holds users and groups

    Please test it and do let me know if you have any concerns or follow up questions.
Children
No Data