A couple days ago I received the Online Analytical Processing (OLAP) control from ComponentOne (C1) that I won in the Lightswitch Star Contest with my Job Hunter application. So like all new toys you need to take it for a test ride!
Preface: This tutorial assumes you have used Lightswitch, that you have the ComponentOne OLAP control installed, and a sample database to work against. I am using the AdventureWorks sample database from Microsoft. I am also assuming you know what OLAP is… If not, go read about it on Wikipedia (OLAP).
Opinion
Overall, I really like the control. There is a known bug in printing – see bottom of the post for my conclusion.
Using the OLAP Control
Using the control is really simple, just
- Add the extension to the project

- Use the ComponentOne OLAP screen and select the table or query you want to work against

- Select which data should be viewable. In this case I don’t want the ProductID, LocationID, and Rowguid to be shown.

- Run program
Use of the OLAP control
So let us setup a scenario: We need to find out what is the quantity and locations of products for a specific date.
