- This topic is empty.
- AuthorPosts
-
- 02/03/2014 at 3:22 am #5511
AnonymousParticipantHi ,
I'd combine both stored procedures in one and then use qSIListView to display the result.
- 02/03/2014 at 3:24 am #5532
AnonymousParticipantThanks . I understand that option (and will probably use it). But, I want to know if it is possible to combine the result sets within qsilistview. We are doing this with qListview and it works well.
- 02/04/2014 at 8:41 am #5533
AnonymousParticipantqSIListView doesn't allow you to aggregate data from multiple operations and I don't think that there is a need for that since you have the freedom to get the data that you need in one operation (stored procedure, query, web service method)..
- 02/04/2014 at 8:58 am #4512
AnonymousParticipantHello,
I have one catalog that has two operations that pull data from two stored procedures. While I could union the content on the sql side, I thought I would also be able to pull them all into the same list by adding multiple operations. They return the same number of columns, with the same field names and data types. I couldn’t find much information in the help documentation on this or whether my approach is even sound.
Please let me know if what I am trying to do is possible. Thanks.
- 02/04/2014 at 8:58 am #5534
AnonymousParticipantThanks for your reply and opinion .
-
- AuthorPosts
You must be logged in to reply to this topic.