Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 SSAS CUBE

Author  Topic 

shaggy
Posting Yak Master

248 Posts

Posted - 2009-09-11 : 06:01:35
Hi all,

I want to know about SSAS CUBE reports.what for it is used and can we make normal reports using SSAS CUBE.

Iam little bit confused

Please advice.

rajdaksha
Aged Yak Warrior

595 Posts

Posted - 2009-09-11 : 06:36:55
Hi

Refer..
http://hmorgenstern.spaces.live.com/Blog/cns!28A6BE83102A0EB3!812.entry



-------------------------
R...
Go to Top of Page

shaggy
Posting Yak Master

248 Posts

Posted - 2009-09-11 : 06:51:37
rajdaksha

site is not opening
Go to Top of Page

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2009-09-11 : 07:07:52
That's the content:

02 Juli
SSAS cube report actions with Parameters
Here is how you do it.

Create the report action in the cube
Servername: <servername>:<port>
Report path: reportserver?http://<servername>/Reports/ReportsLibrary/<reportname>.rdl
Parameter Name: <name>
Parameter Value: UrlEscapeFragment( [Dim].[Attribute].CurrentMember.MEMBER_CAPTION)
This will pass the value as a string.
In the report, create a parameter in the report data area
- General: name, prompt, text, visible
- Available values: none
- Default values: none
In the row groups, group properties, filters, add
- Expression: [Dim] =
- Value: @ParamName



No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page
   

- Advertisement -