155850 - no subject - can anyone suggest a way to create a ta

can anyone suggest a way to create a task report which will list only the tasks assigned to the logged in user for a perticular application and groups for that application. The loggedin user may have access to different applications in Appian, however this report should only list the tasks assinged to him in one perticular application and the groups of that application.

OriginalPostID-155850

  Discussion posts and replies are publicly visible

Parents
  • Perhaps a "Task report with process details" as a basis then add a column to signal the active user. if(touser(pv!User)=loggedinuser(),1,0). I would guess that process and app security should cover the rest for you. Else add a tag to the task name (="task one #"&value&"#") but this becomes awkward as you will always need to strip the tag when displaying the task elsewhere.
Reply
  • Perhaps a "Task report with process details" as a basis then add a column to signal the active user. if(touser(pv!User)=loggedinuser(),1,0). I would guess that process and app security should cover the rest for you. Else add a tag to the task name (="task one #"&value&"#") but this becomes awkward as you will always need to strip the tag when displaying the task elsewhere.
Children
No Data