Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
4 replies
Subscribers
3 subscribers
Views
1739 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Reports
155850 - no subject - can anyone suggest a way to create a ta
Navajith K
over 9 years ago
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
0
james.franklin
over 9 years ago
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.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
james.franklin
over 9 years ago
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.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data