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
7 replies
Subscribers
7 subscribers
Views
2034 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Hi I am working in version 7.9. My requirement is I have a grid
komalc3
A Score Level 1
over 9 years ago
Hi
I am working in version 7.9.
My requirement is I have a grid in which I can select rows and I have a button below. If I select more than 1 row and hit the button, I should get a validation message that I cannot select more than one. For this I am writing a condition in a!formLayout's validations{} like:
if(and(count(ri!selectedIndices)>1,ri!buttonOptionSelected="Submit"),
a!validationMessage(message:"Please do not select more than one"),{}
)
But my form completes and I don't get to see this error message.I guess this is because on hitting the button I am taken out of the form.
Can any one please guide me for the same.
Thanks in advance!!
OriginalPostID-160395
OriginalPostID-160395
Discussion posts and replies are publicly visible
Parents
0
komalc3
A Score Level 1
over 9 years ago
Hi Michael and Janak
Thanx for ur replies!!
I am able to find a solution to my problem. Please find attached for the solution.
test.txt
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
komalc3
A Score Level 1
over 9 years ago
Hi Michael and Janak
Thanx for ur replies!!
I am able to find a solution to my problem. Please find attached for the solution.
test.txt
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data