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
4 replies
Subscribers
4 subscribers
Views
3769 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Reports
Fetch details using SP from oracle DB
kalpanap
over 7 years ago
Hi,
I have a requirement that I need to query DB from appian UI (fn!executeStoredProcedure) on a table to display in a chart and when each part of chart is clicked the related details are to be fetched from different tables based on selection.
1. I need the data returned from SP in a single text (all rows of data) - suggest if take be taken without declaring any OUT parameter as its just a select from one table - like we do in MySQL
2. Should we write a queryEntity for parts of chart when clicked separately or all to be fetched from same SP for performance.
Thanks for your inputs...
OriginalPostID-259217
Discussion posts and replies are publicly visible
Parents
0
sparshs
over 7 years ago
The other thing is you can create a cdt of the return type and put it there in output of the SP. The cdt should be of multiple type.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
sparshs
over 7 years ago
The other thing is you can create a cdt of the return type and put it there in output of the SP. The cdt should be of multiple type.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data