Groups | Blog | Home
all groups > sql server data warehouse > june 2004 >

sql server data warehouse : OLAP, MDX, and Crystal Reports


Maria
6/22/2004 2:48:39 AM
Hello all

I'm new to all the technologies above and so really need
some help as I am solely in charge of building a Warehouse
solution that uses all of the above!!

I have created a cube in OLAP that based on Usage
statistics of our website; so each UserName is assigned to
a CompanyID, and the database logs the number of hits
against each person (as they use the site this information
is recorded into a SQL database). These hits are date\time
stamped and when summed up they show when and how often
the User accessed the site.

I've written an MDX query that looks at this cube and,
based on the CompanyID and date-range I give it, returns
the amount of hits against each user for the given
CompanyID, and within the given time-frame.

Now all i need to do is, using Crystal Reports 8.5 and
Crystal Enterprises, produce static reports for users.
Basically, our sales team will email us saying: "I need
usage statistics for Shell for the entire year so far". we
should then prepare the MDX query\Crystal Scheduler so
that, overnight, the report gets generated. The next day
all the user has to do is browse to Crystal Enterprises
and pick up the report.

Please help: how do i do this? I have no idea how to build
a front end onto an MDX query and somehow integrate
Crystal Reports. Also, do you think the new Microsoft
Reporting Services would be better for this?

Any help would be greatly appriciated! :-)

Thanks in anticipation

Maria
Dennis Redfield
6/22/2004 2:05:41 PM
We have similar issues and failed to get what we wanted from OLAP and
Crystal Reports. We are moving to RS now and are pretty happy with it.
Although, we are using the Proclarity Add-in for OLAP inside of RS which
makes generating MDX expressions a snap. Without 'something' to help you
generate well formed MDX either tool would be fairly difficult to use IMHO.
Hope this helps.

dlr


[quoted text, click to view]

Dennis Redfield
6/22/2004 2:06:13 PM
you would do well to move this query over to the reporting services
newsgroup.


[quoted text, click to view]

mitsirrah NO[at]SPAM netzero.net
6/29/2004 1:18:24 PM
In the past I have used the technique of creating a linked server from
SQL Server to Analysis Services and using OpenQuery to pass it an MDX
statement to return a flattened record set from a cube.

[quoted text, click to view]
AddThis Social Bookmark Button