I'm using SSRS 2008 and I have two reports (A and B). B has 4 parameters for which I have assigned a default value. Both reports work fine on its own
The problem is that I want to be able to call report B from report A and use the selected value to overwrite one of those parameters in report B.
So far what happens is that Report B appears when it's called from Report A but the parameter that should be overwritten remains blank and causes the data not to load at all, the. The other parameters show the default values but the 4th one remains blank.
I have tried:
- taking off the default value and didn't work.
- order: I also read a post here about the order of the parameters and I chose to leave the one that needs to be overwritten last in report B.
- data types match among the parameter being overwritten and the value being sent from the parent report (string).
- the omit parameter expression is set to false which enables the value to pass through to the drill-down report.
Any thoughts?