How to display Group name for all the tasks states?

Hi,

I have created a Portal Report type 'Task' and Context type 'Tasks assigned to group'. When the tasks are in assigned state, Group name is not getting displayed and [Group:14] is displayed. Could you please let me know how to display Group name for all the tasks states.

Thanks,
Madhu...

OriginalPostID-117578

OriginalPostID-117578

  Discussion posts and replies are publicly visible

Parents
  • +1
    Certified Lead Developer
    I think when you convert the data from portal to a tempo report you are losing it's underlying datatype so you're actually receiving the equivalent of tostring(tp!assignees) which is "[Group:14]" in your case. In your SAIL grid you would need to loop back through with an expression rule like Stefan provided to get the name.
Reply
  • +1
    Certified Lead Developer
    I think when you convert the data from portal to a tempo report you are losing it's underlying datatype so you're actually receiving the equivalent of tostring(tp!assignees) which is "[Group:14]" in your case. In your SAIL grid you would need to loop back through with an expression rule like Stefan provided to get the name.
Children
No Data