Help: Displaying Web OLAP cube in a web chart

  • Thread starter Thread starter mrwoopey
  • Start date Start date
M

mrwoopey

Hi,

I have a web based OLAP cube (based on the SQL 2000 resource kit
version) and I need to know how to display it in a chart (web based).
I know that there are 3rd party tools but I need a cheaper way to do
this.

Please post any code or links. You help is greatly appreciated!

Thanks,

Phin
 
Office Web Controls is probably a good option. Also check out the new
ChartFX OLAP charts.
 
Chris,

Thanks for the reply. Yeah, I was looking into Chart FX, it looks
really good. I was hoping to find a cheaper way to do this.

I was able to find an article that describes converting OLAP cubes to
a chart, but you can't just pass it the MDX (which would be dynamic),
you need to hardcode a recordset to display the chart (via office
components):

http://support.microsoft.com/default.aspx?scid=kb;en-us;279254

If you have a dynamic solution (like passing the MDX or building the
recordset on the fly to build the chart), that would be much
appreciated.

Either way, thanks!

Phin
 
Back
Top