I'm using URLs in a word document to access an SSRS report which is sitting on top of an SSAS cube. We're pushing a URL like this through:
http://{server}/ReportServer?/Name/Name2/ProjectIR&rs:Command=Render&rc:Toolbar=False&rs:ClearSession=true&ParamItemType=Total%20Count
And it's just telling us that:
Default value or value provided for the report parameter is not a valid value.
Is there something special we need to pass through the URL because we're accessing an SSAS cube?
We've tried changing the space to %20 or + and we've added rp: before the parameter. Basically any little fix we could find on the internet we've tried. We're thinking it's the cube.
Any ideas?