Posted by romka on 31 March, 2008 10:02
How to talk to MS Analysis Services from Flash to reach OLAP Cube? It was the first question.

Firstly, you need to know that Microsoft Analysis Services uses SOAP-based XML for Analysis protocol to exchange of data between clients and server. (You may also read more about XMLA on Wikipedia)

So in Flash application
  1. generate XMLA request,
  2. forward it to SOAP wrapper and
  3. send SOAP request to the HTTP pump (http://your_host_name/msmdpump.dll),
  4. HTTP pump forwards the request to the server.

Microsoft Analysis Services
  1. sends the SOAP response back to the HTTP pump,
  2. SOAP parser retrieve data from HTTP pump and
  3. prepare data for our application.
There two types of XMLA request. The Discover method retrieve information about data structure on a server and the Execute method sends requests for retrieving or updating data. We discover data structure and choose desired dimensions for view, retrieve data from server and show in grid.

You can try demo in action - it is connected to the sample OLAP cube in MS Analysis Services. You can configure the dimensions structure and visualize the result.
Posted by romka on 29 February, 2008 17:23
Today we have prepared a new demo of Pivot Table. We want to show you new feature of Pivot visualization. You can organize your own structures of Pivot dimensions and see data from different points of view by selecting.

There are five areas in options view: Filters, Columns, Rows, Values and All Fields. To change data structure drag field from one area and drop to another. When desired dimensions structure is ready - click "Apply Changes" button and see your new visualization of the same data. In this demo you can change only columns and rows. Filter area is still unused and Values show only sum of one dimension - work hours.

Video Demo (40 sec)

Try PIVOT TABLE in Action
   Total 2 records

Blog Authors

There are no blog posts in this project

Monthly Archives of Blog

Project Tags Cloud