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
8 replies
Subscribers
7 subscribers
Views
6169 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
merging two different data sets in a grid
Richard
over 8 years ago
I have a data store based cdt and a set of online data from another system (accessed via a!httpQuery) that I'd like to merge in a grid, is there a recipe for such an action?
Each row in the CDT may or may not have a corresponding item in the dataset taht comes back from the REST query.
OriginalPostID-242185
Discussion posts and replies are publicly visible
Parents
0
Mike Schmitt
Certified Lead Developer
over 8 years ago
If you can merge them into a local CDT/dictionary variable in any meaningful way, I think you can then just go ahead and display that in a paging grid. I think you will probably need to load every item in each of the two data sets in advance (so it won't work for large or very large data sets, but should be OK for medium or small ones).
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Mike Schmitt
Certified Lead Developer
over 8 years ago
If you can merge them into a local CDT/dictionary variable in any meaningful way, I think you can then just go ahead and display that in a paging grid. I think you will probably need to load every item in each of the two data sets in advance (so it won't work for large or very large data sets, but should be OK for medium or small ones).
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data