cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
544
Views
0
Helpful
1
Replies

Custom historical report template with multiple dataset

chrismanuh
Level 1
Level 1

I have a requirement for a report which will consist of data from CSQ, Agents, and other metrics all displayed on one report.  Using crystal report as a stand alone reporting tool, i can use subreports to implement this requirements with different datasets for each subreport.  Based on what I've read from the cisco historical report tool guide, there can be only one SQL command per report so it seems a report with multiple datasets isn't supported.  Is this the case? if so, are there any workarounds?

Thanks

1 Reply 1

Aaron Harrison
VIP Alumni
VIP Alumni

Hi

Yes, you have to run one SP with HRC reports.

With clever programming you should be able to produce an SP which returns data from multiple parts of the system in a single dataset. No doubt there will be some limitations to what's possible with that approach, but calling the various sub-procedures for the CSQs, Agents etc, putting the results in temp tables, and then putting it all together sounds feasible!

Aaron

Aaron Please remember to rate helpful posts to identify useful responses, and mark 'Answered' if appropriate!