How-to Passing parameter for Analysis Services using MDX from Reporting Services

In order to navigate from one report to another report that with parameter (Create a report with parameter) the developer will add a link by performing the following steps:

1. Right click the Textbox on the report –> Properties

Para1

2. Choose the Navigation tag -> Select the report under Jump to report:

para2

3. Click the Parameters button

para3

4. Choose the Parameter Name and Parameter Value in the Parameters dialog

You can now preview the report and navigate to the report that you created with parameter.

This will be fine if the report that you wish to navigate to is not extracted from OLAP Analysis Services. If the parameterized report is created using OLAP Analysis Services then the parameter may not be functioning well or not functioning at all.

How to give this resolve then? Well, this is what you need to do. You still perform the same steps as above except you need to type in the full Dimension like this:

="[Dim Time].[Calendar Year].&[" + Fields!Calendar_Year.Value + "]"

In order to learn more about Analysis Services go to Analysis Services Developer InfoCenter.

The solution is in page 250 of the Microsoft Press SQL SERVER 2005 Analysis Services Step by Step.

Company that provides full Business Intelligence solutions:
NewsPage Pte Ltd
http://www.newspage.com.sg

About these ads

About chanmingman

Ming Man is a senior manager for a development company. With 20 years of experience in the IT field, he has developed system using Clipper, COBOL, VB5, VB6, VB.NET, Java and C #. He is familiar with the N-Tier design of business application and is also an expert with database experience in MS SQL, Oracle and AS 400.
This entry was posted in Servers. Bookmark the permalink.

2 Responses to How-to Passing parameter for Analysis Services using MDX from Reporting Services

  1. Mike Karls says:

    Hi Ming, for some reason I cannot see the images that are on the webpage. Could you let me know where you tipe in the full Dimension =”[Dim Time].[Calendar Year].&[" + Fields!Calendar_Year.Value + "]“

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s