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
7 subscribers
Views
1437 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi friends, I would like to know if it is possible to make a grid sel
joshuaq
over 11 years ago
Hi friends,
I would like to know if it is possible to make a grid selectable if its first column is having a link of type a!documentDownloadLink. I have been trying out the SAIL recipe section of how to make a grid selectable. I tried a lot of variations in the code but still I am not able to make the grid selectable. So my question is whether it is possible to make a grid selectable that has one row with a documentDownloadLink. For your information I have attached the code along with this post....
working.txt
OriginalPostID-102298
OriginalPostID-102298
Discussion posts and replies are publicly visible
0
Patty Isecke
Appian Employee
over 11 years ago
It looks like you're missing a couple of closing parenthesis for the Uploaded Date, Title, and ID fields.
Since you've passed local!documentData, you should use the fields defined in this variable instead of using ri! in your merge function.
merge(local!documentData.DocumentID, local!documentData.title)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
joshuaq
over 11 years ago
if i use local!documentData.DocumentID and local!documentData.title it would give me only the first column's first value as a link...the rest of the values inside that column stays as plain text....this is because whatever is inside the load function gets executed only once....
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Patty Isecke
Appian Employee
over 11 years ago
Additionally, if you're trying showing more than one link per record row, Paging grids do not allow this functionality, and can only display one link per cell per column.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Patty Isecke
Appian Employee
over 11 years ago
Without changing your merge function, the grid should still be selectable if you have one link defined per row of your paging grid.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel