|
PivotCube VCL key featuresTree-like (Hierarchical) dimensionsThis feature allows working with not only linear dimensions, but with hierarchical dimensions as well. We call them “ Tree-like” because they are built like standard hierarchical structures – trees, good known to all Windows users (structure of directories is built like trees). So you can easily build dimensions which structure is branched like Windows directories and the quantity of nodes and leafs of the tree is unlimited. Both nodes and leafs can be embedded into nodes without any limitations up to 255 nested levels. End-user can easy build(define) own hierarchies for any dimension at runtime, save these hirarchies into slice file and restore them when it needed. In that manner he can define various hierarchies for same dimension. For examle, dimension Ware can be structured by Ware-type or Ware-manufacturer etc. Extended set of statistical functions support.
If you don’t need this special function you are able to minimize cube size, memory occupation and increase building speed using PivotCube Standard Mode. But before start building you need to set PivotCube.ExtendedMode to False. List of aggregation functions allowed by PivotCube in Standard Mode:
You don’t need to prepare you data with “Group by” or MDX clauses, but you may use “Group by” only if you wish to minimize loading data records into PivotCube from your SQL-server.
Saveand load built cubes into file or stream (via IStream interface) for any use in future including publications. Save and load built cubes into XML storage for any use in future including publications in Web. Save and load current cube slice into XML storage for any use in future including publications in Web. Easily upgrade saved cube with new data (without
rebuilding total cube). Simple sorting (with changing order) over any measure and dimension in direct and back order Custom dimension wrapping For example “Date” field can be splitted to Seasons, Quarters, Day/Night etc, or “Address” field can be splitted to street, zip-codes, city, village etc, fields “LastName” [e.g. Smith] “FirstName” [e.g. John] and “Department” [e.g. managers] can be combined to single string field “Employer” [e.g. John Smith mgrs.] Filtering by dimensions and measures One of the most powerful OLAP features that helps to execute deep and detailed
analysis to make business decisions is filtering. PivotCube provides powerful
filtering by dimensions and filtering by measures. Filtering by measures is an important thing for detailed analysis. PivotCube provides a unique elaboration that allows excluding all data that don’t correspond conditions of filtering out of aggregation. For example, you want to exclude all sales less 10$ or to take into account only those customers who bought only one piece of ware etc. Notes
All filtering abilities can be used simultaneously and in any combination for deep and detailed analysis. Export PivotGrid into various media including HTML,Excel,TStrinGrid,Windows metafile or Printer via own printing engine Calculated measures in PivotMap at runtime available via built-in formula language Unicode characters support (require TNT unicode controls and PivotCube VCL (VCL sources) package |
|