Problem with action in analysis services

  • Hi,

    This is my first question on this forum and therefore my first question 🙂 I have a problem with one of my actions in analysis services. The users should be able to click on a single field in the cube when using the browser function in order to be re-directed to an URL-address. However, this action should only be viewable for two fields which are description and manufacturer. How can I solve this? The action is working but is viewable for all fields!

    Nicklas

  • Nick,

    It sounds like you may need to define a parameter for your action to return the specific values you need. You are using a Report Action and on the Action definition page you can add your paramters using MDX. An example paramterized action is below:

    http://localhost/ReportServer/Sales/YearlySalesByCategory?rs:Command=Render&Region=West

    The Adventure Works sample cube has a great example Reporting Action that you can look at.

    Thanks,

    MCTS: BI 2008, MCITP: BI 2008
    Stay Thirsty My Friends

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply