December 3rd, 2008, 2:10 pm
It shouldn't be that hard. The idea of implementing "cube" is to provide a way to work with database, in addition to the "query" method, and make the logic cleaner (of course there are cases query would be a better solution.).You can think of "cube" containing the aggregate data and readily avaiable to Excel. If you look into the diagram following "click to enlarge", you should be able to get a sense how it works. If you want to know why CUBE helps, try to think how you would do the same thing using the query way.Hope this helps.