Hi Community,
We have developed a SSRS 2008 report split on 3 pages. On first page, we show a value X based on a division by another value Y that is obtained on second page through different summations. With that, we have the following scenario:
1. Report is generated on Reporting Server (or Visual Studio) and value X is not correct because it seems that value Y has not been obtained yet at this time
2. We continue on page 2 and we can see that value Y is now correctly obtained
3. We come back to page 1 and now we are able to see value X with expected value
¿Does it exist some option to force that all report data was obtained at the same time, with independency of number of pages? We know that we can obtain Y value on first page on a new hidden table, but is not an efficient option to calculate same information twice.
Thanks,
Regards