creation of multiple dataset in Reporting service report
- by brijit
Hi,
I have a SSRS report and using PL/SQL for the dataset creation.
My report needs two tables
1 one gives detailed view.(dataset 1)
2 one below that gives a summary table (data should come from the calculations based on the data in 1 table)
I am using a temporary table for the dataset one.
What are the methods to get calculated result for dataset 2.
I wrote 2 procedures for each.
since first table is a temporary one i am not getting result for second dataset.
Wht can be the options.
Can I have multiple dataset outof single procedure
please give me and idea.
Thanks
brijit