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
10 replies
Subscribers
4 subscribers
Views
2722 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Reports
148296 - no subject - I am working on the task report which di
vineeta6579
over 9 years ago
I am working on the task report which display tasks in the grid component. I am using processTaskLink to create hyperlink on the task name so that when the user clicks on it. it opens the related task to the user. I dont want to display hyperlink for those task where its status is completed.
how I can disable hyperlink based on my column value!!!
OriginalPostID-148296
Discussion posts and replies are publicly visible
Parents
0
vineeta6579
over 9 years ago
so for the a!processTaskLink(label: _, task: _) function. i need to pass value only those task where status is 0 or 1(assigned, completed).
I did the same but hyperlink is still coming!!
see the Attached code
data[5]= Task Status (expected values 0,1,2. I need to hide hyperlink if value is 2 )
data[3]= Task id
gridcode.txt
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
vineeta6579
over 9 years ago
so for the a!processTaskLink(label: _, task: _) function. i need to pass value only those task where status is 0 or 1(assigned, completed).
I did the same but hyperlink is still coming!!
see the Attached code
data[5]= Task Status (expected values 0,1,2. I need to hide hyperlink if value is 2 )
data[3]= Task id
gridcode.txt
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data