Fact-Functions
Syntax
<fact-expression> := <fact-name> '(' [ <Key> { ',' <Key> } ')'
Description
For each fact, instantOLAP automatically generates a function which you can use to access the values of this fact from the cubes. Like in the CUBE-function you also can pass keys as arguments to this functions, changing the current filter which is used to access the cubes. Read the documentation of the CUBE-function for a more detailed description.
Examples
Amount()
Amount( NEXT( Time ) )
