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
2525 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hello all, Suppose i get a data from a query rule let's call it l
satyasheel
over 11 years ago
Hello all,
Suppose i get a data from a query rule let's call it local!datasubset1, again i get a different data from query rule say local!datasubset2. now the question, is there any way i can merge these two local datasubsets to get a one local datasubset say local!datasubset
Thanks,...
OriginalPostID-99253
OriginalPostID-99253
Discussion posts and replies are publicly visible
Parents
0
Tim
Certified Lead Developer
over 11 years ago
This works for me:
= load(
data1: rule!qGetIncidentNested(4863991),
data2: rule!qGetIncidentNested(4863660),
data3: {data1,data2},
todatasubset(data3)
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Tim
Certified Lead Developer
over 11 years ago
This works for me:
= load(
data1: rule!qGetIncidentNested(4863991),
data2: rule!qGetIncidentNested(4863660),
data3: {data1,data2},
todatasubset(data3)
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data