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
7 subscribers
Views
8076 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Selecting multiple checkbox values
rameshm
over 8 years ago
HI Team,
While selecting multiple checkbox values I am getting the below space issue
For ex: I am selecting the values A,B,C,D
value storing as A; B; C; D
Can any one provide solution..
Thanks
OriginalPostID-256301
Discussion posts and replies are publicly visible
Parents
0
rameshm
over 8 years ago
a!checkboxField(
label: "text",
labelPosition: "ADJACENT",
required :true,
choiceLabels: {"a","b","c","d"},
choiceValues: {"a","b","c","d"},
value: if(isnull(local!abc),{},trim(split(local!abc,";"))),
saveInto:local!abc,
validations: {})
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
rameshm
over 8 years ago
a!checkboxField(
label: "text",
labelPosition: "ADJACENT",
required :true,
choiceLabels: {"a","b","c","d"},
choiceValues: {"a","b","c","d"},
value: if(isnull(local!abc),{},trim(split(local!abc,";"))),
saveInto:local!abc,
validations: {})
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data