Expression to convert [Group:##] into text

is there an expression to convert this value: [Group:##] into a text field? Our process analytics report saves task assignees as text when they are people and [Group:##] when they are groups, and we are trying to show the text name of the group in a paging grid in the same column as the text assigned person. We've tried the People functions with no success. We are using this feature as part of the task reassignment smart service and everything works as designed except the display of the group. Thanks!...

OriginalPostID-89270

OriginalPostID-89270

  Discussion posts and replies are publicly visible

Parents
  • Hi,
    I had once a similar problem and I realized much after of the mistake. I would suggest to review your CDT and make sure that you have a number and not a text. Group should be an integer on the DB level, and if you save it as a text, then you will have something like [Group:##]. With a number, all the suggestions from below to transform should work, and you should not need that transformation you a seeking for.

    I hope it is of help,
    Good luck!
Reply
  • Hi,
    I had once a similar problem and I realized much after of the mistake. I would suggest to review your CDT and make sure that you have a number and not a text. Group should be an integer on the DB level, and if you save it as a text, then you will have something like [Group:##]. With a number, all the suggestions from below to transform should work, and you should not need that transformation you a seeking for.

    I hope it is of help,
    Good luck!
Children
No Data