Hi
I am building a report using 3 datasets
i have dataset1 which contains some data getting from multiple table and it is using storeProc1 which i am creating a table in this proc which keeps all the data after filtering with the parameters.
I am using the table created in the StoreProc1 in storeproc2 which is used by dataset2 and doing some calculation to the data obtained and getting it into report.
This is becuase there same kinda joins for both of the SP's so i created the table for performance.
SP1 data will be in table1 SP2 data will be in table2 in the report when i ran the report with some perameters in the table1 is displayed correct results but the table2 is not sowing updated data it is showing the previous values which i ran before the table is not updating in each time.
how to automate so that i will get the corerect results.
Regards
Hemanth
hemanth