| Definition of Age Lists |
|
|
|
| Written by Administrator |
| Wednesday, 09 March 2011 13:31 |
|
This tip illustrates the concept and use of an age list with BXBmaster. We treat as age lists any analysis with some grouping by time (expire date in relation to the current date, delivery date in relation to the current date). In the example below we relate orders to be delivered.
Note that the query groups the intervals of time in a “dimension” TimeDelivery, which must contain the cube used in this query. Below is the SQL script done for the dimension TimeDelivery displayed in the example above: SELECT c.ID,
Note: The syntax of the example above was used for Access database. |










