Master - Detail with one Stored Proc
omarksito
Buenos Aires - Argentina
Hi guys, I'm having a problem with master details reports. Well, I have one stored proc returning all the data I need, so I can use it for master and detail, because all the process is already done, but when I try to integrate it in a single report, I can't imagine how can I do it.
What I mean is that a master detail report requires a dataset for each one but in this case all the process has been done once in a single stored proc.
How can I do to use one stored proc in a master detail report?
thanks
What I mean is that a master detail report requires a dataset for each one but in this case all the process has been done once in a single stored proc.
How can I do to use one stored proc in a master detail report?
thanks
Comments
ie sql with orderby clause,
use group header, master, groupfooter,
set the group condition of the group header to approp datafield.
It works great. Something else, How can I do to make a header for detail?. I did a header for group using master header, but I couldn't for detail. Let's assume that detail is master of course.
Thanks
the main thing to understand is that the orderby clause needs to be in the order of the group headers