creation of multiple dataset in Reporting service report
        Posted  
        
            by 
                brijit
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by brijit
        
        
        
        Published on 2008-12-19T17:02:17Z
        Indexed on 
            2011/03/20
            19:21 UTC
        
        
        Read the original article
        Hit count: 322
        
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
© Stack Overflow or respective owner