Hi all,
Check out this report using SQL SERVER 2005 REPORTING SERVICES (SSRS) driven by AS 2005 olap cube.
Pretty exciting !!!! Don't you think???
I added a new SSRS project wizard to an existing olap cube solution project file. Using the wizard, I pointed to olap cube database. Design Query was pretty awesome in a sense that I could drag and drop desired measures and dimension hierarchies and it would flatten it out in the result set for me.
Profile Amount column is actually a calculated member based on Reseller Sales Amount and Internet Sales Amount. Once you are done designing query in the query wizard, you could check out the actual query text by toggling the top-right most design button. This way we could get the raw query text.
Next step would be is to layout the report. Top Hierarchy Category would be on the page level, Sub Category on the group level, and rest of the columns are on the detail levels. Don't forget to enable the Include Subtotals and Enable Drilldown check boxes.
I formatted the Reseller Sales Amount cell as follows:
=Format(FormatNumber(Fields!Reseller_Sales_Amount.Value,2),"C")
This was lots of fun and I hope that you start playing around with the SSRS reports driven by olap cubes.
So much for now.
Happy Cubing..
ZULFIQAR SYED
Have you sliced your cube today?



Recent Comments