Within MDX I need Server, Database and Cube to trigger a Website which Displays cube Information using the Actions Feature of SQL Server 2008.
I found already 2 Parameters which I use as parameter in an URL:
Cube: [Measures].DefaultMember.Properties("CUBE_NAME")
Database: [Measures].DefaultMember.Properties("CATALOG_NAME")
Last Information I Need is the Server where the cube is running on. Is there an MDX Expression I can use within the Action Expression Dialog?
Greetings,
Makkaroni