eo
MIS
- Apr 3, 2003
- 809
Hi,
I have a report with two data sets. Each in its owm matrix.
For example:
I need to create a third matrix that shows the movements between Dataset1 and Dataset2, but due to complexities in the Stored Proc that serves as the datasource of this report, I cannot create this in the stotred proc as Dataset3.
I know in Crystal reports it was possible to create formulas or even shared variables which can be used elsewhere. For example the 10000 value for the GWP - Year1 intersection is simply sum(GWP) where Dataset = 1
I can then create a similar formula for Dataset 2, and then calculate the movement that way using an expression.
Is this possible in SSRS 2005?
EO
Hertfordshire, England
I have a report with two data sets. Each in its owm matrix.
For example:
Code:
Dataset1
========
Year1 Year2
GWP 10000 25000
NUP 11000 13200
Dataset2
========
Year1 Year2
GWP 05000 20000
NUP 10000 13000
I need to create a third matrix that shows the movements between Dataset1 and Dataset2, but due to complexities in the Stored Proc that serves as the datasource of this report, I cannot create this in the stotred proc as Dataset3.
I know in Crystal reports it was possible to create formulas or even shared variables which can be used elsewhere. For example the 10000 value for the GWP - Year1 intersection is simply sum(GWP) where Dataset = 1
I can then create a similar formula for Dataset 2, and then calculate the movement that way using an expression.
Is this possible in SSRS 2005?
EO
Hertfordshire, England