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
8 subscribers
Views
3677 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
Hi forum. I have two arrays array1 = {1;2;2;3} array2
lincolnf454
over 11 years ago
Hi forum.
I have two arrays
array1 = {1;2;2;3}
array2 = {A;B;C;D}
I'd like to remove the duplicates from array1, so I use the union function, namely union (array1,array1). Now we have
array1 = {1;2;2;3}
array2 = {A;B;C;D}
array3 = {1;2;3}
What would be the best way to associate the second value in array3 with B and C in array2? Any help would be greatly appreciated
...
OriginalPostID-86494
OriginalPostID-86494
Discussion posts and replies are publicly visible
Parents
0
venkats533
over 11 years ago
you can use array1 and array2 as is in displayvalue() function. I still don't know the use of array3. Can you please post what is the actual requirement and your proposed solution ?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
venkats533
over 11 years ago
you can use array1 and array2 as is in displayvalue() function. I still don't know the use of array3. Can you please post what is the actual requirement and your proposed solution ?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data