_This article concerns only HierCube VCL_
-------------------------
Very often the cells in the grid need to be commented. This can be
helpful if you want to save your thoughts about the value of some grid
cell and later use it by yourself or share ...
All RadarCube products are subjects to Developer License. This means
you have to obtain a License for every developer working with the
Software, since under the terms of this License only one developer is
permitted to work with the product. So, if you ...
HierCube VCL and RadarCube VCL are very similar products intended for the same purposes.
So, they may seem quite hard to distinguish. This article is meant to shed some
light on the problem.
...
Most often there is no need to install the HierCube components
manually because the installer does it automatically. However
sometimes there may be a reason to do so. For example, you need to
recompile the packages with different parameters/directives ...
It's easy to localize the HierCube library. All distributive packages
of HierCube (including the evaluation version) contain the
xhResStr.pas file with all the resource strings used in the library.
Therefore, you just need to translate this file into y...
LICENSES
If you're about to buy RadarCube for any platform (ASP.NET, Windows
Forms, WPF, VCL) there are three types of licenses to choose from.
These are the DEVELOPER, SITE and ENTERPRISE licenses. So what is the
difference between them and how to ch...
The _SNOWFLAKE SCHEMA_ is a kind of the star schema warehouse model,
but a more complex one in comparison to a typical star schema.
Graphical representation of the schema resembles a snowflake, hence
the name.
Snowflake schemas normalize dimensions ...
The star schema is the simplest data warehouse schema. It is called a star
schema because its diagram resembles a star: the center (one or
more fact tables) is directly joined to its points - the dimension tables.
...
The dimensions in the Cube may
be regular, composite, or range-based.
The difference between the types lies in the way of generating dimension
members. While for regular dimensions their members are the records from the
dimension...
Usually the data in any Cube is organized in some way or another -
and upon opening the Cube a user will see aggregated values (aggregate
function). The most popular are the aggregate functions like _Sum_ and
_Count_. But HierCube library supports more...